Date: Thu, 4 Jul 2002 17:18:32 +1200 From: Andrew Thompson <andy@sambolian.net.nz> To: Amy Shaftoe <amyshaftoe@hotmail.com> Cc: freebsd-security@freebsd.org Subject: Re: Rebuilding the static programs Message-ID: <1025759912.3d23daa852532@webmail.sambolian.net.nz> In-Reply-To: <F213NpyLAPDVXLuSbh2000076da@hotmail.com> References: <F213NpyLAPDVXLuSbh2000076da@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Looks like you need to do a make in /usr/src/lib/libsm, as it can not find the file libsm.a in that directory. --Andrew Quoting Amy Shaftoe <amyshaftoe@hotmail.com>: > Since I don't have enough disk space to do a make world on my > 4.6-RELEASE system, I was going to rebuild libc and the static > programs individually after applying the FreeBSD-SA-02:28.resolv > patch. > > I applied the patch then did a "make", "make install" and a "make > clean" in /usr/src/lib/libc. That went fine. Then I did the same > in /usr/src/sbin and that when fine. But in /usr/src/bin it dies > with this: > > >===> rmail > >Warning: Object directory not changed from original /usr/src/bin/rmail > >ln -sf > >/usr/src/bin/rmail/../../contrib/sendmail/include/sm/os/sm_os_freebsd.h > >sm_os.h > >cc -O -pipe -I/usr/src/bin/rmail/../../contrib/sendmail/include -I. -Wall > > >-Wformat -c /usr/src/bin/rmail/../../contrib/sendmail/rmail/rmail.c > >cc -O -pipe -I/usr/src/bin/rmail/../../contrib/sendmail/include -I. -Wall > > >-Wformat -o rmail rmail.o /usr/src/bin/rmail/../../lib/libsm/libsm.a > >cc: /usr/src/bin/rmail/../../lib/libsm/libsm.a: No such file or directory > >*** Error code 1 > > > >Stop in /usr/src/bin/rmail. > >*** Error code 1 > > > >Stop in /usr/src/bin. > > Is this expected behavior? Should you be able to rebuild the > system in this manner? > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1025759912.3d23daa852532>