Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
installing python 2.7.4 fails because of missing libtk8.5.so
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
andi456
Apprentice
Apprentice


Joined: 06 Mar 2005
Posts: 216
Location: Germany

PostPosted: Wed May 15, 2013 2:40 pm    Post subject: installing python 2.7.4 fails because of missing libtk8.5.so Reply with quote

Hi everybody,

as the title suggests, I have some trouble updating python 2.7. with dev-lang/tk-8.6.0 and hence /usr/lib/libtk8.6.so installed:

Code:

building '_tkinter' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_tkinter.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_tkinter.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -DWITH_APPINIT=1 -DWITH_BLT=1 -I/usr/X11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/tkappinit.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/tkappinit.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_tkinter.o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/tkappinit.o -L/usr/X11/lib -L/usr/local/lib -L. -lBLT -ltk8.6 -ltcl8.6 -lX11 -lpython2.7 -o build/lib.linux-x86_64-2.7/_tkinter.so
*** WARNING: renaming "_tkinter" since importing it failed: libtk8.5.so: cannot open shared object file: No such file or directory
building '_ctypes' extension
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/_ctypes.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/_ctypes.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callbacks.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callbacks.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callproc.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callproc.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/stgdict.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/stgdict.o
x86_64-pc-linux-gnu-gcc -pthread -fPIC -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I/usr/lib64/libffi-3.0.11/include -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include -I/var/tmp/paludis/dev-lang-python-2.7.4/work/x86_64-pc-linux-gnu -c /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/cfield.c -o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/cfield.o
x86_64-pc-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,--as-needed -L. -Wl,-O1 -Wl,--as-needed -L. -fno-strict-aliasing -O2 -pipe -march=amdfam10 -msse3 -fwrapv -DNDEBUG -I. -IInclude -I/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Include build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/_ctypes.o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callbacks.o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/callproc.o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/stgdict.o build/temp.linux-x86_64-2.7/var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Modules/_ctypes/cfield.o -L/usr/local/lib -L. -lffi -lpython2.7 -o build/lib.linux-x86_64-2.7/_ctypes.so

Python build finished, but the necessary bits to build these modules were not found:
bsddb185           dl                 imageop         
sunaudiodev                                           
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
_tkinter                                             

running build_scripts
creating build/scripts-2.7
copying and adjusting /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Tools/scripts/pydoc -> build/scripts-2.7
copying and adjusting /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Tools/scripts/idle -> build/scripts-2.7
copying and adjusting /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Tools/scripts/2to3 -> build/scripts-2.7
copying and adjusting /var/tmp/paludis/dev-lang-python-2.7.4/work/Python-2.7.4/Lib/smtpd.py -> build/scripts-2.7
changing mode of build/scripts-2.7/pydoc from 644 to 755
changing mode of build/scripts-2.7/idle from 644 to 755
changing mode of build/scripts-2.7/2to3 from 644 to 755
changing mode of build/scripts-2.7/smtpd.py from 644 to 755
make: *** [sharedmods] Error 1

!!! ERROR in dev-lang/python-2.7.4::gentoo:
!!! In /usr/libexec/paludis/utils/emake at line 30
!!! emake returned error 2

!!! Call stack:
!!!    * paludis_die_or_error_func (/usr/libexec/paludis/die_functions.bash:67)
!!!    * main (/usr/libexec/paludis/utils/emake:30)

diefunc: making ebuild PID 20597 exit with error
die trap: exiting with error.

This is, what cave info spits out:
Code:

