Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152452 - ACCESS VIOLATION (access_wr) emerging dev-python/pyogg-1.3-r1
Summary: ACCESS VIOLATION (access_wr) emerging dev-python/pyogg-1.3-r1
Status: RESOLVED DUPLICATE of bug 101433
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-22 17:44 UTC by Bill Skellenger
Modified: 2006-10-22 23:44 UTC (History)
1 user (show)

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 Bill Skellenger 2006-10-22 17:44:56 UTC
...as part of an emerge of jack -- I got the following:

creating /var/tmp/portage/pyogg-1.3-r1/image/usr/include/python2.4/pyogg
copying include/pyogg/pyogg.h -> /var/tmp/portage/pyogg-1.3-r1/image/usr/include/python2.4/pyogg
>>> Completed installing pyogg-1.3-r1 into /var/tmp/portage/pyogg-1.3-r1/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-python_-_pyogg-1.3-r1-12407.log"

access_wr: /
--------------------------------------------------------------------------------

I dug around in Bugzilla, and found bug 101433:

http://bugs.gentoo.org/show_bug.cgi?id=101433

It indicates that I need to update sys-apps/sandbox:

[ebuild     U ] sys-apps/sandbox-1.2.17 [1.2.10] 227 kB

Is it possible to add sandbox as a dep to these packages that break during installation?  Emerging sandbox update now.
Comment 1 Bill Skellenger 2006-10-22 17:57:39 UTC
Hm, even sandbox bombs:

make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/sandbox-1.2.17/work/build-default-i686-pc-linux-gnu'
make[1]: Leaving directory `/var/tmp/portage/sandbox-1.2.17/work/build-default-i686-pc-linux-gnu'
>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-sys-apps_-_sandbox-1.2.17-12664.log"

access_wr: /
--------------------------------------------------------------------------------

There is a helpful tip when emerging sandbox:

>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sandbox-1.2.17/work/sandbox-1.2.17 ...
 * If configure fails with a 'cannot run C compiled programs' error, try this:
 * FEATURES=-sandbox emerge sandbox
ACCESS DENIED   access_wr: /
 * Configuring sandbox for ABI=default...
 * econf: updating sandbox-1.2.17/config.guess with /usr/share/gnuconfig/config.guess

These tips are great -- at least it points the user in a direction so that they can try to fix the problem themselves.  I didn't get the indicated message (cannot run C compiled programs), but I *was* able to install sandbox using the indicated command:

FEATURES=-sandbox emerge sandbox

>>> sys-apps/sandbox-1.2.17 merged.

Improving this warning might be warranted.

Comment 2 Bill Skellenger 2006-10-22 18:21:46 UTC
After the sandbox upgrade:

>>> dev-python/pyogg-1.3-r1 merged
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-22 23:44:47 UTC

*** This bug has been marked as a duplicate of 101433 ***