Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jun 1999 13:10:06 -0400
From:      Shashi Joshi <shashi@WEBSI.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   make world fails for 3X-stable
Message-ID:  <19990604131006.A16523@WEBSI.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990604131006.A16523>