From owner-freebsd-stable Fri Jun 4 10:52:15 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id B64E614C01 for ; Fri, 4 Jun 1999 10:48:58 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id UAA63484; Fri, 4 Jun 1999 20:43:28 +0300 (EEST) (envelope-from ru) Date: Fri, 4 Jun 1999 20:43:27 +0300 From: Ruslan Ermilov To: Shashi Joshi Cc: freebsd-stable@FreeBSD.org Subject: Re: make world fails for 3X-stable Message-ID: <19990604204327.A61832@relay.ucb.crimea.ua> Mail-Followup-To: Shashi Joshi , freebsd-stable@FreeBSD.org References: <19990604131006.A16523@WEBSI.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <19990604131006.A16523@WEBSI.com>; from Shashi Joshi on Fri, Jun 04, 1999 at 01:10:06PM -0400 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try searching mailing list archives. It has been discussed about 100 times. You should use ``make upgrade'' to jump from 2.2.x to 3.x. Read the /usr/src/Makefile for details. On Fri, Jun 04, 1999 at 01:10:06PM -0400, Shashi Joshi wrote: > > Hi, > I installed 2.2.7 using the CDs and all was fine. > Then, I wanted to upgrade to the latest 3x-STABLE. > I used tag=RELENG_3 , I am not sure which stable it will pick up. As per > the web docs, it should pick up the latest STABLE version. Did I pick > something else? Also doing a grep on the source code for version number > contrib/cvs/src/cvsbug.sh:VERSION=3.2 > > So, I guess I did pick up 3.2 (which had a RELEASE recently, so which is > the latest STABLE version? The web site and announcements have the > 3.2-RELEASE all over, and the "how to track stable" page has the cvsup.conf > file to use, says to use tag=RELENG_3 > > Please Help!! (CC me on the reply as well) > Thanks a lot in advance, and please be kind to overlook my mistakes. > > Shashi Joshi > > Here is what I did: > > 1. cvsup-stable.conf file is as follows --> > ##====================================== > *default release=cvs tag=RELENG_3 > *default host=cvsup.freebsd.org > *default base=/usr > *default prefix=/usr > *default delete > *default use-rel-suffix > *default compress > src-all > doc-all > ##====================================== > > 2. % cvsup -g -L2 cvsup-stable.conf > OUTFILE > > 3. The head and tail of the output is as follows: > > ## === Start of output ==== > Parsing supfile "cvsup-stable.conf" > Looking up address of cvsup.freebsd.org > Connecting to cvsup.freebsd.org > Connected to cvsup.freebsd.org > Server software version: REL_16_0 > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Updating collection src-all/cvs > > ... > > Delete doc/ja_JP.EUC/handbook/slips.sgml > Delete doc/ja_JP.EUC/handbook/stable.sgml > Delete doc/ja_JP.EUC/handbook/submitters.sgml > Delete doc/ja_JP.EUC/handbook/sup.sgml > Delete doc/ja_JP.EUC/handbook/synching.sgml > Delete doc/ja_JP.EUC/handbook/term.sgml > Delete doc/ja_JP.EUC/handbook/uart.sgml > Delete doc/ja_JP.EUC/handbook/userppp.sgml > Shutting down connection to server > Finished successfully > ## === End of output ==== > > 4. % cd /usr/src > % make world > OUTFILE > > 5. The output of make world are as follows (head and tail) > > === begin output ==== > > -------------------------------------------------------------- > >>> elf make world started on Thu Jun 3 09:07:16 EDT 1999 > -------------------------------------------------------------- > > -------------------------------------------------------------- > >>> Cleaning up the temporary elf build tree > -------------------------------------------------------------- > mkdir -p /usr/obj/usr/src/tmp > chflags -R noschg /usr/obj/usr/src/tmp/ > rm -rf /usr/obj/usr/src/tmp > > -------------------------------------------------------------- > >>> Making make > -------------------------------------------------------------- > mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make > > ... [snip] ... > > -------------------------------------------------------------- > >>> Rebuilding bootstrap libraries > -------------------------------------------------------------- > cd /usr/src; PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/local/sbin:/usr/X11R6/bin:/root/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib NOEXTRADEPEND=t OBJFORMAT_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/libexec /usr/obj/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/usr/src/tmp -f Makefile.inc1 bootstrap-libraries > cd /usr/src/lib/csu/i386-elf; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj > rm -f .depend /usr/obj/usr/src/lib/csu/i386-elf/GPATH /usr/obj/usr/src/lib/csu/i386-elf/GRTAGS /usr/obj/usr/src/lib/csu/i386-elf/GSYMS /usr/obj/usr/src/lib/csu/i386-elf/GTAGS > cc -O -pipe -elf -Wall -fkeep-inline-functions -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o > cc -O -pipe -elf -Wall -fkeep-inline-functions -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o > /usr/src/lib/csu/i386-elf/crtbegin.c:32: section attributes are not supported for this target > /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not supported for this target > {standard input}: Assembler messages: > {standard input}:68: Error: Unknown pseudo-op: `.section' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > === End of output === > > -- > Shashi Joshi > _____________________________________________________________________ > __o o__ o__ o__ o__ There's one > _ \<._ _.>/ _ _.>/ _ _.>/ _ _.>/ _ in every > (_)/ (_) (_) \(_) (_) \(_) (_) \(_) (_) \(_) crowd... > _____________________________________________________________________ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message