Bug 151951 - app-shells/tcsh-6.14-r3 QA pre-stripped (and others)
|
Bug#:
151951
|
Product: Gentoo Linux
|
Version: 2006.1
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: grobian@gentoo.org
|
Reported By: dev-zero@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: app-shells/tcsh-6.14-r3 QA pre-stripped (and others)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-10-19 06:16 0000
|
Here's the log of the last lines of the emerge:
[...]
>>> Install tcsh-6.14-r3 into /var/tmp/portage/tcsh-6.14-r3/image/ category app-shells
mkdir -p /var/tmp/portage/tcsh-6.14-r3/image///bin
mkdir -p /var/tmp/portage/tcsh-6.14-r3/image//usr/share/man/man1
rm -f /var/tmp/portage/tcsh-6.14-r3/image//usr/share/man/man1/tcsh.1
cp ./tcsh.man /var/tmp/portage/tcsh-6.14-r3/image//usr/share/man/man1/tcsh.1
chmod 444 /var/tmp/portage/tcsh-6.14-r3/image//usr/share/man/man1/tcsh.1
mv -f /var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh
/var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh.old
mv: cannot stat `/var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh': No such file
or directory
make: [install] Error 1 (ignored)
cp tcsh /var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh
strip /var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh
chmod 755 /var/tmp/portage/tcsh-6.14-r3/image///bin/tcsh
>>> Completed installing tcsh-6.14-r3 into /var/tmp/portage/tcsh-6.14-r3/image/
man:
gzipping man page: tcsh.1
QA Notice: pre-stripped files found:
/var/tmp/portage/tcsh-6.14-r3/image/bin/tcsh
>>> Merging app-shells/tcsh-6.14-r3 to /
--- /bin/
>>> /bin/tcsh
--- /etc/
>>> /etc/csh.cshrc
>>> /etc/csh.login
--- /etc/profile.d/
>>> /etc/profile.d/tcsh-bindkey.csh
>>> /etc/profile.d/tcsh-settings.csh
--- /usr/
[...]
Ok, this is new stuff for me. Do you have a pointer to some reading for what
it means (or why it is bad) and what the common cases are why this happens? I
suspect the makefile to run strip or something.
Correct. Check the Makefile for a parameter "-s" to install or $(INSTALL).
I added a patch. Please reopen if it is not sufficient. Thanks for reporting!
*** Bug 152261 has been marked as a duplicate of this bug. ***
Evil Person, make sure you updated your tree and reopen if the problem
persists.