From owner-freebsd-stable Fri Aug 17 6:36:38 2001 Delivered-To: freebsd-stable@freebsd.org Received: from uswgne22.uswest.com (uswgne22.uswest.com [204.26.87.76]) by hub.freebsd.org (Postfix) with ESMTP id DF28437B406 for ; Fri, 17 Aug 2001 06:36:27 -0700 (PDT) (envelope-from mmeola@uswest.com) Received: from egate-ut2.uswc.uswest.com (egate-ut2.uswc.uswest.com [148.157.122.199]) by uswgne22.uswest.com (8.10.0/8.10.0) with ESMTP id f7HDaM506683 for ; Fri, 17 Aug 2001 08:36:22 -0500 (CDT) Received: from kc0dxw-2.uswc.uswest.com (localhost [127.0.0.1]) by egate-ut2.uswc.uswest.com (8.10.0/8.10.0) with ESMTP id f7HDaLH05506 for ; Fri, 17 Aug 2001 07:36:21 -0600 (MDT) Received: by kc0dxw-2.uswc.uswest.com (Postfix, from userid 1000) id 8F84981E; Thu, 16 Aug 2001 15:07:13 -0600 (MDT) Date: Thu, 16 Aug 2001 15:07:13 -0600 From: Matt Meola To: Grigory Kljuchnikov Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Error by make buildworld Message-ID: <20010816150713.B64252@kc0dxw-2.uswc.uswest.com> Mail-Followup-To: Grigory Kljuchnikov , freebsd-stable@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i In-Reply-To: ; from grn@ispras.ru on Fri, Aug 17, 2001 at 12:49:44AM +0400 X-URL: http://www.qsl.net/af0d X-OS: FreeBSD 4.4-RC i386 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 Courtesy of Mark.Andrews@nominum.com: > This looks like a classic bootstrap problem. I would be compiling > basename() (lib/libc/gen/basename.c) and manually adding it to libc.a > ld is being statically linked so this should work. > > basename() first appear around 4.2-RELEASE. > > RELENG_4_3_0_RELEASE: 1.1.2.1 > RELENG_4_3: 1.1.2.1.0.2 > RELENG_4_3_BP: 1.1.2.1 > RELENG_4_2_0_RELEASE: 1.1.2.1 > RELENG_4: 1.1.0.2 > PRE_SMPNG: 1.1 > > You could also try going to 4.3-RELEASE then to -stable. The steps: 1. Drink alcoholic beverage of your choice. 2. cd /usr/src/lib/libc/gen 3. make basename.o 4. ar r /usr/lib/libc.a basename.o 5. Drink another alcoholic beverage of your choice. 6. cd /usr/src 7. make buildworld 8. Rejoice and drink still more alcoholic beverages! On Fri, Aug 17, 2001 at 12:49:44AM +0400, Grigory Kljuchnikov wrote: > Hello, > > I've tried to make cvsuped stable sources and had an error: > > $ make buildworld > ... > > eelf_i386.o: In function `gldelf_i386_open_dynamic_archive': > eelf_i386.o(.text+0xc7b): undefined reference to `basename' > *** Error code 1 -- Matt Meola AFØD af0d@qsl.net ARES CO D. 6 AEC http://www.qsl.net/af0d To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message