Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663922 - net-print/hplip-3.18.7 src_install sandbox violation for /usr/lib64/libImageProcessor-x86_64.so
Summary: net-print/hplip-3.18.7 src_install sandbox violation for /usr/lib64/libImageP...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-17 22:07 UTC by Ulrich Müller
Modified: 2018-08-18 09:39 UTC (History)
6 users (show)

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


Attachments
build.log (build.log,526.80 KB, text/plain)
2018-08-17 22:08 UTC, Ulrich Müller
Details
emerge --info (emerge.info,6.59 KB, text/plain)
2018-08-17 22:08 UTC, Ulrich Müller
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2018-08-17 22:07:02 UTC
make[2]: Entering directory '/var/tmp/portage/net-print/hplip-3.18.7/work/hplip-
3.18.7'
if [ \( "x86_64" = "x86_64" -a  -d "/usr/lib64/" \) ]; then \
        cp prnt/hpcups/libImageProcessor-x86_64.so /usr/lib64/ ; \
        chmod 775 /usr/lib64/libImageProcessor-x86_64.so ; \
        ln -sf /usr/lib64/libImageProcessor-x86_64.so /usr/lib64/libImageProcess
or.so ; \
fi; \
if [ \( \( "x86_64" = "i686" -o "x86_64" = "i386" \) -a -d "/usr/lib64/" \) ]; t
hen \
        cp prnt/hpcups/libImageProcessor-x86_32.so /usr/lib64/ ; \
        chmod 775 /usr/lib64/libImageProcessor-x86_32.so ; \
        ln -sf /usr/lib64/libImageProcessor-x86_32.so /usr/lib64/libImageProcess
or.so ; \
fi
 * ACCESS DENIED:  open_wr:      /usr/lib64/libImageProcessor-x86_64.so
cp: cannot create regular file '/usr/lib64/libImageProcessor-x86_64.so': Permission denied
chmod: cannot access '/usr/lib64/libImageProcessor-x86_64.so': No such file or directory
 * ACCESS DENIED:  symlinkat:    /usr/lib64/libImageProcessor.so
ln: failed to create symbolic link '/usr/lib64/libImageProcessor.so': Permission denied
Comment 1 Ulrich Müller gentoo-dev 2018-08-17 22:08:10 UTC
Created attachment 543854 [details]
build.log
Comment 2 Ulrich Müller gentoo-dev 2018-08-17 22:08:39 UTC
Created attachment 543856 [details]
emerge --info
Comment 3 Juergen Rose 2018-08-18 08:32:02 UTC
I have the same issue.
Comment 4 Jan Psota 2018-08-18 08:55:56 UTC
> I have the same issue.
Same here.
Comment 5 Ian Pickworth 2018-08-18 09:20:37 UTC
+1 - same issue here.
Comment 6 Daniel Pielmeier gentoo-dev 2018-08-18 09:39:33 UTC
Looks like there are a lot more issues regarding this new "ImageProcessor". I have removed this version for now.

Sorry for not testing this more thoroughly.