cave info python:2.7
cave@1368628543: [QA e.repo_name.unusable] Couldn't open repo_name file in '/usr/local/portage/profiles/', falling back to generated name 'x-portage' (ignore this message if you have yet to sync this repository).
cave@1368628544: [QA e.repo_name.unusable] Couldn't open repo_name file in '/usr/local/portage/profiles/', falling back to generated name 'x-portage' (ignore this message if you have yet to sync this repository).
cave@1368628544: [QA e.repo_name.unusable] Couldn't open repo_name file in '/usr/local/portage/profiles/', falling back to generated name 'x-portage' (ignore this message if you have yet to sync this repository).
Package Manager Information:
    Package Name              paludis
    Package Version           1.0.0
    Build Date                2013-03-13T20:37:35+0100
    Built with CXX            x86_64-pc-linux-gnu-g++ 4.5.4
    Built with CXXFLAGS        -O2 -pipe -march=amdfam10 -msse3 -pedantic
    Built with LDFLAGS        -Wl,-O1 -Wl,--as-needed

Environment Information:
    Format                    paludis
    Config dir                /etc/paludis
    Root                      /
    System Root               /
    World file                /var/lib/paludis/world

Repository gentoo:
    format                    e
    location                  /usr/portage
    builddir                  /var/tmp/paludis
    cache                     /usr/portage/metadata/md5-cache
    distdir                   /usr/portage/distfiles
    eapi_when_unknown         0
    eapi_when_unspecified     0
    eclassdirs                /usr/portage/eclass
    layout                    traditional
    manifest_hashes           SHA256 SHA512 WHIRLPOOL
    names_cache               /var/cache/paludis/names
    newsdir                   /usr/portage/metadata/news
    profile_eapi_when_unspecified 0
    profile_layout            traditional
    profiles                  /usr/portage/profiles/default/linux/amd64/13.0/desktop
    securitydir               /usr/portage/metadata/glsa
    setsdir                   /usr/portage/sets
    sync                      rsync://rsync.gentoo.org/gentoo-portage
    sync_options             
    thin_manifests            false
    use_manifest              use
    write_cache               /var/cache/paludis/metadata
    Package information
        app-shells/bash       4.2_p45
        dev-java/java-config  2.1.12-r1
        dev-lang/python       2.6.8-r1 2.7.3-r3 3.1.5-r1 3.2.3-r2
        dev-util/ccache       3.1.9
        dev-util/cmake        2.8.10.2-r2
        dev-util/pkgconfig    0.28
        sys-apps/baselayout   2.2
        sys-apps/openrc       0.11.8
        sys-apps/sandbox      2.5
        sys-devel/autoconf    2.13 2.69
        sys-devel/automake    1.10.3 1.11.6 1.12.6 1.13.1 1.9.6-r3
        sys-devel/binutils    2.23.1
        sys-devel/gcc         4.4.7 4.5.4 4.6.3
        sys-devel/gcc-config  1.7.3
        sys-devel/libtool     2.4.2
        sys-devel/make        3.82-r4
        sys-freebsd/freebsd-lib (none)
        sys-kernel/linux-headers 3.9
        sys-libs/glibc        2.15-r3
        sys-libs/uclibc       (none)

Repository installed:
    format                    vdb
    location                  /var/db/pkg
    builddir                  /var/tmp/paludis
    eapi_when_unknown         0
    names_cache               /var/empty
    root                      /

Repository x-portage:
    format                    e
    location                  /usr/local/portage
    builddir                  /var/tmp/paludis
    cache                     /var/empty
    distdir                   /usr/portage/distfiles
    eapi_when_unknown         0
    eapi_when_unspecified     0
    eclassdirs                /usr/portage/eclass  /usr/local/portage/eclass
    layout                    traditional
    manifest_hashes           SHA256 SHA512 WHIRLPOOL
    master_repository         gentoo
    names_cache               /var/empty
    newsdir                   /usr/local/portage/metadata/news
    profile_eapi_when_unspecified 0
    profile_layout            traditional
    profiles                  /usr/portage/profiles/default/linux/amd64/13.0/desktop
    securitydir               /usr/local/portage/metadata/glsa
    setsdir                   /usr/local/portage/sets
    sync                     
    sync_options             
    thin_manifests            false
    use_manifest              use
    write_cache               /var/empty

