Date: Fri, 22 Mar 2013 22:45:15 -0400 From: Glen Barber <gjb@FreeBSD.org> To: AN <andy@neu.net> Cc: freebsd-current@freebsd.org Subject: Re: buildworld fails Message-ID: <20130323024515.GD1512@glenbarber.us> In-Reply-To: <20130323023300.GC1512@glenbarber.us> References: <mailman.14071.1363854527.17253.freebsd-current@freebsd.org> <alpine.BSF.2.00.1303222111550.65286@mail.neu.net> <20130323023202.GB1512@glenbarber.us> <20130323023300.GC1512@glenbarber.us>
next in thread | previous in thread | raw e-mail | index | archive | help
--pQhZXvAqiZgbeUkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 22, 2013 at 10:33:00PM -0400, Glen Barber wrote: > On Fri, Mar 22, 2013 at 10:32:02PM -0400, Glen Barber wrote: > > > gzip -cn info.info > info.info.gz > > > gzip -cn info-stnd.info > info-stnd.info.gz > > > gzip -cn texinfo.info > texinfo.info.gz > > > 2 errors > > > *** [everything] Error code 2 > > > 1 error > > > *** [buildworld] Error code 2 > > > 1 error > > >=20 > >=20 > > No, not with this error. Although, I am not using clang. Can you > > please provide your /etc/make.conf and /etc/src.conf ? > >=20 >=20 > And of course, my local build just made a liar out of me... Yes, I see > this too. >=20 Ok, I suspect you are using '-jN' with make(1). The real error is: (cd /usr/src/rescue/rescue/../../sbin/fsdb && /usr/obj/usr/src/make.amd64/make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE DIRPRFX=3Drescue/rescue/fsdb/ depend && /usr/obj/usr/src/make.amd64/make -DRESCUE CRUNCH_CFLAGS=3D-DRESCUE DIRPRFX=3Drescue/rescue/fsdb/ fsdb.o fsdbutil.o dir.o ea.o fsutil.o inode.o pass1.o pass1b.o pass2.o pass3.o pass4.o pass5.o setup.o utilities.o ffs_subr.o ffs_tables.o) /usr/local/libexec/ccache/world/cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -DRESCUE -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/sbin/fsdb/fsdb.c /usr/src/sbin/fsdb/fsdb.c: In function 'findblk': /usr/src/sbin/fsdb/fsdb.c:444: error: 'cgrp' undeclared (first use in this function) /usr/src/sbin/fsdb/fsdb.c:444: error: (Each undeclared identifier is reported only once /usr/src/sbin/fsdb/fsdb.c:444: error: for each function it appears in.) /usr/src/sbin/fsdb/fsdb.c:476: error: 'cgblk' undeclared (first use in this function) *** [fsdb.o] Error code 1 Stop in /usr/src/sbin/fsdb. *** [fsdb_make] Error code 1 This is ... known at the moment, and is being resolved. Please hang in there a bit until this change is either fixed or reverted. Glen --pQhZXvAqiZgbeUkD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBCAAGBQJRTRc7AAoJEFJPDDeguUajATkH/3S5DxEXp+E/4UeB4xKuV1c3 u55xY+dbYhmtq/Yh8ET3gHcA7aZWVjOOTp0Ps/89c6EWuXQBNqQmXfHrt05LRGID N9WyYLITssRW0fIO/SuxxIv5f+UgARY5TRin251Jn88F4Vy/sLIzgl/tVGKTOjPW amaMWdH07gGUeunjUcryFpKq9jIJz944OEN7bCSS2aHi6loitrfke13SfVQFqPyb Cy4MKZJd+u5kjqll/BoIOpmn6NkxOP4nAzm6S8STU4HZoQ0vPW6tlcno79/YdWtS fNxO7mMTaREuZX+L5mt0fUE5s7nftFqHFLz7mIalV1KU4gX6InuuvBkyw0mk7do= =Vq7N -----END PGP SIGNATURE----- --pQhZXvAqiZgbeUkD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130323024515.GD1512>