Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 180678

Summary: app-misc/mc - chmod fails due to hardcoded /usr/lib
Product: Gentoo Linux Reporter: Sebastijan Vacun <sebastijan>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: VERIFIED FIXED    
Severity: normal CC: amd64, jmbsvicetto
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Diff to mc-4.6.1-r3.diff to use multilib and $(get_libdir)

Description Sebastijan Vacun 2007-06-03 00:38:48 UTC
At the end of installation:
chmod: cannot access `/var/tmp/portage/app-misc/mc-4.6.1-r3/image//usr/lib/mc/cons.saver': No such file or directory
 * Applying mc-4.6.0-ebuild-syntax.patch ...                                                                                                                                               [ ok ]
>>> Completed installing mc-4.6.1-r3 into /var/tmp/portage/app-misc/mc-4.6.1-r3/image/

Missing one space?

Reproducible: Always




app-misc/mc-4.6.1-r3
first install (not upgrade)

I think this is syntax error and happens every time, so no additional info is nedded
Comment 1 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2007-06-03 01:08:57 UTC
The problem seems to be caused by the following in src_install:

fperms u+s /usr/lib/mc/cons.saver
Comment 2 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2007-06-03 01:29:14 UTC
Created attachment 120997 [details, diff]
Diff to mc-4.6.1-r3.diff to use multilib and $(get_libdir)

This solved my error on amd64.
Comment 3 Wulf Krueger (RETIRED) gentoo-dev 2007-06-03 10:18:46 UTC
Fixed in CVS.