From owner-freebsd-stable Wed Jun 19 1:12:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 72E4837B407 for ; Wed, 19 Jun 2002 01:12:12 -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 BAA21521; Wed, 19 Jun 2002 01:11:59 -0700 Message-ID: <3D103CCE.9090708@owt.com> Date: Wed, 19 Jun 2002 01:11:58 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Ulrich Drolshagen Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld for 4_6_0_RELEASE failed References: <200206190706.g5J76UA55702@frodo.wirtschaft.bbs-uelzen> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ulrich Drolshagen wrote: > Hello fbsd-stable, > > my make buildworld of 4_6_0_RELEASE failed with pendig error message. > Its my first try updating (from 4.4 release) this way so I don't know exactly > what happend. > I did a fresh install for the src- and the ports-tree from Distribution-CD > and cvsuped to RELENG_4_6_0_RELEASE. > You'll find my /etc/cvsupfile in the bottom, just in case I missed something > important. > cvsup returned successfully so far. You aren't running a full set of source and the build is bombing because of it. You are missing the following # These are the individual collections that make up FreeBSD's crypto # collection. They are no longer export-restricted and are a part of # src-all #src-crypto #src-eBones #src-secure #src-sys-crypto The important one is src-sys-crypto and if you are not using src-all, you have to include it. Kent > > I don't know where the log.h is searched for. A find showed me three diffent > ones > > /usr/src/contrib/ntp/libntp/log.h > /usr/src/contrib/nvi/common/log.h > /usr/src/usr.sbin/ppp/log.h > > I think there must something fundamental be missing due to the great gap > between 4.4 and 4.6 Release. Can anybody give me a hint what to do? > > Thanks for help > > Ulrich > > 8<------------------------------ > ===> 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/modules/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 > > 8<------------------ > *default host=cvsup.de.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_4_6_0_RELEASE > *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 > > -- > Ulrich Drolshagen > dr@bbs1-uelzen.de > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" 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-stable" in the body of the message