Gerard Milhaud
2003-May-16 03:32 UTC
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function) /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: (Each undeclared identifier is reported only once Any idea ??? Thanks a lot in advance. My make.conf is : CPUTYPE=i686 CFLAGS= -O -pipe -mpentiumpro COPTFLAGS= -O -pipe -mpentiumpro NO_FORTRAN= true # do not build g77 and related libraries NOGAMES= true # do not build games (games/ subdir) NOUUCP= true # do not build uucp related programs NOPROFILE= true # Avoid compiling profiled libraries MAKE_KERBEROS5= yes COMPAT22= yes COMPAT3X= yes COMPAT4X= yes XFREE86_VERSION= 4 USA_RESIDENT= NO FORCE_PKG_REGISTER= YES MASTER_SITE_BACKUP?= \ ftp://ftp2.fr.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ MASTER_SORT_REGEX?= ^file: ^ftp://ftp\.FreeBSD\.org/pub/FreeBSD/ports/local- distfiles/ ://[^/]*\.fr/ ://[^/]*\.fr\. SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup.fr.FreeBSD.org SUPFILE= /root/etc/cvsup/stable-supfile PORTSSUPFILE= /root/etc/cvsup/ports-supfile DOCSUPFILE= /root/etc/cvsup/doc-supfile -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 - 13288 Marseille Cedex 09 T?l.: 04 91 82 85 31 - Fax.: 04 91 82 85 11 mailto:g@esil.univ-mrs.fr -- [D?tente] Essayez donc mon tireur au sort de citations marseillaises : http://planete-marseille.esil.univ-mrs.fr/les.cgi-bin.a.G/citations.pl
Kris Kennaway
2003-May-16 03:36 UTC
Help please : make buildworld fails when upgrading to 4.8 stable
On Fri, May 16, 2003 at 12:32:01PM +0200, Gerard Milhaud wrote:> Hi, > > I can't build the world. I have an error in SSL, with today cvs > sources. Here is the error :Make sure you have a completely clean build tree by doing the following: cd /usr/src make cleandir make cleandir (yes, twice), and retry the build. If that still fails, then please post your cvsupfile. Kris -------------- 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/20030516/67790f0d/attachment.bin