Re: cvs commit: src/etc/defaults make.conf src/secure/lib/libcrypto Makefile Makefile.inc

2000-07-15 Thread Pascal Hofstee

On Sat, Jul 15, 2000 at 01:45:02PM +0900, Jun Kuriyama wrote:
 At Fri, 14 Jul 2000 02:18:21 -0700 (PDT),
 Peter Wemm [EMAIL PROTECTED] wrote:
Be consistant about WITH_ vs MAKE_ flags.  We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc.  Use that.  I managed to
confuse myself last time and made make.conf different to the code. ;-(
 
 Hmm, my box failed with WITH_IDEA=YES and USA_RESIDENT=NO.  Do you
 have any idea about this?

it seems that parts of the build-system have switched to "MAKE_IDEA" and
some parts still use "WITH_IDEA" ... try defining them both in
/etc/make.conf

(this is of course something that should be fixed)

-- 
  Pascal Hofstee   daeron @ shadowmere . student . utwente . nl 
  Managers know it must be good because the programmers hate it so much.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: cvs commit: src/etc/defaults make.conf src/secure/lib/libcrypto Makefile Makefile.inc

2000-07-14 Thread Jun Kuriyama

At Fri, 14 Jul 2000 02:18:21 -0700 (PDT),
Peter Wemm [EMAIL PROTECTED] wrote:
   Be consistant about WITH_ vs MAKE_ flags.  We have a precedent of using
   MAKE_foo for things like MAKE_KERBEROS etc.  Use that.  I managed to
   confuse myself last time and made make.conf different to the code. ;-(

Hmm, my box failed with WITH_IDEA=YES and USA_RESIDENT=NO.  Do you
have any idea about this?


cc -g -DMONOLITH -I/usr/src/secure/usr.bin/openssl   
-I/usr/obj/usr/src/i386/usr/include  -o openssl app_rand.o apps.o asn1pars.o ca.o 
ciphers.o crl.o crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o enc.o errstr.o gendh.o 
gendsa.o genrsa.o nseq.o openssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o rand.o req.o 
rsa.o s_cb.o s_client.o s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o 
spkac.o verify.o version.o x509.o  -lssl -lcrypto
gendsa.o: In function `gendsa_main':
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/gendsa.c(.text+0x209): 
undefined reference to `EVP_idea_cbc'
genrsa.o: In function `genrsa_main':
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/genrsa.c(.text+0x22d): 
undefined reference to `EVP_idea_cbc'
pkcs12.o: In function `pkcs12_main':
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/pkcs12.c:146: undefined 
reference to `EVP_idea_cbc'
speed.o: In function `speed_main':
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/speed.c:594: undefined 
reference to `idea_set_encrypt_key'
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/speed.c:881: undefined 
reference to `idea_cbc_encrypt'
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/speed.c:1108: undefined 
reference to `idea_options'
version.o: In function `version_main':
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/version.c(.text+0x310): 
undefined reference to `idea_options'
*** Error code 1

Stop in /usr/src/secure/usr.bin/openssl.
*** Error code 1


-- 
Jun Kuriyama [EMAIL PROTECTED] // FreeBSD Project


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message