Hi! I've installed FreeBSD5 (i386). I've synced src tree via cvsup (RELENG_5) and tried to build world. But in the process I got the following error: /usr/src/secure/lib/libcrypto/i386/des-586.s:2363:33: warning: null character(s) ignored {standard input}:2367: Error: invalid character '=' in operand 1 *** Error code 1 Stop in /usr/src/secure/lib/libcrypto. *** Error code 1 I've used the following procedure: make buildkernel make buildworld As usual in 4.X version od FreeBSD. Now, has anything changed in buildworld procedure in FreeBSD 5? Any idea why this happend? Thanks! Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) -------------------------------------
On 2003.05.08 10:22:10 +0200, Mario Pranjic wrote:> Hi! > > I've installed FreeBSD5 (i386). I've synced src tree via cvsup > (RELENG_5) and tried to build world.RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD 5.0, or HEAD which is currently 5.1-BETA. 5.x is still the CURRENT branch so I would suggest reading http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html and http://www.freebsd.org/releases/5.0R/early-adopter.html so you know what it means to run -CURRENT. -- Simon L. Nielsen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030508/89e17896/attachment.bin
On Thu, 8 May 2003, Simon L. Nielsen wrote:> Date: Thu, 8 May 2003 10:40:29 +0200 > From: Simon L. Nielsen <simon@nitro.dk> > To: Mario Pranjic <mario.pranjic@irb.hr> > Cc: freebsd-stable@freebsd.org > Subject: Re: FreeBSD5 make world fails > > RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD > 5.0, or HEAD which is currently 5.1-BETA.Sorry, misprint, I ment RELENG_5_0: *default release=cvs tag=RELENG_5_0 Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) -------------------------------------
On 2003.05.08 13:36:31 +0200, Mario Pranjic wrote:> On Thu, 8 May 2003, Simon L. Nielsen wrote: > > > Date: Thu, 8 May 2003 10:40:29 +0200 > > From: Simon L. Nielsen <simon@nitro.dk> > > To: Mario Pranjic <mario.pranjic@irb.hr> > > Cc: freebsd-stable@freebsd.org > > Subject: Re: FreeBSD5 make world fails > > > > RELENG_5 does not exist yet. You need either RELENG_5_0 which is FreeBSD > > 5.0, or HEAD which is currently 5.1-BETA. > > Sorry, misprint, I ment RELENG_5_0: > *default release=cvs tag=RELENG_5_0Ah, ok. Rather important typo in this case :) Anyway I just reread your original mail and you have the order of buildkernel/buildworld wrong. You need to do buildworld first then buildkernel. I would suggest following the instructions in UPDATING rather precisely (near the end of the file). Btw. 5.x should be discussed on the freebsd-current list until the new stable branch is created... -- Simon L. Nielsen -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20030508/b5edc36d/attachment.bin