Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 19:22:55 +0100
From:      Siegbert Baude <siegbert.baude@gmx.de>
To:        "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>
Subject:   src/crypto/ vs. src/secure -> make buildworld fails
Message-ID:  <3BFBF0FF.2D64FEBE@gmx.de>

next in thread | raw e-mail | index | archive | help
Hi,
as I want to strip down my system, I cvsupped today without src/secure
as the handbook
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html)
for src/secure only reads: DES and I don't need DES.

make buildworld then fails with:

===> usr.sbin/tcpdump
===> usr.sbin/tcpdump/tcpdump
rm -f version.c ;  sed 's/.*/char version[] = "&";/'
/usr/src/usr.sbin/tcpdump/t
cpdump/../../../contrib/tcpdump/VERSION  > version.c
rm -f .depend
mkdep -f .depend -a    -I/usr/src/usr.sbin/tcpdump/tcpdump
-DHAVE_CONFIG_H -DINE
T6 -I/usr/obj/usr/src/i386/usr/include/openssl -DHAVE_LIBCRYPTO
-DHAVE_RC5_H -DH
AVE_CAST_H -I/usr/obj/usr/src/i386/usr/include 
/usr/src/usr.sbin/tcpdump/tcpdum
p/../../../contrib/tcpdump/addrtoname.c
[snip]
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-dhcp6.c
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:43:
blowf
ish.h: No such file or directory
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:45:
rc5.h
: No such file or directory
/usr/src/usr.sbin/tcpdump/tcpdump/../../../contrib/tcpdump/print-esp.c:48:
cast.
h: No such file or directory
mkdep: compile failed
*** Error code 1

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

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

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

Is this expected behaviour as one have to cvsup both src/secure and
/src/crypto? Or should buildworld work with any combination of
cvsup-collections?

Is the handbook entry outdated? Do I need src/secure?
Do I need src/crypto to get ssh working both as server and client? I
found openssh to live in both src/secure and src/crypto. Can someone
please elaborate on the differences in these collections?

Thanks in advance
Siegbert

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?3BFBF0FF.2D64FEBE>