Extra Information for dev-lang/python-2.7.3-r3:2.7::installed:
        >>> Running ebuild phase killold as paludisbuild:paludisbuild...
        >>> Starting builtin_killold
        >>> Done builtin_killold
        >>> Completed ebuild phase killold
        >>> Running ebuild phases initmisc infovars info as paludisbuild:paludisbuild...
        >>> Starting builtin_initmisc
        bunzip2 < /var/db/pkg/dev-lang/python-2.7.3-r3/environment.bz2 > /var/tmp/paludis/environment-dev-lang-python-2.7.3-r3-23139
        ebuild_scrub_environment /var/tmp/paludis/environment-dev-lang-python-2.7.3-r3-23139
        ebuild_safe_source /var/tmp/paludis/environment-dev-lang-python-2.7.3-r3-23139
        rm /var/tmp/paludis/environment-dev-lang-python-2.7.3-r3-23139
        >>> Done builtin_initmisc
        >>> Starting builtin_infovars
        ACCEPT_KEYWORDS=amd64
        CBUILD=x86_64-pc-linux-gnu
        CFLAGS=-O2 -pipe -march=amdfam10 -msse3 -fwrapv
        CHOST=x86_64-pc-linux-gnu
        CONFIG_PROTECT=/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/polkit-1/actions /var/lib/hsqldb
        CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /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
        CPPFLAGS=
        CTARGET=
        CXXFLAGS=-O2 -pipe -march=amdfam10 -msse3 -fwrapv
        DISTDIR=/var/db/pkg/dev-lang/python-2.7.3-r3
        FCFLAGS=-O2 -pipe -fwrapv
        FEATURES=
        FFLAGS=-O2 -pipe -fwrapv
        GENTOO_MIRRORS=
        INSTALL_MASK=
        LANG=
        LC_ALL=C
        LDFLAGS=-Wl,-O1 -Wl,--as-needed -L.
        MAKEOPTS=-j3
        PORTAGE_COMPRESS=
        PORTAGE_COMPRESS_FLAGS=
        PORTAGE_CONFIGROOT=
        PORTAGE_RSYNC_EXTRA_OPTS=
        PORTAGE_RSYNC_OPTS=
        PORTAGE_TMPDIR=/var/tmp/paludis
        PORTDIR=/var/db/pkg/dev-lang/python-2.7.3-r3
        PORTDIR_OVERLAY=
        SYNC=
        USE=gdbm ipv6 ncurses readline sqlite ssl threads tk wide-unicode xml amd64 alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2_modules_actions apache2_modules_alias apache2_modules_auth_basic apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_core apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_rewrite apache2_modules_setenvif apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_unique_id apache2_modules_unixd apache2_modules_userdir apache2_modules_usertrack apache2_modules_vhost_alias calligra_features_braindump calligra_features_flow calligra_features_karbon calligra_features_kexi calligra_features_krita calligra_features_plan calligra_features_sheets calligra_features_stage calligra_features_tables calligra_features_words cameras_ptp2 collectd_plugins_df collectd_plugins_interface collectd_plugins_irq collectd_plugins_load collectd_plugins_memory collectd_plugins_rrdtool collectd_plugins_swap collectd_plugins_syslog elibc_glibc gpsd_protocols_aivdm gpsd_protocols_ashtech gpsd_protocols_earthmate gpsd_protocols_evermore gpsd_protocols_fv18 gpsd_protocols_garmin gpsd_protocols_garmintxt gpsd_protocols_gpsclock gpsd_protocols_itrax gpsd_protocols_mtk3301 gpsd_protocols_navcom gpsd_protocols_nmea gpsd_protocols_ntrip gpsd_protocols_oceanserver gpsd_protocols_oldstyle gpsd_protocols_oncore gpsd_protocols_rtcm104v2 gpsd_protocols_rtcm104v3 gpsd_protocols_sirf gpsd_protocols_superstar2 gpsd_protocols_timing gpsd_protocols_tnt gpsd_protocols_tripmate gpsd_protocols_tsip gpsd_protocols_ubx input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text libreoffice_extensions_presenter-console libreoffice_extensions_presenter-minimizer linguas_de lirc_devices_devinput php_targets_php5-3 python_single_target_python2_7 python_targets_python2_7 python_targets_python3_2 ruby_targets_ruby18 ruby_targets_ruby19 userland_GNU video_cards_fglrx video_cards_radeon xtables_addons_account xtables_addons_chaos xtables_addons_condition xtables_addons_delude xtables_addons_dhcpmac xtables_addons_fuzzy xtables_addons_geoip xtables_addons_iface xtables_addons_ipmark xtables_addons_ipp2p xtables_addons_ipset xtables_addons_ipv4options xtables_addons_length2 xtables_addons_logmark xtables_addons_lscan xtables_addons_pknock xtables_addons_psd xtables_addons_quota2 xtables_addons_rawnat xtables_addons_steal xtables_addons_sysrq xtables_addons_tarpit xtables_addons_tee amd64
        USE_PYTHON=
        >>> Done builtin_infovars
        >>> Starting pkg_info
        >>> Done pkg_info
        >>> Completed ebuild phases initmisc infovars info
        >>> Running ebuild phase tidyup as paludisbuild:paludisbuild...
        >>> Starting builtin_tidyup
        rm -fr /var/tmp/paludis/dev-lang-python-2.7.3-r3-info
        >>> Done builtin_tidyup
        >>> Completed ebuild phase tidyup

