Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151951 - app-shells/tcsh-6.14-r3 QA pre-stripped (and others)
Summary: app-shells/tcsh-6.14-r3 QA pre-stripped (and others)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
: 152261 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-19 06:16 UTC by Tiziano Müller (RETIRED)
Modified: 2006-10-21 09:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tiziano Müller (RETIRED) gentoo-dev 2006-10-19 06:16:16 UTC
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/
[...]
Comment 1 Fabian Groffen gentoo-dev 2006-10-19 12:16:35 UTC
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.
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2006-10-19 13:03:52 UTC
Correct. Check the Makefile for a parameter "-s" to install or $(INSTALL).
Comment 3 Fabian Groffen gentoo-dev 2006-10-19 13:17:24 UTC
I added a patch.  Please reopen if it is not sufficient.  Thanks for reporting!
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2006-10-21 09:13:57 UTC
*** Bug 152261 has been marked as a duplicate of this bug. ***
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-10-21 09:14:20 UTC
Doesn't seem fixed.
Comment 6 Fabian Groffen gentoo-dev 2006-10-21 09:17:25 UTC
Evil Person, make sure you updated your tree and reopen if the problem persists.