Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2003 23:14:45 -0500
From:      Chuck Swiger <cswiger@mac.com>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: buildworld failure in OpenSSL....
Message-ID:  <3E51B335.1000301@mac.com>
In-Reply-To: <20030218020848.GA25522@madman.celabo.org>
References:  <3E51640E.3030102@mac.com> <20030217233645.GA23637@madman.celabo.org> <3E519085.5090308@mac.com> <20030218020848.GA25522@madman.celabo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jacques A. Vidrine wrote:
[ ... ]
>>>Does your build complete if you put `NO_CPU_CFLAGS=true' in your
>>>/etc/make.conf ?
[ ... ]
> Be sure to do
>    # rm -fr /usr/obj/*
>    # cd /usr/src
>    # make clean; make cleandir
> to be certain there are no objects lying around.

Done.  Modulo the -march flag no longer present, same result:

===> secure/usr.bin/scp
cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh 
-DNO_IDEA    -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c
cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh 
-DNO_IDEA -o scp scp.o -lssh
/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to 
`EVP_aes_128_cbc'
/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to 
`EVP_aes_192_cbc'
/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to 
`EVP_aes_256_cbc'
/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to 
`HMAC_CTX_cleanup'
*** Error code 1
Stop in /usr/src/secure/usr.bin/scp.
*** Error code 1
[ ... ]

I'm running -STABLE from a week or so ago:

FreeBSD sec.codefab.com 4.7-STABLE FreeBSD 4.7-STABLE #13: Thu Feb  6 
13:40:33 EST 2003 root@sec.codefab.com:/usr/obj/usr/src/sys/SEC  i386

Here is /etc/make.conf:

KERNCONF=SEC
#CPUTYPE=i586
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
BOOTWAIT=5000
NO_CPU_CFLAGS=true

# To avoid building various parts of the base system:
#NO_CVS=        true    # do not build CVS
#NO_BIND=       true    # do not build BIND
NO_FORTRAN=     true    # do not build g77 and related libraries
NO_I4B= true    # do not build isdn4bsd package
NO_LPR= true    # do not build lpr and related programs
#NO_MAILWRAPPER=true    # do not build the mailwrapper(8) MTA selector
#NO_MODULES=    true    # do not build modules with the kernel
#NO_OBJC=       true    # do not build Objective C support
#NO_OPENSSH=    true    # do not build OpenSSH
#NO_OPENSSL=    true    # do not build OpenSSL (implies NO_OPENSSH)
#NO_SENDMAIL=   true    # do not build sendmail and related programs
#NO_SHAREDOCS=  true    # do not build the 4.4BSD legacy docs
#NO_TCSH=       true    # do not build and install /bin/csh (which is tcsh)
#NO_X=          true    # do not compile in XWindows support (e.g. doscmd)
#NOCRYPT=       true    # do not build any crypto code
#NOGAMES=       true    # do not build games (games/ subdir)
NOINFO=         true    # do not make or install info files
#NOLIBC_R=      true    # do not build libc_r (re-entrant version of libc)
#NOPERL=        true    # do not build perl. Disables OpenSSL optimizations
NOPROFILE=      true    # Avoid compiling profiled libraries
#NOSECURE=      true    # do not build crypto code in secure/ subdir
#NOSHARE=       true    # do not go into the share subdir
NOUUCP= true    # do not build uucp related programs

USA_RESIDENT=   YES
FETCH_ENV=      HTTP_PROXY=http://127.0.0.1:3128
SUP_UPDATE=     yes
SUP=            /usr/local/bin/cvsup
SUPFLAGS=       -g -L 2
SUPHOST=        cvsup3.FreeBSD.org
SUPFILE=        /etc/stable-supfile
PORTSSUPFILE=   /etc/ports-supfile
TOP_TABLE_SIZE= 251

# sendmail
SENDMAIL_MC=    /etc/mail/sec.codefab.com.mc
SENDMAIL_CFLAGS+=   -I/usr/local/include -DSASL=2
SENDMAIL_LDFLAGS+=  -L/usr/local/lib
SENDMAIL_LDADD+=    -lsasl2

PERL_VER=5.8.0
PERL_VERSION=5.8.0
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo

------
-Chuck


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E51B335.1000301>