Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518812 - dev-python/libvirt-python-1.2.5 fails to (re)build
Summary: dev-python/libvirt-python-1.2.5 fails to (re)build
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Virtualization Team
URL:
Whiteboard:
Keywords:
: 518516 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-08-02 10:59 UTC by Tobias Klausmann (RETIRED)
Modified: 2014-08-04 15:49 UTC (History)
1 user (show)

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


Attachments
Build log (dev-python:libvirt-python-1.2.5:20140802-104152.log,7.38 KB, text/x-log)
2014-08-02 10:59 UTC, Tobias Klausmann (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Klausmann (RETIRED) gentoo-dev 2014-08-02 10:59:10 UTC
Created attachment 382068 [details]
Build log

Updating libvirt to 1.2.6 triggers a rebuild of libvirt-python, which fails:

>>> Compiling source in /var/tmp/portage/dev-python/libvirt-python-1.2.5/work/libvirt-python-1.2.5 ...
 * python3_3: running distutils-r1_run_phase distutils-r1_python_compile
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python3.3 setup.py build
/usr/bin/python2.7 setup.py build
running build
/usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/bin/python2.7 generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml
running build
/usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
/usr/bin/python3.3 generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml
Found 387 functions in /usr/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 323 wrapper functions
Missing type converters: 
virNetworkDHCPLeasePtr **:1 
virNetworkDHCPLeasePtr:1 
unsigned int *:1 
ERROR: failed virNetworkDHCPLeaseFree
ERROR: failed virNetworkGetDHCPLeases
ERROR: failed virNodeGetFreePages
error: command '/usr/bin/python2.7' failed with exit status 1
 * ERROR: dev-python/libvirt-python-1.2.5::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 3446:  Called distutils-r1_src_compile
 *   environment, line 1013:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  257:  Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3313:  Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2334:  Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2277:  Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2275:  Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2325:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  669:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1002:  Called distutils-r1_python_compile
 *   environment, line  867:  Called esetup.py 'build'
 *   environment, line 1453:  Called die
 * The specific snippet of code:
 *       "${@}" || die
 * 
 * If you need support, post the output of `emerge --info '=dev-python/libvirt-python-1.2.5::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/libvirt-python-1.2.5::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-python:libvirt-python-1.2.5:20140802-104152.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/libvirt-python-1.2.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/libvirt-python-1.2.5/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/libvirt-python-1.2.5/work/libvirt-python-1.2.5'
 * S: '/var/tmp/portage/dev-python/libvirt-python-1.2.5/work/libvirt-python-1.2.5'
Found 387 functions in /usr/share/libvirt/api/libvirt-api.xml
Found 0 functions in libvirt-override-api.xml
Generated 323 wrapper functions
Missing type converters: 
unsigned int *:1 
virNetworkDHCPLeasePtr:1 
virNetworkDHCPLeasePtr **:1 
ERROR: failed virNetworkDHCPLeaseFree
ERROR: failed virNetworkGetDHCPLeases
ERROR: failed virNodeGetFreePages
error: command '/usr/bin/python3.3' failed with exit status 1
 * ERROR: dev-python/libvirt-python-1.2.5::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 3446:  Called distutils-r1_src_compile
 *   environment, line 1013:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  257:  Called python_parallel_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3313:  Called multibuild_parallel_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2334:  Called multibuild_foreach_variant '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2277:  Called _multibuild_run '_multibuild_parallel' '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2275:  Called _multibuild_parallel '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2325:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  669:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1002:  Called distutils-r1_python_compile
 *   environment, line  867:  Called esetup.py 'build'
 *   environment, line 1453:  Called die
 * The specific snippet of code:
 *       "${@}" || die
 * 
 * If you need support, post the output of `emerge --info '=dev-python/libvirt-python-1.2.5::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/libvirt-python-1.2.5::gentoo'`.
 * The complete build log is located at '/var/log/portage/dev-python:libvirt-python-1.2.5:20140802-104152.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/libvirt-python-1.2.5/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/libvirt-python-1.2.5/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/libvirt-python-1.2.5/work/libvirt-python-1.2.5'
 * S: '/var/tmp/portage/dev-python/libvirt-python-1.2.5/work/libvirt-python-1.2.5'
/usr/lib64/portage/bin/isolated-functions.sh: line 226: kill: (25132) - No such process


Portage 2.2.10 (default/linux/amd64/13.0, gcc-4.8.3, glibc-2.19-r1, 3.16.0-rc7 x86_64)
=================================================================
System uname: Linux-3.16.0-rc7-x86_64-Intel-R-_Core-TM-_i7-2600K_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16389620 total,  11658508 free
KiB Swap:          0 total,         0 free
Timestamp of tree: Sat, 02 Aug 2014 09:45:01 +0000
ld GNU ld (GNU Binutils) 2.24
distcc 3.1 x86_64-pc-linux-gnu [disabled]
app-shells/bash:          4.2_p47
dev-java/java-config:     2.2.0
dev-lang/python:          2.7.8, 3.3.5-r1, 3.4.1
dev-util/cmake:           2.8.12.2-r1
dev-util/pkgconfig:       0.28-r2
sys-apps/baselayout:      2.2
sys-apps/openrc:          0.12.4
sys-apps/sandbox:         2.6-r1
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.11.6, 1.12.6, 1.14.1
sys-devel/binutils:       2.24-r3
sys-devel/gcc:            4.8.3
sys-devel/gcc-config:     1.8
sys-devel/libtool:        2.4.2-r1
sys-devel/make:           4.0-r1
sys-kernel/linux-headers: 3.15 (virtual/os-headers)
sys-libs/glibc:           2.19-r1
Repositories: gentoo local
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=native"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe -march=native"
DISTDIR="/mnt/moep/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildsyspkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.switch.ch/ftp/mirror/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j8"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_EXTRA_OPTS="--exclude lost+found"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync5.de.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 acl alsa amd64 audiofile bash-completion berkdb bmp bzip2 caps cdparanoia cdr cli cracklib crypt cxx dri dts encode exif ffmpeg fftw fortran gdbm gif gtk gudev iconv idn ipv6 jpeg lame lcms lua mad matroska mmap mmx mmxext mng modules mp3 mpeg multilib ncurses nls nptl ogg opengl openmp pam pcre png ppds pulseaudio python qt4 readline recode session sse sse2 ssl svg tcpd theora unicode usb v4l vim vim-pager vim-syntax vlm vorbis wmf xattr xcb xosd xpm xscreensaver xvid zlib" ABI_X86="64" ALSA_CARDS="emu10k1 ice1724" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" ENLIGHTENMENT_MODULES="clock comp conf-applications conf-dialogs conf-display conf-edgebindings conf-interaction conf-intl conf-keybindings conf-menus conf-paths conf-performance conf-randr conf-shelves conf-theme conf-window-manipulation conf-window-remembers cpufreq dropshadow fileman fileman-opinfo ibar ibox illume2 mixer msgbus notification pager quickaccess start syscon systray tasks temperature tiling winlist wizard xkbswitch" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" QEMU_SOFTMMU_TARGETS="i386 x86_64 alpha aarch64" QEMU_USER_TARGETS="i386 x86_64 alpha aarch64" RUBY_TARGETS="ruby19 ruby20" SANE_BACKENDS="canon microtek microtek2 mustek mustek_usb nec plustek" USERLAND="GNU" VIDEO_CARDS="vesa radeonhd radeon r700 r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, USE_PYTHON
Comment 1 Agostino Sarubbo gentoo-dev 2014-08-02 16:28:48 UTC
if you are using libvirt-1.2.6 you should use the same version of libvirt-python.
Comment 2 Tobias Klausmann (RETIRED) gentoo-dev 2014-08-02 21:27:05 UTC
(In reply to Agostino Sarubbo from comment #1)
> if you are using libvirt-1.2.6 you should use the same version of
> libvirt-python.

If it existed in the tree, I would:

$ emerge -pv =libvirt-python-1.2.6

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "=libvirt-python-1.2.6".
$

(tree synced as of 20s ago)
Comment 3 Tobias Klausmann (RETIRED) gentoo-dev 2014-08-03 09:32:32 UTC
Bumped to 1.2.6 which fixes this.
Comment 4 Agostino Sarubbo gentoo-dev 2014-08-04 15:49:16 UTC
*** Bug 518516 has been marked as a duplicate of this bug. ***