Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12393 - PyQt 3.5 ebuild fails
Summary: PyQt 3.5 ebuild fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Bart Lauwers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-18 10:05 UTC by Stephen Boulet
Modified: 2003-02-26 13:32 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 Stephen Boulet 2002-12-18 10:05:00 UTC
It looks like the ebuild builds, but that there is some kind of sandbox
voilation, possibly related to my PORTAGE_TMPDIR setting. I have a
'PORTAGE_TMPDIR="/usr/src"' in my make.conf:

mv: cannot move `/usr/src/portage/PyQt-3.5/image//usr/share/doc/PyQt-3.5' to a
subdirectory of itself,
`/usr/src/portage/PyQt-3.5/image//usr/share/doc/PyQt-3.5/PyQt-3.5'
strip:
/usr/src/portage/PyQt-3.5/image/usr/bin/pyuic
/usr/src/portage/PyQt-3.5/image/usr/bin/pylupdate
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqttablecmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtcmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtsqlcmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtglcmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtxmlcmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtcanvascmodule.so.1.0.0
/usr/src/portage/PyQt-3.5/image/usr/lib/python2.2/site-packages/libqtnetworkcmodule.so.1.0.0
>>> Completed installing into /usr/src/portage/PyQt-3.5/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-PyQt-3.5-10088.log"

open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
open_wr:   /usr/qt/3/etc/settings/.qtrc.lock
--------------------------------------------------------------------------------
Comment 1 Bart Lauwers (RETIRED) gentoo-dev 2003-01-19 17:05:57 UTC
Hi, this works for me... try making sure your config files are up to date
'etc-update'. If it still doesn't work please submit a little more information
about your system like 'emerge info'
Comment 2 Hannes Mehnert (RETIRED) gentoo-dev 2003-01-19 17:17:31 UTC
this is similar to bug #11144, adding addwrite $QTDIR/etc/settings should work. 
Comment 3 Stephen Boulet 2003-01-20 22:17:43 UTC
Unmerging qt, deleting /usr/lib/qt, and re-emerging qt let me install PyQt
without a problem.
Comment 4 Dan Armak (RETIRED) gentoo-dev 2003-02-26 13:32:01 UTC
I'm adding that addwrite line.