Re: ld-elf.so.1 isn't overwritten upon making installworld

2009-05-15 Thread Vlad GALU
On Fri, May 15, 2009 at 11:37 PM, Dimitry Andric  wrote:
> On 2009-05-15 22:25, Vlad GALU wrote:
 called on the newly built copy, but even though the system copy's file
 flags are cleared (noschg), the overwriting fails. I managed to
 overwrite it by (cp -f)-ing) the fresh copy over the old one.
>>> Are you running in single-user mode during installworld?
>
> Alright, just checking. :)  What is the exact error that you're getting?
>
> It might also be the binary isn't changed at all, and in that case it
> will *not* be updated (its Makefile uses INSTALLFLAGS=-C -b).
>

There's no error, I just happened to notice that the mtime of my
ld-elf.so.1 was from about 2 months ago (that's about when I made the
last update). The size of the fresh one from /usr/obj/... is
different. Not to mention that there were even some recent changes in
rtld.c :)
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: ld-elf.so.1 isn't overwritten upon making installworld

2009-05-15 Thread Dimitry Andric
On 2009-05-15 22:25, Vlad GALU wrote:
>>> called on the newly built copy, but even though the system copy's file
>>> flags are cleared (noschg), the overwriting fails. I managed to
>>> overwrite it by (cp -f)-ing) the fresh copy over the old one.
>> Are you running in single-user mode during installworld?

Alright, just checking. :)  What is the exact error that you're getting?

It might also be the binary isn't changed at all, and in that case it
will *not* be updated (its Makefile uses INSTALLFLAGS=-C -b).
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: ld-elf.so.1 isn't overwritten upon making installworld

2009-05-15 Thread Vlad GALU
On Fri, May 15, 2009 at 9:49 PM, Dimitry Andric  wrote:
> On 2009-05-15 18:42, Vlad GALU wrote:
>> All in subject. I could see the particular line where install is
>> called on the newly built copy, but even though the system copy's file
>> flags are cleared (noschg), the overwriting fails. I managed to
>> overwrite it by (cp -f)-ing) the fresh copy over the old one.
>
> Are you running in single-user mode during installworld?
>

Yep.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: ld-elf.so.1 isn't overwritten upon making installworld

2009-05-15 Thread Dimitry Andric
On 2009-05-15 18:42, Vlad GALU wrote:
> All in subject. I could see the particular line where install is
> called on the newly built copy, but even though the system copy's file
> flags are cleared (noschg), the overwriting fails. I managed to
> overwrite it by (cp -f)-ing) the fresh copy over the old one.

Are you running in single-user mode during installworld?
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


ld-elf.so.1 isn't overwritten upon making installworld

2009-05-15 Thread Vlad GALU
All in subject. I could see the particular line where install is
called on the newly built copy, but even though the system copy's file
flags are cleared (noschg), the overwriting fails. I managed to
overwrite it by (cp -f)-ing) the fresh copy over the old one.

Regards,
Vlad
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"