Date: Mon, 16 Jul 2001 13:25:06 -0400 From: Louis LeBlanc <leblanc+freebsd@acadia.ne.mediaone.net> To: freebsd-questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org Subject: Re: buildworld problems: can't build crypt-blowfish.c Message-ID: <20010716132506.K19358@acadia.ne.mediaone.net> In-Reply-To: <20010716120941.F19358@acadia.ne.mediaone.net> References: <20010716120941.F19358@acadia.ne.mediaone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
More on the make buildworld problem: The failure comes in the /usr/src/lib/libcrypt/ directory. Here is where it dies: . . . cd /usr/src/lib/libcrypt; make depend; make all; make install make: don't know how to make crypt-blowfish.c. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. listing of /usr/src/lib/libcrypt/ $ ls Makefile crypt.3 crypt.h crypt-md5.c crypt.c misc.c The Makefile has the following lines in it: .PATH: ${.CURDIR}/../../secure/lib/libcrypt SRCS+= crypt-des.c crypt-blowfish.c blowfish.c And a listing of /usr/src/secure/lib/libcrypt/: ls ../../secure/lib/libcrypt Makefile crypt-des.c Any ideas what's up? Thanks Lou On 07/16/01 12:09 PM, Louis LeBlanc sat at the `puter and typed: > Hey all. Here are the problems: > I am running the following: > /usr/local/bin/cvsup -g -L 2 -z /etc/cvsupfile > > Everything updates fine, but the refuse file is ignored. > > Here is my /etc/cvsupfile: > ------------------------------------------------------ > *default host=cvsup.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4 > *default delete use-rel-suffix > > src-base > src-bin > src-contrib > src-etc > src-games > src-gnu > src-include > src-kerberosIV > src-kerberos5 > src-lib > src-libexec > src-release > src-sbin > src-share > src-sys > src-tools > src-usrbin > src-usrsbin > *default tag=. > ports-all > doc-all > ------------------------------------------------------ > > In /usr/sup/ I have the following refuse file: > ------------------------------------------------------ > doc/de > doc/de_* > doc/es > doc/es_* > doc/fr > doc/fr_* > doc/ja > doc/ja_* > doc/nl > doc/nl_* > doc/ru > doc/ru_* > doc/zh > doc/zh_* > ports/chinese > ports/french > ports/german > ports/hebrew > ports/japanese > ports/korean > ports/russian > ports/ukrainian > ports/vietnamese > ------------------------------------------------------ > > Seems that should prevent the language ports from being updated, > right? > > Next problem: make buildworld > After the cvsup, I run mergemaster and install any changed files > without merging (I am not changing any source myself at this point). > the make buildworld goes for quite some time then fails. > > Now, I'm not one of those arrogant jerks that assumes the problem is > with the compiler, someone else's source or whatever. I just need to > know if anyone out there knows what I'm doing wrong. :| > > Thanks all. > > -- > Louis LeBlanc leblanc@acadia.ne.mediaone.net > Fully Funded Hobbyist, KeySlapper Extrordinaire :) > http://acadia.ne.mediaone.net ԿԬ > > If an experiment works, something has gone wrong. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net ԿԬ philosophy: The ability to bear with calmness the misfortunes of our friends. 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?20010716132506.K19358>