Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2003 02:38:34 +0800
From:      Ihsan Junaidi Ibrahim <ihsan_junaidi@yahoo.com.sg>
To:        FreeBSD Questions <freebsd-questions@FreeBSD.org>
Subject:   make buildworld failed (crypto related)
Message-ID:  <200302060238.34122.ihsan_junaidi@yahoo.com.sg>

next in thread | raw e-mail | index | archive | help
Hello all,

I cvsup'ed my source early today and modified OpenSSH and OpenSSL to poin=
t to=20
the ports collection. I modified make.conf to reflect my changes

OPENSSH_OVERWRITE_BASE =3D true
OPENSSL_OVERWRITE_BASE =3D true

AND

NO_OPENSSH =3D true
NO_OPENSSL =3D true

The OpenSSH came from /usr/ports/security/openssh-portable while OpenSSL,=
=20
/usr/ports/security/openssl and the upgrading processes to replace the on=
es=20
on the base system were problem free.

Later while rebuilding my world, I encountered an error. I used the -j10 =
flag=20
so I remove the -j10 to get the real error as from where the error is=20
generating. So here's the snippet the error messages,

I haven't try -DNOCRYPT option for fear that it would break the base syst=
em.

----------
mkdep -f .depend -a    -DENCRYPTION -DAUTHENTICATION -DSRA=20
-I/usr/src/secure/lib/libtelnet/../../../crypto/telnet=20
-I/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet -DNO_IDE=
A =20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/genget.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/getent.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c
In file included from=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/misc.c:53:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:=
64:=20
openssl/des.h: No such file or directory
In file included from=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.c:=
72:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:=
64:=20
openssl/des.h: No such file or directory
In file included from=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/auth.c:75:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:=
64:=20
openssl/des.h: No such file or directory
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:=
47:=20
openssl/des.h: No such file or directory
In file included from=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/enc_des.c:=
52:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:=
64:=20
openssl/des.h: No such file or directory
In file included from=20
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/sra.c:54:
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/encrypt.h:=
64:=20
openssl/des.h: No such file or directory
/usr/src/secure/lib/libtelnet/../../../crypto/telnet/libtelnet/pk.c:47:=20
openssl/des.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/secure/lib/libtelnet.
*** Error code 1

Stop in /usr/src/secure/lib.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1
----------

I would be thoroughly delighted if someone can guide me around this. Than=
ks in=20
advance

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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




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