libexec/ld-elf.so.1: Undefined symbol "__stdoutp" referenced from COPY relocation in /bin/sh

From: Marcin Jessa <yazzy_at_yazzy.org>
Date: Mon, 6 Jun 2005 12:00:49 +0200
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<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE>

Any idea how to fix that problem?
Received on Mon Jun 06 2005 - 08:00:46 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:35 UTC