Date: Mon, 19 Oct 1998 20:23:40 +1000 (EST) From: Tony Maher <tonym@angis.usyd.edu.au> To: jb@cimlogic.com.au Cc: freebsd-current@FreeBSD.ORG Subject: Re: 3.0 Current to 3.0 Release Woes Message-ID: <199810191023.UAA12119@morgan.angis.su.OZ.AU>
next in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810191023.UAA12119>