Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2003 08:07:15 -0800 (PST)
From:      "Joe Sotham" <joe@dubium.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   latest stable branch upgrade fails
Message-ID:  <1168.192.168.0.1.1047830835.squirrel@sigfried>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1168.192.168.0.1.1047830835.squirrel>