From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nozomu Ando Newsgroups: gmane.emacs.devel Subject: Re: Cannot bootstrap on NetBSD/cobalt Date: Tue, 07 Mar 2006 18:36:55 +0900 Message-ID: <86k6b6wq88.fsf@panel.jk.homeunix.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141746210 23284 80.91.229.2 (7 Mar 2006 15:43:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Mar 2006 15:43:30 +0000 (UTC) Cc: nakaji@takamatsu-nct.ac.jp, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 07 16:43:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FGeL3-0005xE-AB for ged-emacs-devel@m.gmane.org; Tue, 07 Mar 2006 16:43:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGeL2-0002Ll-MM for ged-emacs-devel@m.gmane.org; Tue, 07 Mar 2006 10:43:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FGYd6-0004vr-2T for emacs-devel@gnu.org; Tue, 07 Mar 2006 04:37:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FGYd2-0004ig-As for emacs-devel@gnu.org; Tue, 07 Mar 2006 04:37:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FGYd1-0004ha-Mn for emacs-devel@gnu.org; Tue, 07 Mar 2006 04:37:15 -0500 Original-Received: from [17.250.248.84] (helo=smtpout.mac.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FGYfb-000074-LM for emacs-devel@gnu.org; Tue, 07 Mar 2006 04:39:55 -0500 Original-Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout08/MantshX 4.0) with ESMTP id k279b6TM016758; Tue, 7 Mar 2006 01:37:07 -0800 (PST) Original-Received: from panel.jk.homeunix.org (khp059134236077.ppp-bb.dion.ne.jp [59.134.236.77]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id k279axgf008622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Mar 2006 01:37:05 -0800 (PST) Original-To: Kenichi Handa In-Reply-To: (Kenichi Handa's message of "Mon, 06 Mar 2006 17:18:16 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:51319 Archived-At: Kenichi Handa writes: > I got this bug report (translated by me from the original > Japanese). As I don't have NetBSD nor mips machine, I can't > work on it. > > --- > Kenichi Handa > handa@m17n.org > > ---------------------------------------------------------------------- > When we build Emacs on "Cobalt Cache RaQ2" with > NetBSD/cobalt or on hpcmips with NetBSD-3.99.11 (no X11), > temacs can't be build correctly. > > /usr/lib/crt{i,begin,end,n}.o are not linked with temacs. > It seems the culprit is that START_FILES and LIB_STANDARD > defined in src/s/netbsd.h are overridden by src/m/mips.h and > src/m/pmax.h. > > With the attached patch, it is confirmed that the Emacs > built on hpcmips/NetBSD at least starts up. But, the patch > may cause a problem for the other OS (especially OpenBSD and > older NetBSD). Even when building with this patch, we cannot execute emacs with X11 dynamic link libraries. (crash in XtCreateWidget at startup, as reported by NAKAJI-san in http://www.m17n.org/mlarchive/mule-ja/200603/msg00035.html) But it seems OK for me when linked with X11 static libraries. --- Nozomu Ando