From owner-freebsd-stable Fri Aug 8 07:56:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA22579 for stable-outgoing; Fri, 8 Aug 1997 07:56:32 -0700 (PDT) Received: from helium.vapornet.com (root@helium.vapornet.com [208.202.126.112]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA22573 for ; Fri, 8 Aug 1997 07:56:29 -0700 (PDT) Received: from argon.vapornet.com (oakbrook1-23.ebs.net [207.19.130.55]) by helium.vapornet.com (8.8.6/VaporServer-2.5+SpamNot) with ESMTP id JAA05572 for ; Fri, 8 Aug 1997 09:56:33 -0500 (CDT) Received: by argon.vapornet.com (8.8.6/VaporClient-1.1.1) id JAA14434; Fri, 8 Aug 1997 09:56:29 -0500 (CDT) Date: Fri, 8 Aug 1997 09:56:29 -0500 (CDT) Message-Id: <199708081456.JAA14434@argon.vapornet.com> From: John Preisler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: freebsd-stable@freebsd.org Subject: broked stable X-Mailer: VM 6.22 under 19.15 XEmacs Lucid Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk recent changes to gun/usr.bin/ld break -stable. world is current as of yesterday. ===> ld/rtld cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -c /usr/src/gnu/usr.bin/ld/rtld/../i386/mdprologue.S cc -O -I/usr/src/gnu/usr.bin/ld/rtld/.. -I/usr/src/gnu/usr.bin/ld/rtld -I/usr/src/gnu/usr.bin/ld/rtld/../i386 -fpic -fno-function-cse -DRTLD -c /usr/src/gnu/usr.bin/ld/rtld/rtld.c /usr/src/gnu/usr.bin/ld/rtld/rtld.c:211: warning: excess elements in struct initializer after `ld_entry' /usr/src/gnu/usr.bin/ld/rtld/rtld.c: In function `rtld': /usr/src/gnu/usr.bin/ld/rtld/rtld.c:415: `LDSO_VERSION_HAS_DLSYM3' undeclared (first use this function) /usr/src/gnu/usr.bin/ld/rtld/rtld.c:415: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/ld/rtld/rtld.c:415: for each function it appears in.) /usr/src/gnu/usr.bin/ld/rtld/rtld.c: In function `__dlsym': /usr/src/gnu/usr.bin/ld/rtld/rtld.c:1910: `RTLD_NEXT' undeclared (first use this function) /usr/src/gnu/usr.bin/ld/rtld/rtld.c: In function `__dlsym3': /usr/src/gnu/usr.bin/ld/rtld/rtld.c:1929: `RTLD_NEXT' undeclared (first use this function) *** Error code 1 -jrp