On Sunday 16 March 2003 08:07 am, Joe Sotham wrote: > 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.
Sorry about the copy but kmail would not include your error messages. You had 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. A cvsup and buildworld from my cvs-mirror produced cc -O -pipe -Wall -DFREEBSD_ELF -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -c /usr/src/libexe c/rtld-elf/i386/rtld_start.S cc -O -pipe -Wall -DFREEBSD_ELF -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -c /usr/src/libexe c/rtld-elf/rtld.c cc -O -pipe -Wall -DFREEBSD_ELF -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -c /usr/src/libexe c/rtld-elf/i386/lockdflt.c First of all, there are no error messages and second, my compile link to rtld.c is full path and not just rtld.c. Rtld.c was last modified 3 weeks ago. I kind of wonder if you have some old code left over in /usr/obj. If you clean it up and it still dies, change your cvsup mirror. There is something different on your system. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
