Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321057 - Binpkgs that make use of python_set_active_version() and python_pkg_setup() cannot be merged
Summary: Binpkgs that make use of python_set_active_version() and python_pkg_setup() c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-22 15:32 UTC by Markos Chandras (RETIRED)
Modified: 2010-05-25 15:16 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 Markos Chandras (RETIRED) gentoo-dev 2010-05-22 15:32:34 UTC
Lately when trying to merge binpkgs to my laptop I get the following error. Those packages are built successfully on host machine, but when trying to merge them to target one they fail

>>> Extracting info
 * CPV:  net-dns/avahi-0.6.25-r1
 * REPO: gentoo
 * USE:  dbus elibc_glibc gdbm gtk ipv6 kernel_linux mdnsresponder-compat python qt4 userland_GNU x86
 * ERROR: net-dns/avahi-0.6.25-r1 failed:
 *   python_set_active_version() should be called before python_pkg_setup()
 * 
 * Call stack:
 *     ebuild.sh, line   48:  Called pkg_setup
 *   environment, line 3503:  Called python_set_active_version '2'
 *   environment, line 4939:  Called die
 * The specific snippet of code:
 *           die "${FUNCNAME}() should be called before python_pkg_setup()";
 * 
 * If you need support, post the output of 'emerge --info =net-dns/avahi-0.6.25-r1',
 * the complete build log and the output of 'emerge -pqv =net-dns/avahi-0.6.25-r1'.
 * The complete build log is located at '/var/tmp/portage/net-dns/avahi-0.6.25-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-dns/avahi-0.6.25-r1/temp/environment'.
 * S: '/var/tmp/portage/net-dns/avahi-0.6.25-r1/work/avahi-0.6.25'
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-05-25 15:16:49 UTC
Sanity check in python_set_active_version() has been deleted.