Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 190196 - app-misc/ktoblzcheck-1.14 violates sandbox
Summary: app-misc/ktoblzcheck-1.14 violates sandbox
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
: 190199 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-25 16:16 UTC by Peter
Modified: 2007-08-29 02:15 UTC (History)
0 users

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 Peter 2007-08-25 16:16:04 UTC
test -z "/usr/lib64" || mkdir -p -- "/usr/lib64"
 /bin/sh ../../libtool --mode=install /usr/bin/install -c  'libktoblzcheck.la' '/usr/lib64/libktoblzcheck.la'
/usr/bin/install -c .libs/libktoblzcheck.so.1.4.1 /usr/lib64/libktoblzcheck.so.1.4.1
ACCESS DENIED  open_wr:   /usr/lib64/libktoblzcheck.so.1.4.1
/usr/bin/install: cannot create regular file `/usr/lib64/libktoblzcheck.so.1.4.1': Permission denied
make[3]: *** [install-libLTLIBRARIES] Error 1
make[3]: Leaving directory `/var/tmp/portage/app-misc/ktoblzcheck-1.14/work/ktoblzcheck-1.14/src/lib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/var/tmp/portage/app-misc/ktoblzcheck-1.14/work/ktoblzcheck-1.14/src/lib'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-misc/ktoblzcheck-1.14/work/ktoblzcheck-1.14/src'
make: *** [install-recursive] Error 1
 * 
 * ERROR: app-misc/ktoblzcheck-1.14 failed.
 * Call stack:
 *   ebuild.sh, line 23:   Called source '/var/tmp/portage/app-misc/ktoblzcheck-1.14/temp/environment'
 *   environment, line 1652:   Called dyn_install
 *   environment, line 1087:   Called qa_call 'src_install'
 *   environment, line 42:   Called src_install
 *   ktoblzcheck-1.14.ebuild, line 25:   Called einstall 'BANKDATA_PATH=/var/tmp/portage/app-misc/ktoblzcheck-1.14/image//usr/share/ktoblzcheck'
 *   environment, line 631:   Called die
 * 
 * einstall failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/app-misc/ktoblzcheck-1.14/temp/build.log'.
 * 
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-app-misc_-_ktoblzcheck-1.14-30224.log"

open_wr:   /usr/lib64/libktoblzcheck.so.1.4.1
--------------------------------------------------------------------------------


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-25 16:36:36 UTC
*** Bug 190199 has been marked as a duplicate of this bug. ***
Comment 2 Hanno Böck gentoo-dev 2007-08-28 12:47:02 UTC
I couldn't reproduce this on my machines, also tried on amd64-ones. As this never happened before and this ebuild hasn't changed for years, I assume there has something changed on your systems recently.

Any idea what this could be? And please post emerge --info.
Comment 3 Peter 2007-08-29 02:15:36 UTC
ended up rebuilding toolchain and this resolved