From owner-freebsd-questions Wed Apr 24 9:11:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 1049F37B491 for ; Wed, 24 Apr 2002 09:09:54 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id JAA28223; Wed, 24 Apr 2002 09:09:25 -0700 Message-ID: <3CC6D8B4.8050305@owt.com> Date: Wed, 24 Apr 2002 09:09:24 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Paul Warner Cc: freebsd-questions@FreeBSD.ORG Subject: Re: buildworld fails on pam_ssh.c References: <20020424152608.79967.qmail@web11901.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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