From owner-freebsd-current Mon Mar 16 15:09:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA22757 for freebsd-current-outgoing; Mon, 16 Mar 1998 15:09:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA22745; Mon, 16 Mar 1998 15:09:26 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.7/8.8.7) with ESMTP id XAA11204; Mon, 16 Mar 1998 23:09:04 GMT (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199803162309.XAA11204@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: dmaddox@scsn.net cc: joelh@gnu.org, freebsd-current@FreeBSD.ORG, Jordan Hubbard Subject: Re: Odd libalias problem - resolved In-reply-to: Your message of "Sun, 15 Mar 1998 19:58:41 GMT." <19980315195841.18574@scsn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 16 Mar 1998 23:09:03 +0000 From: Brian Somers Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 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 , , 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