From owner-freebsd-questions Sun Mar 16 8: 5: 4 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8634337B401 for ; Sun, 16 Mar 2003 08:05:01 -0800 (PST) Received: from mail.dubium.com (h24-78-226-8.vn.shawcable.net [24.78.226.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DCA743F85 for ; Sun, 16 Mar 2003 08:05:00 -0800 (PST) (envelope-from joe@dubium.com) Received: (qmail 97632 invoked from network); 16 Mar 2003 16:07:15 -0000 Received: from localhost (HELO dubium.com) ([127.0.0.1]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 16 Mar 2003 16:07:15 -0000 Received: from 192.168.0.1 (SquirrelMail authenticated user joe@dubium.com) by sigfried with HTTP; Sun, 16 Mar 2003 08:07:15 -0800 (PST) Message-ID: <1168.192.168.0.1.1047830835.squirrel@sigfried> Date: Sun, 16 Mar 2003 08:07:15 -0800 (PST) Subject: latest stable branch upgrade fails From: "Joe Sotham" To: freebsd-questions@FreeBSD.ORG User-Agent: SquirrelMail/1.4.0 RC2a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Here's my stable cvsup file: *default host=cvsup.ca.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default compress src-all In the /usr/src directory I did a make clean, then make The following error occurs. I have tried this a number of times including deleting the entire src tree and then cvsuping again. -- Joe Sotham ------------ **** error messages ****** Warning: Object directory not changed from original /usr/src/libexec/rtld-elf cc -O -pipe -Wall -DFREEBSD_ELF -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -c rtld.c rtld.c:81: warning: `struct dl_serinfo' declared inside parameter list rtld.c:81: warning: its scope is only this definition or declaration, which is probably not what you want. rtld.c:176: `dlinfo' undeclared here (not in a function) rtld.c:176: initializer element is not constant rtld.c:176: (near initialization for `exports[7]') rtld.c: In function `dlsym': rtld.c:1666: `RTLD_SELF' undeclared (first use in this function) rtld.c:1666: (Each undeclared identifier is reported only once rtld.c:1666: for each function it appears in.) rtld.c: In function `dlinfo': rtld.c:1788: `RTLD_SELF' undeclared (first use in this function) rtld.c:1804: `RTLD_DI_LINKMAP' undeclared (first use in this function) rtld.c:1807: `RTLD_DI_ORIGIN' undeclared (first use in this function) rtld.c:1811: `RTLD_DI_SERINFOSIZE' undeclared (first use in this function) rtld.c:1812: `RTLD_DI_SERINFO' undeclared (first use in this function) rtld.c:1813: warning: passing arg 3 of `do_search_info' from incompatible pointer type rtld.c:1805: warning: unreachable code at beginning of switch statement rtld.c: At top level: rtld.c:1829: syntax error before `Dl_serinfo' rtld.c: In function `fill_search_info': rtld.c:1841: `RTLD_DI_SERINFOSIZE' undeclared (first use in this function) rtld.c:1842: structure has no member named `serinfo' rtld.c:1843: structure has no member named `serinfo' rtld.c:1847: structure has no member named `serpath' rtld.c:1848: dereferencing pointer to incomplete type rtld.c:1849: dereferencing pointer to incomplete type rtld.c:1855: structure has no member named `serpath' rtld.c: At top level: rtld.c:1862: warning: `struct dl_serinfo' declared inside parameter list rtld.c:1863: conflicting types for `do_search_info' rtld.c:81: previous declaration of `do_search_info' rtld.c: In function `do_search_info': rtld.c:1864: storage size of `_info' isn't known rtld.c:1867: `RTLD_DI_SERINFOSIZE' undeclared (first use in this function) rtld.c:1868: structure has no member named `serinfo' rtld.c:1870: dereferencing pointer to incomplete type rtld.c:1880: dereferencing pointer to incomplete type rtld.c:1881: dereferencing pointer to incomplete type rtld.c:1885: dereferencing pointer to incomplete type rtld.c:1885: dereferencing pointer to incomplete type rtld.c:1890: `RTLD_DI_SERINFO' undeclared (first use in this function) rtld.c:1891: structure has no member named `serinfo' rtld.c:1892: structure has no member named `serpath' rtld.c:1892: dereferencing pointer to incomplete type rtld.c:1893: dereferencing pointer to incomplete type rtld.c:1895: `LA_SER_LIBPATH' undeclared (first use in this function) rtld.c:1899: `LA_SER_RUNPATH' undeclared (first use in this function) rtld.c:1903: `LA_SER_CONFIG' undeclared (first use in this function) rtld.c:1907: `LA_SER_DEFAULT' undeclared (first use in this function) rtld.c:1864: warning: unused variable `_info' *** Error code 1 Stop in /usr/src/libexec/rtld-elf. *** Error code 1 Stop in /usr/src/libexec. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message