Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66015 - libungif-4.1.3 fails to merge on amd64 due to a sandbox error
Summary: libungif-4.1.3 fails to merge on amd64 due to a sandbox error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-01 05:14 UTC by Jocelyn Mayer
Modified: 2004-10-03 23:12 UTC (History)
2 users (show)

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


Attachments
log of the failing merge. (4324-libungif-4.1.3.log,44.95 KB, text/plain)
2004-10-01 05:16 UTC, Jocelyn Mayer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jocelyn Mayer 2004-10-01 05:14:09 UTC
When doing install in libungif-4.1.3/ on amd64, I got the following error:
>>> Install libungif-4.1.3 into /var/tmp/portage/libungif-4.1.3/image/ category media-libs
Making install in lib
make[1]: Entering directory `/var/tmp/portage/libungif-4.1.3/work/libungif-4.1.3/lib'
make[2]: Entering directory `/var/tmp/portage/libungif-4.1.3/work/libungif-4.1.3/lib'
/bin/sh ../mkinstalldirs //usr/lib64
 /bin/sh ../libtool --mode=install /bin/install -c  libungif.la //usr/lib64/libungif.la
/bin/install -c .libs/libungif.so.4.1.3 //usr/lib64/libungif.so.4.1.3
ACCESS DENIED  open_wr:   /usr/lib64/libungif.so.4.1.3
/bin/install: cannot create regular file `//usr/lib64/libungif.so.4.1.3': Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[2]: Leaving directory `/var/tmp/portage/libungif-4.1.3/work/libungif-4.1.3/lib'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/libungif-4.1.3/work/libungif-4.1.3/lib'

You'll find the whole log attached.

Note that there is no sandbox violation when merging the same package on x86 (in fact in a 32 bits chroot on the same machine).


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
should install in the sandbox then merge...
Comment 1 Jocelyn Mayer 2004-10-01 05:16:28 UTC
Created attachment 40852 [details]
log of the failing merge.
Comment 2 Johannes Hirte 2004-10-01 08:22:12 UTC
same problem with libungif-4.1.0.1b
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-02 15:40:55 UTC
I fixed that last night... please do an emerge sync and try again...
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-10-02 15:41:18 UTC
marking fixed.
Comment 5 Travis Tilley (RETIRED) gentoo-dev 2004-10-02 18:43:01 UTC
you didnt fix the latest stable ungif. i just did. -now- it should be fixed :P
Comment 6 Jocelyn Mayer 2004-10-03 23:12:43 UTC
merges fine, now.
Thanks.