Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232677 - games-strategy/glob2-0.9.3 will not build
Summary: games-strategy/glob2-0.9.3 will not build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-22 17:48 UTC by Robert Bradbury
Modified: 2008-07-25 04:51 UTC (History)
0 users

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


Attachments
List of files that glob2 ebuild has a problem removing (sandbox-20423.log,5.06 KB, text/plain)
2008-07-22 17:51 UTC, Robert Bradbury
Details
Log of emerge of glob2 with problems unlinking files (glob2.lst,46.73 KB, text/plain)
2008-07-22 17:53 UTC, Robert Bradbury
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bradbury 2008-07-22 17:48:33 UTC
The ebuild of the current release of glob2 fails.  It seems that it tries to remove a number of files in /usr/lib/scons-0.97/SCons and for some reason the script fails, e.g.
ACCESS DENIED  unlink:    /usr/lib/scons-0.97/SCons/__init__.pyc
ACCESS DENIED  unlink:    /usr/lib/scons-0.97/SCons/Script/__init__.pyc
ACCESS DENIED  unlink:    /usr/lib/scons-0.97/SCons/Action.pyc
...

I have not checked all of them but for the first few cases the files are present and ought to be "unlinkable".


If anyone has any suggestions for how to run an emerge with greater explanation/scripts are being run I would appreciate it.  (I've tried searching all of the files in the saved work directories and cannot determine where the list of names being removed is coming from nor what commands/scripts are attempting the "unlink"s.)


Reproducible: Always

Steps to Reproduce:
1. emerge =games-strategy/glob2-0.9.3
Actual Results:  
Emerge seems to succeed (e.g. the compiles seem to complete successfully) but the installation process fails, apparently due to the failed "unlinks".

Documentation for the failed unlinks is left in /var/log/sandbox/sandbox-#####.log.



Expected Results:  
If the compilations succeed, any failed unlinks should be ignored.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2008-07-22 17:50:08 UTC
do:

emerge -C scons
emerge -v scons

and try again.
Comment 2 Robert Bradbury 2008-07-22 17:51:05 UTC
Created attachment 161111 [details]
List of files that glob2 ebuild has a problem removing
Comment 3 Robert Bradbury 2008-07-22 17:53:13 UTC
Created attachment 161113 [details]
Log of emerge of glob2 with problems unlinking files
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2008-07-25 01:15:01 UTC
reopen after the steps in comment #1
Comment 5 Robert Bradbury 2008-07-25 03:54:07 UTC
The emerge -C scons and the emerge -v scons did resolve the problem so IMO this is resolved.
Comment 6 Mr. Bones. (RETIRED) gentoo-dev 2008-07-25 04:51:02 UTC
bugzilla
Comment 7 Mr. Bones. (RETIRED) gentoo-dev 2008-07-25 04:51:21 UTC
yes, scons is nasty.