From owner-freebsd-stable Thu Oct 31 7:49: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6FC737B404; Thu, 31 Oct 2002 07:49:03 -0800 (PST) Received: from ene.asda.gr (ene.asda.gr [193.92.118.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4008043E6E; Thu, 31 Oct 2002 07:49:02 -0800 (PST) (envelope-from lefty@asda.gr) Received: from asda.gr (lefty.ene.asda.gr [193.92.118.162]) (authenticated bits=0) by ene.asda.gr (8.12.6/8.12.6) with ESMTP id g9VFmikD043548; Thu, 31 Oct 2002 17:48:51 +0200 (EET) (envelope-from lefty@asda.gr) Message-ID: <3DC150E7.8F44E879@asda.gr> Date: Thu, 31 Oct 2002 17:48:55 +0200 From: Lefteris Tsintjelis X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en,el MIME-Version: 1.0 To: Giorgos Keramidas Cc: Chris Pressey , freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld fails References: <20021029033143.7c01a0b7.cpressey@catseye.mb.ca> <20021029112907.GB4480@happy-idiot-talk.infracaninophi> <20021029064730.2637b4e2.cpressey@catseye.mb.ca> <20021029142839.GF4480@happy-idiot-talk.infracaninophi> <20021029192615.69e3bb31.cpressey@catseye.mb.ca> <20021030214148.GL1882@gray.sea.gr> <20021030191250.34d1898e.cpressey@catseye.mb.ca> <20021031151333.GB1899@gray.sea.gr> Content-Type: text/plain; charset=iso-8859-7 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 Giorgos Keramidas wrote: > > On 2002-10-30 19:12, Chris Pressey wrote: > > On Wed, 30 Oct 2002 23:41:49 +0200 > > Giorgos Keramidas wrote: > > > + Remove everything under /usr/obj. > > > > > > # chflags -R noschg /usr/obj > > > # rm -fr /usr/obj/* > > > + CVSup your sources. > > > + Start a new buildworld. Avoid using -DNOCLEAN or similar flags. > > > > I've done this now with NO_OPENSSH=true in make.conf, but I *still* get > > errors! > > > > cc -O -pipe -o ppp acf.o arp.o async.o auth.o bundle.o cbcp.o ccp.o > > chap.o chat.o command.o datalink.o deflate.o defs.o exec.o filter.o fsm.o > > hdlc.o iface.o ip.o ipcp.o ipv6cp.o iplist.o lcp.o link.o log.o lqr.o > > main.o mbuf.o mp.o ncp.o ncpaddr.o pap.o physical.o pred.o probe.o > > prompt.o proto.o route.o server.o sig.o slcompress.o sync.o systems.o > > tcp.o tcpmss.o throughput.o timer.o tty.o tun.o udp.o vjcomp.o nat_cmd.o > > atm.o id.o chap_ms.o mppe.o radius.o i4b.o ether.o -lcrypt -lmd -lutil -lz > > -lalias -lcrypto -lradius -lnetgraph > > radius.o: In function `demangle': > > radius.o(.text+0xd1): undefined reference to `rad_request_authenticator' > > radius.o(.text+0x102): undefined reference to `rad_server_secret' > > radius.o: In function `radius_Process': > > radius.o(.text+0x84d): undefined reference to `rad_get_vendor_attr' > > radius.o: In function `radius_Authenticate': > > radius.o(.text+0x1217): undefined reference to `rad_put_vendor_attr' > > radius.o(.text+0x12a3): undefined reference to `rad_put_vendor_attr' > > radius.o(.text+0x1323): undefined reference to `rad_put_vendor_attr' > > *** Error code 1 > > Odd. This should work fine. Try backing up your data and installing > a -RELEASE version (preferrably 4.6.2-RELEASE). It's obvious that > your build system is at least, uhm, non-standard. If that doesn't > work either, you can ask around in freebsd-stable to see if other > people have similar problems. But this is very unlikely with -STABLE. Giorgo, I am using 4.7-STABLE FreeBSD 4.7-STABLE #0: Tue Oct 29 02:30:34 EET 2002 and I still get the same exact error if I set NO_OPENSSH=true in make.conf. I am also forwarding this to STABLE discusion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message