From owner-freebsd-questions Thu Apr 11 15:27:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hoemail1.firewall.lucent.com (hoemail1.lucent.com [192.11.226.161]) by hub.freebsd.org (Postfix) with ESMTP id 220EE37B4C0 for ; Thu, 11 Apr 2002 15:26:07 -0700 (PDT) Received: from ih2mail.ih.lucent.com (h135-1-241-39.lucent.com [135.1.241.39]) by hoemail1.firewall.lucent.com (Switch-2.1.3/Switch-2.1.0) with ESMTP id g3BMQ5d24591; Thu, 11 Apr 2002 18:26:05 -0400 (EDT) Received: from il0015shawnlke2 by ih2mail.ih.lucent.com (8.8.8+Sun/EMS-1.5 sol2) id RAA02022; Thu, 11 Apr 2002 17:25:59 -0500 (CDT) From: "Shawn Kennedy" To: "Kent Stewart" Cc: Subject: RE: Build error - Confused! Date: Thu, 11 Apr 2002 17:26:02 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <3CB600D7.6080008@owt.com> 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 Hi Kent, I realized that after I sent the previous email, that I forgot to mention that I was on 4.5-STABLE. I did not do a src-all, but practically. Here is my 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 I will try the steps you have outlined. Thanks! Shawn > -----Original Message----- > From: Kent Stewart [mailto:kstewart@owt.com] > Sent: Thursday, April 11, 2002 4:32 PM > To: Shawn Kennedy > Cc: questions@FreeBSD.ORG > Subject: Re: Build error - Confused! > > > > > Shawn Kennedy wrote: > > > Hello, > > > > I have a box that I cvsup'ed a few days ago > > (was last updated about 2 months ago). I > > then did a 'make world' as I don't have anything > > fancy on the box and am not running anything > > critical on the system - if I mess it up, no > > real loss. And, I did cvsup the whole tree > > (including all ports). > > > > But (you had to know this was coming!!) when > > I did the build, it died while building the > > libraries. I've attached the build output at > > near the relevant section (in libpam). > > Any ideas? I'd like not to wipe out > > all my settings and start over. Also, if you > > have any words of wisdom about future updating, > > I'm very open! > > > 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 > > > > > I am assuming that you did not cvsup src-all. > > The other thing is that make world has not been the recommended way of > updating a system since they introduce 4.1. The method in > /usr/src/UPDATING is the following > > To update from 4.0-RELEASE or later to the most current > 4.x-STABLE > ---------- > make buildworld > make buildkernel KERNCONF=YOUR_KERNEL_HERE > make installkernel KERNCONF=YOUR_KERNEL_HERE > reboot (in single user) [1] > make installworld > mergemaster [2] > reboot > > > Kent > > -- > 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