From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 14:39:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 098E016A4CE for ; Tue, 27 Jan 2004 14:39:21 -0800 (PST) Received: from bart.motd.dk (port95.ds1-ro.adsl.cybercity.dk [212.242.60.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14FE043D5D for ; Tue, 27 Jan 2004 14:38:22 -0800 (PST) (envelope-from tom@motd.dk) Received: from home03 (unknown [192.168.10.3]) by bart.motd.dk (Postfix) with ESMTP id F38D560E2; Tue, 27 Jan 2004 23:40:43 +0100 (CET) From: "Tom Jensen" To: "'Doug White'" Date: Tue, 27 Jan 2004 23:37:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcPlClJR/jo4Zc4ATm6JpZXj9uXmlQAG47zQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <20040127111220.V15307@carver.gumbysoft.com> Message-Id: <20040127224043.F38D560E2@bart.motd.dk> cc: freebsd-current@freebsd.org Subject: RE: Compiler error when doing a "make buildworld" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2004 22:39:21 -0000 :-) it's working, when I got a new source tree it's just compiled nice and smooth with no errors at all Thanks for the input - Tom -----Original Message----- From: owner-freebsd-current@freebsd.org [mailto:owner-freebsd-current@freebsd.org] On Behalf Of Doug White Sent: 27. januar 2004 20:13 To: Tom Jensen Cc: freebsd-current@freebsd.org Subject: Re: Compiler error when doing a "make buildworld" On Tue, 27 Jan 2004, Tom Jensen wrote: > Hi, > > I have now tried three time to upgrade from 5.1 to 5.2, and all three > times I get the same compile error. Hm ... ssh was changed in that period. Have you tried removing then re-checking out your src tree? > > I have updated my source all three times before starting the 'buildworld'. > > This is the compiler error > > ===> secure/usr.bin/scp > cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/scp.c cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp > scp.o -lssh -lcrypt -lcrypto -lz > gzip -cn /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.1 > > scp.1.gz ===> secure/usr.bin/sftp cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/sftp.c cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/sftp-client.c > cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/sftp-int.c > cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/sftp-common.c > cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -c > /usr/src/crypto/openssh/sftp-glob.c > cc -O1 -pipe -march=pentium3 > -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -DNO_IDEA -o sftp > sftp.o sftp-client.o sftp-int.o sftp-common.o sftp-glob.o -lssh > -lcrypt -lcrypto -lz gzip -cn > /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.1 > > sftp.1.gz ===> secure/usr.bin/ssh > make: don't know how to make > /usr/src/crypto/openssh/openbsd-compat/basename.h. Stop > *** Error code 2 > > Stop in /usr/src/secure/usr.bin. > *** Error code 1 > > Stop in /usr/src/secure. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > my /etc/make.conf look like this > > PERL_VER=5.6.1 > PERL_VERSION=5.6.1 > PERL_ARCH=mach > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo > CPUTYPE?=p3 > CFLAGS= -O1 -pipe > COPTFLAGS= -O1 -pipe > MAKE_SHELL?=sh > NO_SENDMAIL= true > NO_X= true > NOGAMES= true > > any clues, on how to get around this error? > > Regards > - Tom > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"