Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 324043 - dev-python/pygobject-2.20.0 emerge fails with CPython 2.6 in installation() function
Summary: dev-python/pygobject-2.20.0 emerge fails with CPython 2.6 in installation() f...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-15 02:43 UTC by Andrew Herr
Modified: 2010-06-15 12:02 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,78.77 KB, text/plain)
2010-06-15 02:44 UTC, Andrew Herr
Details
emerge --info (emerge --info,3.88 KB, text/plain)
2010-06-15 02:46 UTC, Andrew Herr
Details
emerge -pqv (emerge -pqv,195 bytes, text/plain)
2010-06-15 02:46 UTC, Andrew Herr
Details
environment (environment,204.16 KB, text/plain)
2010-06-15 02:47 UTC, Andrew Herr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Herr 2010-06-15 02:43:32 UTC
Am slowly building a new system and pygobject-2.20.0 fails to build always.

# emerge -uNDva world
...
test -z "/usr/lib64/pkgconfig" || /bin/mkdir -p "/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib64/pkgconfig"
echo "gtk-2.0" > /var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib/python2.6/site-packages/pygtk.pth
 /usr/bin/install -c -m 644 'pygtk.py' '/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib/python2.6/site-packages/pygtk.py'
 /usr/bin/install -c -m 644 'dsextras.py' '/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib/python2.6/site-packages/gtk-2.0/dsextras.py'
 /usr/bin/install -c -m 644 'pygobject-2.0.pc' '/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib64/pkgconfig/pygobject-2.0.pc'
make[2]: Leaving directory `/var/tmp/portage/dev-python/pygobject-2.20.0/work/pygobject-2.20.0-2.6'
make[1]: Leaving directory `/var/tmp/portage/dev-python/pygobject-2.20.0/work/pygobject-2.20.0-2.6'
mv: cannot stat `/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib64/python2.6/site-packages/pygtk.py': No such file or directory
mv: cannot stat `/var/tmp/portage/dev-python/pygobject-2.20.0/image//usr/lib64/python2.6/site-packages/pygtk.pth': No such file or directory
 * ERROR: dev-python/pygobject-2.20.0 failed:
 *   Installation failed with CPython 2.6 in installation() function
 * 
 * Call stack:
 *     ebuild.sh, line   54:  Called src_install
 *   environment, line 5338:  Called python_execute_function '-s' 'installation'
 *   environment, line 4092:  Called die
 * The specific snippet of code:
 *                       die "${failure_message}";
 * 
 * If you need support, post the output of 'emerge --info =dev-python/pygobject-2.20.0',
 * the complete build log and the output of 'emerge -pqv =dev-python/pygobject-2.20.0'.
 * The complete build log is located at '/var/tmp/portage/dev-python/pygobject-2.20.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/pygobject-2.20.0/temp/environment'.
 * S: '/var/tmp/portage/dev-python/pygobject-2.20.0/work/pygobject-2.20.0'
 * QA Notice: Unrecognized configure options:
 * 
 *      configure: WARNING: unrecognized options: --disable-gtk-doc
 *      configure: WARNING: unrecognized options: --disable-gtk-doc

>>> Failed to emerge dev-python/pygobject-2.20.0
Comment 1 Andrew Herr 2010-06-15 02:44:58 UTC
Created attachment 235345 [details]
build.log

build.log
Comment 2 Andrew Herr 2010-06-15 02:46:09 UTC
Created attachment 235347 [details]
emerge --info
Comment 3 Andrew Herr 2010-06-15 02:46:45 UTC
Created attachment 235349 [details]
emerge -pqv
Comment 4 Andrew Herr 2010-06-15 02:47:42 UTC
Created attachment 235351 [details]
environment
Comment 5 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-15 12:02:53 UTC
(In reply to comment #0)

Some files were installed in "${ED}/usr/lib" instead of "${ED}/usr/lib64".

(In reply to comment #1)
> checking for python... /usr/local/bin/python

It's probably the cause of problem.