Date: Mon, 16 Mar 1998 23:09:03 +0000 From: Brian Somers <brian@Awfulhak.org> To: dmaddox@scsn.net Cc: joelh@gnu.org, freebsd-current@FreeBSD.ORG, Jordan Hubbard <jkh@FreeBSD.ORG> Subject: Re: Odd libalias problem - resolved Message-ID: <199803162309.XAA11204@awfulhak.org> In-Reply-To: Your message of "Sun, 15 Mar 1998 19:58:41 GMT." <19980315195841.18574@scsn.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> > I'm scratching it up to the full moon that hit during the 'make > > world', but am documenting it (by writing this message) in case > > somebody else has similar problems. > > Well, for what it's worth, I've had exactly the same experience over > the last two 'make world's I've done... The 'ppp' built during the make > world doesn't like libalias, but rebuild it alone and it works fine :-/ > > Maybe something got screwed around in the build order? Aliasing is disabled for the boot floppy - it looks like I've got things wrong :-( I was under the impression that release built the DES & NON-DES binaries, then built the crunch stuff. I guess from the above, the final installed version is the crunch version (at least partially) :-( Would someone be able to test this patch (in /usr/src/release) to see if it makes things any better ? I'm not able to build a release at the moment :-| TIA. Index: Makefile =================================================================== RCS file: /home/ncvs/src/release/Makefile,v retrieving revision 1.345 diff -u -r1.345 Makefile --- Makefile 1998/03/10 17:29:44 1.345 +++ Makefile 1998/03/16 23:06:22 @@ -298,6 +298,9 @@ ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all \ NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \ mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \ + ( cd $${j}_crunch && \ + ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean \ + NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY" ) && \ true || { rm -rf $${j}_crunch ; false ; } ; \ done touch release.4 -- Brian <brian@Awfulhak.org>, <brian@FreeBSD.org>, <brian@OpenBSD.org> <http://www.Awfulhak.org> Don't _EVER_ lose your sense of humour.... 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?199803162309.XAA11204>