From owner-freebsd-current Mon Oct 19 03:24:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA17543 for freebsd-current-outgoing; Mon, 19 Oct 1998 03:24:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from morgan.angis.su.OZ.AU (morgan.angis.su.OZ.AU [129.78.25.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA17538 for ; Mon, 19 Oct 1998 03:24:10 -0700 (PDT) (envelope-from tonym@angis.usyd.edu.au) Received: (from tonym@localhost) by morgan.angis.su.OZ.AU (8.8.7/8.6.6) id UAA12119; Mon, 19 Oct 1998 20:23:40 +1000 (EST) Date: Mon, 19 Oct 1998 20:23:40 +1000 (EST) From: Tony Maher Message-Id: <199810191023.UAA12119@morgan.angis.su.OZ.AU> To: jb@cimlogic.com.au Subject: Re: 3.0 Current to 3.0 Release Woes Cc: freebsd-current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Jon E. Mitchiner wrote: > > I did "make > > aout-to-elf" and things appeared to work well, then throughout the process, > > it could not find a directory -- I didn't write it down, but it was > > something to the effect of freebsd2/aout which I had to create (missing > > directory for "aout"), then re-ran make aout-to-elf which continued fine. > > Was this during the move of the aout libraries? If so, then the obj > trees would have contained complete and up-to-date aout and elf objects, > libraries and executables. A library path with "freebsd2" in it sounds > like modula-3. I wonder if this is somehow related to a symlink in the > library search path. Similar experience upgrading 2.2.7 Stable to 3.0 Release. It broke at this point during install with: Searching library directory /usr/local/lib/m3/FreeBSD2 for a.out libraries... ldconfig: /usr/local/lib/m3/FreeBSD2/aout: No such file or directory *** Error code 255 Making the directory and rerunning the aout-to-elf-install, it all worked ok and the system booted up fine with the supplied generic kernel. Checking the system and from the install log files I note a number of libraries weren't moved due to schg flag being set. Move libc_r.so.3.0 from /usr/lib to /usr/lib/aout mv: rename /usr/lib/libc_r.so.3.0 to /usr/lib/aout/libc_r.so.3.0: Operation not permitted They are installed anyway by the aout libs created during the build so I deleted them manually afterwards. A number of dangling symlinks to libraries were also left over and removed afterwards. tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message