From owner-freebsd-current@FreeBSD.ORG Mon Jun 6 10:00:46 2005 Return-Path: X-Original-To: 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 EDB8A16A41C for ; Mon, 6 Jun 2005 10:00:46 +0000 (GMT) (envelope-from yazzy@yazzy.org) Received: from mail.yazzy.org (mail.yazzy.org [217.8.140.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E08243D1F for ; Mon, 6 Jun 2005 10:00:46 +0000 (GMT) (envelope-from yazzy@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 1DfEPM-0003bV-AV for current@freebsd.org; Mon, 06 Jun 2005 12:00:36 +0200 Date: Mon, 6 Jun 2005 12:00:49 +0200 From: Marcin Jessa To: FreeBSD-Current Message-Id: <20050606120049.5a158691.yazzy@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: -1.3 (-) X-Mailman-Approved-At: Mon, 06 Jun 2005 11:43:58 +0000 Cc: Subject: 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: Mon, 06 Jun 2005 10:00:47 -0000 Running make installworld on freshly updated and compiled world and on the new 6.0 kernel I get: ===> 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 install -o root -g wheel -m 444 sync.8.cat.gz /usr/share/man/cat8/sync.8.gz ===> 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 install -o root -g wheel -m 444 test.1.cat.gz /usr/share/man/cat1/test.1.gz /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 I have both COMPAT4x=YES in /etc/make.conf and options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 in my kernel config. More relevant info: /etc/make.conf: CFLAGS= -O2 -pipe #Compiler settings used when compiling C code. CXXFLAGS+= -O2 -pipe #Compiler settings used when compiling C++ code. CPUTYPE?=pentiumpro CPU: Intel(R) Celeron(R) M processor 1400MHz (1395.48-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x695 Stepping = 5 Features=0xa7e9f9bf Any idea how to fix that problem?