From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 11:46:46 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 9623B16A41F for ; Tue, 7 Jun 2005 11:46:46 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1056A43D49 for ; Tue, 7 Jun 2005 11:46:46 +0000 (GMT) (envelope-from lists@yazzy.org) Received: from 217-13-2-82.dd.nextgentel.com ([217.13.2.82] helo=h311r4z3r) by mail.yazzy.org with esmtps (TLSv1:AES256-SHA:256) (YazzY.org) id 1DfcXQ-0006dp-3D for freebsd-current@freebsd.org; Tue, 07 Jun 2005 13:46:34 +0200 Date: Tue, 7 Jun 2005 13:46:38 +0200 From: Marcin Jessa To: freebsd-current@freebsd.org Message-Id: <20050607134638.42226329.lists@yazzy.org> In-Reply-To: <20050607133811.27a839f1.lists@yazzy.org> References: <20050607133811.27a839f1.lists@yazzy.org> Organization: YazzY.org X-Mailer: Sylpheed version 1.9.12 (GTK+ 2.6.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) Subject: Re: And again, /libexec/ld-elf.so.1: Undefined symbol "__stdoutp" referenced from COPY relocation in /bin/sh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Jun 2005 11:46:46 -0000 Ah, for the future references: This happened becouse of my /etc/libmap.conf Everything works fine now when i commented entries in it. Cheers, Marcin On Tue, 7 Jun 2005 13:38:11 +0200 Marcin Jessa wrote: > Hi guys. > > Ok, this is starting to be really confusing and annoying. > I tried to upgrade 5.4-RELEASE to 6.0-CURRENT and still can't successfully run make installworld. > Just for the record, the procedure was to: > rm -rf /usr/obj/* > rm -rf /usr/src/* > cvsup > cd /usr/src; make buildworld > make buildkernel KERNCONF=MYKERNEL > make installkernel KERNCONF=MYKERNEL > mergemaster -p > reboot to single user mode > Then make buildworld craps out. > > What the heck is wrong? I could successfully upgrade my 5.4 kernel and world on the same box. > > I also have : > options COMPAT_43 > options COMPAT_FREEBSD4 > in my kernel config. > > My make.conf is following: > CFLAGS= -O -pipe #Compiler settings used when compiling C code. > CXXFLAGS+= -O -pipe #Compiler settings used when compiling C++ code. > #COPTFLAGS= -O2 -pipe #To compile the kernel with special optimizations > > CPUTYPE?=pentiumpro > COMPAT22=YES > COMPAT3x=YES > COMPAT4x=YES > LOADER_TFTP_SUPPORT= YES > > # added by use.perl 2005-06-02 14:44:11 > PERL_VER=5.8.6 > PERL_VERSION=5.8.6 > > This is the error message: > > ===> bin/sh (install) > install -s -o root -g wheel -m 555 -S sh /bin > install -o root -g wheel -m 444 sh.1.gz /usr/share/man/man1 > ===> bin/sleep (install) > install -s -o root -g wheel -m 555 sleep /bin > install -o root -g wheel -m 444 sleep.1.gz /usr/share/man/man1 > ===> bin/stty (install) > install -s -o root -g wheel -m 555 stty /bin > install -o root -g wheel -m 444 stty.1.gz /usr/share/man/man1 > ===> bin/sync (install) > install -s -o root -g wheel -m 555 sync /bin > install -o root -g wheel -m 444 sync.8.gz /usr/share/man/man8 > ===> bin/test (install) > install -s -o root -g wheel -m 555 test /bin > install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 > /libexec/ld-elf.so.1: Undefined symbol "__stdoutp" referenced from COPY relocation in /bin/sh > *** Error code 1 > > Stop in /usr/src/bin/test. > *** Error code 1 > > Stop in /usr/src/bin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > _______________________________________________ > 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"