From owner-freebsd-current Sun Oct 11 02:30:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06068 for freebsd-current-outgoing; Sun, 11 Oct 1998 02:30:20 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailgate.aist-nara.ac.jp (fse4.aist-nara.ac.jp [163.221.76.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06063 for ; Sun, 11 Oct 1998 02:30:16 -0700 (PDT) (envelope-from takas-su@is.aist-nara.ac.jp) Received: from decpc20.aist-nara.ac.jp (decpc20.aist-nara.ac.jp [163.221.172.33]) by mailgate.aist-nara.ac.jp (8.8.5+2.7Wbeta5/3.6W/NAIST/GATE-3.4c-fake) with ESMTP id SAA00094 for ; Sun, 11 Oct 1998 18:29:35 +0900 (JST) Received: from is (takas-su@localhost) by decpc20.aist-nara.ac.jp (8.8.5+2.7Wbeta5/3.5Wpl5/NAIST/2.0) id SAA09520; Sun, 11 Oct 1998 18:30:34 +0900 (JST) Date: Sun, 11 Oct 1998 18:30:34 +0900 (JST) Message-Id: <199810110930.SAA09520@decpc20.aist-nara.ac.jp> From: takas-su@is.aist-nara.ac.jp (SUGIMURA Takashi/ =?ISO-2022-JP?B?GyRCP3lCPDUuO04bKEI=?=) To: current@FreeBSD.ORG Subject: Re: make buildworld fails In-Reply-To: Your message of "Sun, 11 Oct 1998 11:10:05 +0200 (SAT)". <199810110910.LAA22467@ceia.nordier.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.20] 1996-12/08(Sun) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article of <199810110910.LAA22467@ceia.nordier.com>, rnordier@nordier.com wrote: >> Should be fixed by /usr/src/Makefile.inc1 1.29. >> nnn.. It is 1.29. ryo2402 # cat /usr/src/Makefile.inc1 | grep Id: # $Id: Makefile.inc1,v 1.29 1998/10/10 19:56:59 jkh Exp $ And, make buildworld contains "make legacy-build", is it needed for ELF system? ryo2402# make -n -f Makefile.inc0 -m /usr/src/share/mk buildworld cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/elf make -m /usr/src/share/mk -f Makefile.inc1 buildworld cd /usr/src; PATH=/usr/obj/elf/usr/src/tmp/sbin:/usr/obj/elf/usr/src/tmp/bin:/usr/obj/elf/usr/src/tmp/usr/sbin:/usr/obj/elf/usr/src/tmp/usr/bin:/usr/obj/elf/usr/src/tmp/usr/games OBJFORMAT=aout NOTOOLS=1 TOOLROOT=/usr/obj/elf/usr/src/tmp MAKEOBJDIRPREFIX=/usr/obj/aout /usr/obj/elf/usr/src/tmp/usr/bin/make -m /usr/src/share/mk -f Makefile.inc1 legacy-build On the second process of this, why OBJFORMAT=aout? It seems strange that PATH is for ELF but OBJFORMAT=aout, I think. Of course /etc/objformat is right, other previous making stage is done properly for ELF. --- SUGIMURA Takashi (takas-su@is.aist-nara.ac.jp) URL: http://hawk.aist-nara.ac.jp/%7Etakas-su/ (sorry only in Japanese) Software Engineering lab. of NAIST, 2nd grade of Master, The FreeBSD Japanese Documentation Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message