From owner-freebsd-hackers Mon Jul 1 4:54:14 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C51837B400 for ; Mon, 1 Jul 2002 04:54:11 -0700 (PDT) Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by mx1.FreeBSD.org (Postfix) with SMTP id 06CFA43E13 for ; Mon, 1 Jul 2002 04:54:10 -0700 (PDT) (envelope-from d_f0rce@gmx.de) Received: (qmail 32442 invoked by uid 0); 1 Jul 2002 11:54:08 -0000 Date: Mon, 1 Jul 2002 13:54:07 +0200 (MEST) From: d_f0rce@gmx.de To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Subject: Strange linker messages on 4.5 buildworld X-Priority: 3 (Normal) X-Authenticated-Sender: #0002415309@gmx.net X-Authenticated-IP: [212.118.32.69] Message-ID: <25902.1025524447@www5.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, cause of the resolver bug I cvsuped to RELENG_4_5 and wanted to rebuild world. Unfortunately I get some strange linker messages: -------------------- cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libipsec/ipsec_strerror.c -o ipsec_strerror.So cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c policy_parse.c -o policy_parse.So cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c policy_token.c -o policy_token.So cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libipsec/ipsec_dump_policy.c -o ipsec_dump_policy.So cc -fpic -DPIC -O -pipe -march=k6 -I. -I/usr/src/lib/libipsec -DIPSEC_DEBUG -DIPSEC -DINET6 -I/usr/obj/usr/src/i386/usr/include -c /usr/src/lib/libipsec/ipsec_get_policylen.c -o ipsec_get_policylen.So building shared library libipsec.so.1 /usr/obj/usr/src/i386/usr/libexec/elf/ld: libipsec.so.1: Not enough room for program headers (allocated 3, need 4) /usr/obj/usr/src/i386/usr/libexec/elf/ld: final link failed: Bad value *** Error code 1 Stop in /usr/src/lib/libipsec. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ------------------------ What does ld want to tell me with this message? Does anybody know how to fix this? Thanks for your help, Alex PS: Please answer directly, as I'm not on the list. PPS: Sorry, as this mail is probably in HTML - had to use the web-interface. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message