Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2002 16:22:54 +0300
From:      Ruslan Ermilov <ru@FreeBSD.ORG>
To:        Maxim Sobolev <sobomax@FreeBSD.ORG>
Cc:        current@FreeBSD.ORG
Subject:   Re: World is broken
Message-ID:  <20020527132254.GA85117@sunbay.com>
In-Reply-To: <3CF2185A.635D3709@FreeBSD.org>
References:  <3CF2185A.635D3709@FreeBSD.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
On Mon, May 27, 2002 at 02:28:26PM +0300, Maxim Sobolev wrote:
> Finally I have decided to give post gcc-3.1 perless world a
> try, but found that world doesn't build. :(( The system in
> question is 5-CURRENT makeworlded about a month ago.
> 
> Any ideas?
> 
Your /usr/include is hosed, well, actually your machine/stdarg.h
is the broken version (rev. 1.12).  Please manually install the
revision 1.14 under /usr/include/machine/ and try again.

> Script started on Mon May 27 12:28:52 2002
> root@notebook# make buildworld
> 
> --------------------------------------------------------------
> >>> Rebuilding the temporary build tree
> --------------------------------------------------------------
> rm -rf /usr/obj/usr/src/i386
> mkdir -p /usr/obj/usr/src/i386/usr/bin
> mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
> mkdir -p /usr/obj/usr/src/i386/usr/games
> mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
> mkdir -p /usr/obj/usr/src/i386/usr/libexec/elf
> mkdir -p /usr/obj/usr/src/i386/usr/sbin
> mkdir -p /usr/obj/usr/src/i386/usr/share/misc
> mkdir -p /usr/obj/usr/src/i386/usr/share/dict
> [...]
> --------------------------------------------------------------
> >>> stage 4: building libraries
> --------------------------------------------------------------
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386 
> MACHINE=i386 
> OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec 
> GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin 
> GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font 
> GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac 
> DESTDIR=/usr/obj/usr/src/i386  INSTALL="sh
> /usr/src/tools/install.sh" 
> PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> make -f Makefile.inc1 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG
> libraries
> cd /usr/src;  make -f Makefile.inc1 _startup_libs;  make -f
> Makefile.inc1 _prebuild_libs;  make -f Makefile.inc1
> _generic_libs;
> cd /usr/src/gnu/lib/csu;  make DIRPRFX=gnu/lib/csu/ depend; 
> make DIRPRFX=gnu/lib/csu/ all;  make DIRPRFX=gnu/lib/csu/
> install
> make -f
> /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile
> MFILE=/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile
> GCCDIR=/usr/src/gnu/lib/csu/../../../contrib/gcc tconfig.h
> echo 'struct rtx_def;'				> tconfig.h
> echo 'typedef struct rtx_def *rtx;'		>> tconfig.h
> echo 'struct rtvec_def;'			>> tconfig.h
> echo 'typedef struct rtvec_def *rtvec;'		>> tconfig.h
> echo 'union tree_node;'				>> tconfig.h
> echo 'typedef union tree_node *tree;'		>> tconfig.h
> echo ''						>> tconfig.h
> echo '#include "ansidecl.h"'			>> tconfig.h
> echo '#include "i386/i386.h"'	>> tconfig.h
> echo '#include "i386/att.h"'		>> tconfig.h
> echo '#include "dbxelf.h"'			>> tconfig.h
> echo '#include "elfos.h"'			>> tconfig.h
> echo '#include <freebsd-native.h>'		>> tconfig.h
> echo '#include "freebsd-spec.h"'		>> tconfig.h
> echo '#include "freebsd.h"'			>> tconfig.h
> echo '#include "i386/freebsd.h"'		>> tconfig.h
> echo '#include "defaults.h"'			>> tconfig.h
> echo '#ifndef POSIX'				>> tconfig.h
> echo '# define POSIX'				>> tconfig.h
> echo '#endif'					>> tconfig.h
> echo '#define CONFIG_SJLJ_EXCEPTIONS 0'		>> tconfig.h
> rm -f .depend
> CC="cc" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep -f .depend
> -a    -DIN_GCC -DHAVE_LD_EH_FRAME_HDR
> -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config
> -I/usr/src/gnu/lib/csu/../../../contrib/gcc -I.
> -I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools 
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=unix'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=bsd'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=FreeBSD'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A cpu=i386'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A machine=i386'
> In file included from
> /usr/src/gnu/lib/csu/../../../contrib/gcc/tsystem.h:60,
>                  from
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:62:
> /usr/include/stdarg.h:41: machine/gcc_stdarg.h: No such file
> or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop in /usr/src/gnu/lib/csu.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> root@notebook# exit
> 
> Script done on Mon May 27 13:08:59 2002
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message

-- 
Ruslan Ermilov		Sysadmin and DBA,
ru@sunbay.com		Sunbay Software AG,
ru@FreeBSD.org		FreeBSD committer,
+380.652.512.251	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQE88jMuUkv4P6juNwoRApLjAKCMissQFsNaStbf2gz/ZyJ88gDXfACfQl9x
Ar1Xk2SW5iyZTvViVpJ/11E=
=IBnq
-----END PGP SIGNATURE-----
help

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