Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372777 - dev-libs/libxml2 does not build without python2.6
Summary: dev-libs/libxml2 does not build without python2.6
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 08:03 UTC by Oleg Gawriloff
Modified: 2011-06-25 22:35 UTC (History)
0 users

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


Attachments
emerge --info output (emerge-info.txt,4.29 KB, text/plain)
2011-06-24 08:03 UTC, Oleg Gawriloff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Gawriloff 2011-06-24 08:03:11 UTC
>>> Starting parallel fetch

>>> Emerging binary (1 of 8) dev-libs/libxml2-2.7.8-r1
 * libxml2-2.7.8-r1.tbz2 MD5 SHA1 size ;-) ...                           [ ok ]
>>> Extracting info
 * Package:    dev-libs/libxml2-2.7.8-r1
 * Repository: gentoo
 * USE:        amd64 python kernel_linux elibc_glibc readline userland_GNU
 * FEATURES:   ccache sandbox
 * ERROR: dev-libs/libxml2-2.7.8-r1 failed (setup phase):
 *   dev-lang/python:2.6 is not installed
 *
 * Call stack:
 *     ebuild.sh, line   56:  Called pkg_setup
 *   environment, line 3473:  Called python_pkg_setup
 *   environment, line 5126:  Called _python_calculate_PYTHON_ABIS
 *   environment, line  634:  Called _python_final_sanity_checks
 *   environment, line  759:  Called die
 * The specific snippet of code:
 *                   die "$(python_get_implementational_package) is not installe                                               d";
 *
 * If you need support, post the output of 'emerge --info =dev-libs/libxml2-2.7.                                               8-r1',
 * the complete build log and the output of 'emerge -pqv =dev-libs/libxml2-2.7.8                                               -r1'.
 * The complete build log is located at '/var/tmp/portage/dev-libs/libxml2-2.7.8                                               -r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/libxml2-                                               2.7.8-r1/temp/environment'.
 * S: '/var/tmp/portage/dev-libs/libxml2-2.7.8-r1/work/libxml2-2.7.8'

>>> Failed to emerge dev-libs/libxml2-2.7.8-r1, Log file:

>>>  '/var/tmp/portage/dev-libs/libxml2-2.7.8-r1/temp/build.log'


But I have python2.7/3.1 installed with 2.7 as default.


Reproducible: Always
Comment 1 Oleg Gawriloff 2011-06-24 08:03:28 UTC
Created attachment 277981 [details]
emerge --info output
Comment 2 Oleg Gawriloff 2011-06-24 08:07:24 UTC
Ups. Sorry for bother. Error happened because binary was compiled on master-host with python 2.6 setted as default. After compiling from source all goes well.