Extra Information for dev-lang/python-2.7.4:2.7::gentoo:
        >>> Running ebuild phase killold as paludisbuild:paludisbuild...
        >>> Starting builtin_killold
        >>> Done builtin_killold
        >>> Completed ebuild phase killold
        >>> Running ebuild phases initmisc infovars info as paludisbuild:paludisbuild...
        >>> Starting builtin_initmisc
        >>> Done builtin_initmisc
        >>> Starting builtin_infovars
        ACCEPT_KEYWORDS=amd64
        CBUILD=x86_64-pc-linux-gnu
        CFLAGS=-O2 -pipe -march=amdfam10 -msse3
        CHOST=x86_64-pc-linux-gnu
        CONFIG_PROTECT=
        CONFIG_PROTECT_MASK=
        CPPFLAGS=
        CTARGET=
        CXXFLAGS=-O2 -pipe -march=amdfam10 -msse3
        DISTDIR=/usr/portage/distfiles
        FCFLAGS=-O2 -pipe
        FEATURES=
        FFLAGS=-O2 -pipe
        GENTOO_MIRRORS=
        INSTALL_MASK=
        LANG=
        LC_ALL=C
        LDFLAGS=-Wl,-O1 -Wl,--as-needed
        MAKEOPTS=-j3
        PORTAGE_COMPRESS=
        PORTAGE_COMPRESS_FLAGS=
        PORTAGE_CONFIGROOT=
        PORTAGE_RSYNC_EXTRA_OPTS=
        PORTAGE_RSYNC_OPTS=
        PORTAGE_TMPDIR=/var/tmp/paludis
        PORTDIR=/usr/portage
        PORTDIR_OVERLAY=
        SYNC=
        USE=gdbm ipv6 ncurses readline sqlite ssl threads tk wide-unicode xml amd64 abi_x86_64 alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mmap_emul alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol apache2_modules_actions apache2_modules_alias apache2_modules_auth_basic apache2_modules_authn_alias apache2_modules_authn_anon apache2_modules_authn_core apache2_modules_authn_dbm apache2_modules_authn_default apache2_modules_authn_file apache2_modules_authz_core apache2_modules_authz_dbm apache2_modules_authz_default apache2_modules_authz_groupfile apache2_modules_authz_host apache2_modules_authz_owner apache2_modules_authz_user apache2_modules_autoindex apache2_modules_cache apache2_modules_cgi apache2_modules_cgid apache2_modules_dav apache2_modules_dav_fs apache2_modules_dav_lock apache2_modules_deflate apache2_modules_dir apache2_modules_disk_cache apache2_modules_env apache2_modules_expires apache2_modules_ext_filter apache2_modules_file_cache apache2_modules_filter apache2_modules_headers apache2_modules_include apache2_modules_info apache2_modules_log_config apache2_modules_logio apache2_modules_mem_cache apache2_modules_mime apache2_modules_mime_magic apache2_modules_negotiation apache2_modules_rewrite apache2_modules_setenvif apache2_modules_socache_shmcb apache2_modules_speling apache2_modules_status apache2_modules_unique_id apache2_modules_unixd apache2_modules_userdir apache2_modules_usertrack apache2_modules_vhost_alias calligra_features_author calligra_features_braindump calligra_features_flow calligra_features_karbon calligra_features_kexi calligra_features_krita calligra_features_plan calligra_features_sheets calligra_features_stage calligra_features_tables calligra_features_words cameras_ptp2 collectd_plugins_df collectd_plugins_interface collectd_plugins_irq collectd_plugins_load collectd_plugins_memory collectd_plugins_rrdtool collectd_plugins_swap collectd_plugins_syslog elibc_glibc gpsd_protocols_aivdm gpsd_protocols_ashtech gpsd_protocols_earthmate gpsd_protocols_evermore gpsd_protocols_fv18 gpsd_protocols_garmin gpsd_protocols_garmintxt gpsd_protocols_gpsclock gpsd_protocols_itrax gpsd_protocols_mtk3301 gpsd_protocols_navcom gpsd_protocols_nmea gpsd_protocols_ntrip gpsd_protocols_oceanserver gpsd_protocols_oldstyle gpsd_protocols_oncore gpsd_protocols_rtcm104v2 gpsd_protocols_rtcm104v3 gpsd_protocols_sirf gpsd_protocols_superstar2 gpsd_protocols_timing gpsd_protocols_tnt gpsd_protocols_tripmate gpsd_protocols_tsip gpsd_protocols_ubx input_devices_evdev input_devices_keyboard input_devices_mouse kernel_linux lcd_devices_bayrad lcd_devices_cfontz lcd_devices_cfontz633 lcd_devices_glk lcd_devices_hd44780 lcd_devices_lb216 lcd_devices_lcdm001 lcd_devices_mtxorb lcd_devices_ncurses lcd_devices_text libreoffice_extensions_presenter-console libreoffice_extensions_presenter-minimizer linguas_de lirc_devices_devinput office_implementation_libreoffice php_targets_php5-3 python_single_target_python2_7 python_targets_python2_7 python_targets_python3_2 ruby_targets_ruby18 ruby_targets_ruby19 userland_GNU video_cards_radeon xtables_addons_account xtables_addons_chaos xtables_addons_condition xtables_addons_delude xtables_addons_dhcpmac xtables_addons_fuzzy xtables_addons_geoip xtables_addons_iface xtables_addons_ipmark xtables_addons_ipp2p xtables_addons_ipset xtables_addons_ipv4options xtables_addons_length2 xtables_addons_logmark xtables_addons_lscan xtables_addons_pknock xtables_addons_psd xtables_addons_quota2 xtables_addons_rawnat xtables_addons_steal xtables_addons_sysrq xtables_addons_tarpit xtables_addons_tee amd64
        USE_PYTHON=
        >>> Done builtin_infovars
        >>> Starting pkg_info
        >>> Done pkg_info
        >>> Completed ebuild phases initmisc infovars info
        >>> Running ebuild phase tidyup as paludisbuild:paludisbuild...
        >>> Starting builtin_tidyup
        rm -fr /var/tmp/paludis/dev-lang-python-2.7.4-info
        >>> Done builtin_tidyup
        >>> Completed ebuild phase tidyup

I've already run cave fix-linkage, which is the cave/paludis equivalent of revdep-rebuild. But it didn't solve the problem. Maybe someone has an idea?

Regards,

Andreas
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum