> On Wed, Jun 11, 2003 at 12:32:27PM +0400, ??????? ?????? wrote: > > > I have a problem with "make buildworld" on various FreeBSD systems (4.1, > > 4.4, 4.7). > > On all systems I used CVSUP with next parameters: > > > > *default host=cvsup4.ru.FreeBSD.org > > *default base=/usr > > *default prefix=/usr > > *default release=cvs tag=RELENG_4 > > *default delete use-rel-suffix > > #*default compress > > src-all > > That looks fine to me. That should get you the latest 4.8-STABLE > sources. You should certainly be able to update your 4.7 and 4.4 > systems by buildworld from those sources -- you may possibly have to > update the 4.1 system in a couple of steps but don't quote me on that. > > > Then, I run "make buildworld" from /usr/src/, and it failed on various > > steps (depending OS-version). > > > > I read many FAQ and manuals, but can't resolve the problem. :-( > > The usual steps to take in this case are: > > # cd /usr/src > # make cleandir > # make cleandir (Yes: do this twice) > # make update (or cvsup in the usual way) > # make buildworld buildkernel KERNCONF=FOO > > Alternatively you can try blowing away the /usr/obj directory: > > # cd /usr/obj > # rm -rf * > # chflags -R 0 . > # rm -rf * > > Then try building again. > > If that still doesn't work, then post here with the output of the > 'make buildworld' command. > > Cheers, > > Matthew > > -- > Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks > Savill Way > PGP: http://www.infracaninophile.co.uk/pgpkey Marlow > Tel: +44 1628 476614 Bucks., SL7 1TH UK >
On my machine with FreeBSD 4.4-RELEASE I was done next steps: Edit /usr/local/etc/CVSUP.conf for next settings: *default host=cvsup4.ru.FreeBSD.org *default base=/var/cvsup *default prefix=/var/cvsup *default release=cvs tag=RELENG_4 *default delete use-rel-suffix #*default compress src-all REM: "/var/cvsup" is selected because it (/var) has free space (3Gb). # cd /var/cvsup/src # make cleandir # make cleandir # cvsup -g -L 2 /usr/local/etc/CVSUP.conf # script /var/log/mk_bworld.log # make buildworld # exit "make buildworld" was fail with errors. Latest string in /var/log/mk_bworld.log is: ===> secure/lib/libssh ===> secure/lib/libcipher cc -O -pipe -march=pentiumpro -c /var/cvsup/src/secure/lib/libcipher/crypt.c -o crypt.o building static cipher library ranlib libcipher.a cc -pg -O -pipe -march=pentiumpro -c /var/cvsup/src/secure/lib/libcipher/crypt.c -o crypt.po building profiled cipher library ranlib libcipher_p.a cc -fpic -DPIC -O -pipe -march=pentiumpro -c /var/cvsup/src/secure/lib/libcipher/crypt.c -o crypt.So building shared library libcipher.so.2 ===> secure/lib/libtelnet cc -O -pipe -march=pentiumpro -DENCRYPTION -DAUTHENTICATION -DSRA -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/gen get.c -o genget.o cc -O -pipe -march=pentiumpro -DENCRYPTION -DAUTHENTICATION -DSRA -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/get ent.c -o getent.o cc -O -pipe -march=pentiumpro -DENCRYPTION -DAUTHENTICATION -DSRA -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet -I/var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Werror -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -c /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/mis c.c -o misc.o cc1: warnings being treated as errors In file included from /usr/obj/var/cvsup/src/i386/usr/include/openssl/ui_compat.h:63, from /usr/obj/var/cvsup/src/i386/usr/include/openssl/des_old.h:439, from /usr/obj/var/cvsup/src/i386/usr/include/openssl/des.h:101, from /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc rypt.h:64, from /var/cvsup/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/mis c.c:53: /usr/obj/var/cvsup/src/i386/usr/include/openssl/ui.h:220: warning: function declaration isn't a prototype *** Error code 1 Stop in /var/cvsup/src/secure/lib/libtelnet. *** Error code 1 Stop in /var/cvsup/src/secure/lib. *** Error code 1 Stop in /var/cvsup/src. *** Error code 1 Stop in /var/cvsup/src. *** Error code 1 Stop in /var/cvsup/src. *** Error code 1 Stop in /var/cvsup/src. Full log file on http://www.nashe.ru/mk_bworld.log (~6.1Mb) /etc/make.conf is on http://www.nashe.ru/make.conf Any ideas welcome... What and Why I need to resolve this problem? ---------------------------------- Viktor M. Gnitiyov e-mail: [EMAIL PROTECTED]
smime.p7s
Description: S/MIME cryptographic signature