Date: Wed, 24 Apr 2002 09:09:24 -0700 From: Kent Stewart <kstewart@owt.com> To: Paul Warner <paulwwarner@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld fails on pam_ssh.c Message-ID: <3CC6D8B4.8050305@owt.com> References: <20020424152608.79967.qmail@web11901.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Paul Warner wrote: > Hello, > > I saw someone reported the same problem in the > geocrawler archives - but no answers in the thread. You are probably looking on the wrong list for one thing. When you need to ask questions about stable (RELENG_4), you are supposed to ask them on freebsd-stable. The same is true when you are searching the archive lists. This question has been answered many, many times. Your problem is probably caused by not specifying a complete source list. You need to update your list from /usr/share/examples/cvsup/stable-supfile. In it you will find a number of crypto collections such as src-sys-crypto. The src-sys-crypto collection is needed. The easy way out is to replace the list with just src-all. Then, if they add a collection, you automatically get the new source and don't have to wonder why your system or kernel builds are failing. Kent > My make buildworld is failing here: > > ===> libpam/modules/pam_ssh > rm -f .depend > mkdep -f .depend -a > -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh > /usr/src/lib/libpam/m odules/pam_ssh/pam_ssh.c > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:69: > log.h: No such file or directory > In file included from > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:70: > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.h:31: > warning: `SSH_CLIENT_IDENTITY' redefined > /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/ssh.h:105: > warning: this is the location of the previous > definition > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.h:32: > warning: `SSH_CLIENT_ID_DSA' redefined > /usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh/ssh.h:106: > warning: this is the location of the previous > definition > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/lib/libpam/modules/pam_ssh. > *** Error code 1 > > Stop in /usr/src/lib/libpam/modules. > *** Error code 1 > > Stop in /usr/src/lib/libpam. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > System info: > >>uname -a >> > FreeBSD HRST2.mit.edu 4.5-STABLE FreeBSD 4.5-STABLE > #0: Tue Mar 12 15:10:06 EST 2002 > pwarner@HRST2.mit.edu:/usr/obj/usr/src/sys/CUSTOM > i386 > > cvsup info: > >>more cvsupfile >> > *default host=cvsup3.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 > > > Thanks, > Paul Warner > > __________________________________________________ > Do You Yahoo!? > Yahoo! Games - play chess, backgammon, pool and more > http://games.yahoo.com/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html 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?3CC6D8B4.8050305>