conf/147244: ld-elf.so.1 not being updated on buildworld/installworld (solved)

Riccardo Torrini riccardo at torrini.org
Sun Jun 6 12:20:10 UTC 2010


The following reply was made to PR conf/147244; it has been noted by GNATS.

From: Riccardo Torrini <riccardo at torrini.org>
To: bug-followup at FreeBSD.org, jamie at bishopston.net
Cc:  
Subject: Re: conf/147244: ld-elf.so.1 not being updated on
 buildworld/installworld (solved)
Date: Sun, 6 Jun 2010 14:16:16 +0200

 On Sun, Jun 06, 2010 at 11:53:03AM +0200, Riccardo Torrini wrote:
 
 > # ls -log /libexec/
 > total 424
 > -r-xr-xr-x  1 root  wheel  schg 220020 Feb 28 14:18 ld-elf.so.1
 > -r-xr-xr-x  1 root  wheel  -    188096 Feb 28 09:14 ld-elf.so.1.old
 
 Me again.  Sorry for wasting time and bandwidth, notice that
 "install -S" doesn't change file when is the same, so target
 remain with old timestamp.  Anyway it can confuse  :-)
 
 # cp /usr/obj/usr/src/libexec/rtld-elf/ld-elf.so.1 /tmp/ && \
 	strip /tmp/ld-elf.so.1 && \
 	md5 -r /tmp/ld-elf.so.1 /libexec/ld-elf.so.1
 7328a72be1e4991c1461a197492539dc /tmp/ld-elf.so.1
 7328a72be1e4991c1461a197492539dc /libexec/ld-elf.so.1
 
 # ls -log /tmp/ld-elf.so.1 /libexec/ld-elf.so.1
 -r-xr-xr-x  1 root  wheel  - 220020 Feb 21 01:11 /libexec/ld-elf.so.1
 -rwxr-xr-x  1 root  wheel  - 220020 Jun  6 14:05 /tmp/ld-elf.so.1
 
 
 Patch is not needed because chflasg can go through soft-link
 but (imho) a touch (or a FAQ) can help us to stop opening PR.
 Sorry again.
 
 
 -- 
 Riccardo. ( http://www.GUFI.org/~vic/ )


More information about the freebsd-bugs mailing list