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>

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

--fUYQa+Pmc3FrFX/N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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.
>=20
> Any ideas?
>=20
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
>=20
> --------------------------------------------------------------
> >>> 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=3D/usr/obj  MACHINE_ARCH=3Di386=20
> MACHINE=3Di386=20
> OBJFORMAT_PATH=3D/usr/obj/usr/src/i386/usr/libexec=20
> GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin=20
> GROFF_FONT_PATH=3D/usr/obj/usr/src/i386/usr/share/groff_font=20
> GROFF_TMAC_PATH=3D/usr/obj/usr/src/i386/usr/share/tmac=20
> DESTDIR=3D/usr/obj/usr/src/i386  INSTALL=3D"sh
> /usr/src/tools/install.sh"=20
> PATH=3D/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=3Dgnu/lib/csu/ depend;=20
> make DIRPRFX=3Dgnu/lib/csu/ all;  make DIRPRFX=3Dgnu/lib/csu/
> install
> make -f
> /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile
> MFILE=3D/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile
> GCCDIR=3D/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=3D"cc" MKDEP_CPP_OPTS=3D"-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=20
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=3Dunix'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=3Dbsd'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A system=3DFreeBSD'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A cpu=3Di386'
> /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:0:
> malformed option `-A machine=3Di386'
> 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
>=20
> Stop in /usr/src/gnu/lib/csu.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
> root@notebook# exit
>=20
> Script done on Mon May 27 13:08:59 2002
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-current" in the body of the message

--=20
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

--fUYQa+Pmc3FrFX/N
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

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

--fUYQa+Pmc3FrFX/N--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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