Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Mar 2003 12:08:54 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        "Joe Sotham" <joe@dubium.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: latest stable branch upgrade fails
Message-ID:  <200303161208.54406.kstewart@owt.com>
In-Reply-To: <1168.192.168.0.1.1047830835.squirrel@sigfried>
References:  <1168.192.168.0.1.1047830835.squirrel@sigfried>

next in thread | previous in thread | raw e-mail | index | archive | help
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 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?200303161208.54406.kstewart>