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

Bug 560290

Summary: sys-libs/ncurses-6.0-r1: Installation by paludis fails
Product: Gentoo Linux Reporter: Christian Apeltauer <c.apeltauer>
Component: [OLD] Core systemAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: installation log by paludis (bzip2 compressed)
output of cave info ncurses

Description Christian Apeltauer 2015-09-12 15:52:32 UTC
Installation of sys-libs/ncurses-6.0-r1 fails on my hardened amd64 box when using paludis. during phase installation the build environment cannot access libpanel.so.6 for creating a symbolic link to it.
 This error does not happen with portage/emerge as packetmanager.

Reproducible: Always
Comment 1 Christian Apeltauer 2015-09-12 15:55:22 UTC
Created attachment 411726 [details]
installation log by paludis (bzip2 compressed)
Comment 2 Christian Apeltauer 2015-09-12 15:55:58 UTC
Created attachment 411728 [details]
output of cave info ncurses
Comment 3 SpanKY gentoo-dev 2015-11-24 17:28:07 UTC
post the output of `ls -R /var/tmp/paludis/sys-libs-ncurses-6.0-r1/` as an attachment

cd ../lib && (ln -s -f libpanel.so.6.0 libpanel.so.6; ln -s -f libpanel.so.6 libpanel.so; )
ln: failed to access 'libpanel.so.6': Permission denied
ln: failed to access 'libpanel.so': Permission denied
Makefile:294: recipe for target '../lib/libpanel.so.6.0' failed
make[1]: *** [../lib/libpanel.so.6.0] Error 1
Comment 4 Christian Apeltauer 2015-12-06 14:56:35 UTC
(In reply to SpanKY from comment #3)
> post the output of `ls -R /var/tmp/paludis/sys-libs-ncurses-6.0-r1/` as an
> attachment
> 
> cd ../lib && (ln -s -f libpanel.so.6.0 libpanel.so.6; ln -s -f libpanel.so.6
> libpanel.so; )
> ln: failed to access 'libpanel.so.6': Permission denied
> ln: failed to access 'libpanel.so': Permission denied
> Makefile:294: recipe for target '../lib/libpanel.so.6.0' failed
> make[1]: *** [../lib/libpanel.so.6.0] Error 1

I cannot reproduce the issue any more.