Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 540388 - app-admin/salt-2014.7.1 - src_compile(): /usr/bin/python2.7 setup.py build: AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'
Summary: app-admin/salt-2014.7.1 - src_compile(): /usr/bin/python2.7 setup.py build: A...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-17 15:27 UTC by Toralf Förster
Modified: 2024-01-24 05:16 UTC (History)
2 users (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 Toralf Förster gentoo-dev 2015-02-17 15:27:56 UTC
>>> Verifying ebuild manifests
>>> Emerging (1 of 10) dev-libs/libsodium-1.0.2::gentoo
>>> Installing (1 of 10) dev-libs/libsodium-1.0.2::gentoo
>>> Emerging (2 of 10) dev-lang/swig-3.0.5::gentoo
>>> Installing (2 of 10) dev-lang/swig-3.0.5::gentoo
>>> Emerging (3 of 10) net-libs/zeromq-4.0.5::gentoo
>>> Installing (3 of 10) net-libs/zeromq-4.0.5::gentoo
>>> Emerging (4 of 10) dev-python/msgpack-0.4.5::gentoo
>>> Installing (4 of 10) dev-python/msgpack-0.4.5::gentoo
>>> Emerging (5 of 10) dev-python/m2crypto-0.22.3-r2::gentoo
>>> Installing (5 of 10) dev-python/m2crypto-0.22.3-r2::gentoo
>>> Emerging (6 of 10) dev-python/ply-3.4-r1::gentoo
>>> Installing (6 of 10) dev-python/ply-3.4-r1::gentoo
>>> Emerging (7 of 10) dev-python/pycparser-2.10::gentoo
>>> Installing (7 of 10) dev-python/pycparser-2.10::gentoo
>>> Emerging (8 of 10) dev-python/cffi-0.8.6::gentoo
>>> Installing (8 of 10) dev-python/cffi-0.8.6::gentoo
>>> Emerging (9 of 10) dev-python/pyzmq-14.5.0::gentoo
>>> Installing (9 of 10) dev-python/pyzmq-14.5.0::gentoo
>>> Emerging (10 of 10) app-admin/salt-2014.7.1::gentoo
>>> Failed to emerge app-admin/salt-2014.7.1, Log file:
>>>  '/var/log/portage/app-admin:salt-2014.7.1:20150217-005454.log'
 * Package:    app-admin/salt-2014.7.1
 * Repository: gentoo
 * Maintainer: chutzpah@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux mysql python_targets_python2_7 userland_GNU zeromq
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * Applying salt-2014.7.1-remove-pydsl-includes-test.patch ...
 [ ok ]
 * Will copy sources from /var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1
 * python2_7: copying to /var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7
 * python2_7: running distutils-r1_run_phase python_prepare
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
cp: ‘./build/SaltTesting.egg-info’ and ‘/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/build/SaltTesting.egg-info’ are the same file
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 112, in <module>
    exec(compile(open(SALT_VERSION).read(), SALT_VERSION, 'exec'))
  File "/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/salt/version.py", line 13, in <module>
    from salt._compat import string_types
  File "/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/salt/__init__.py", line 44, in <module>
    from salt.utils import migrations
  File "/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/salt/utils/__init__.py", line 103, in <module>
    import salt.payload
  File "/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/salt/payload.py", line 14, in <module>
    import salt.crypt
  File "/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7/salt/crypt.py", line 21, in <module>
    from M2Crypto import RSA, EVP
  File "/usr/lib64/python2.7/site-packages/M2Crypto/__init__.py", line 24, in <module>
    import ASN1
  File "/usr/lib64/python2.7/site-packages/M2Crypto/ASN1.py", line 12, in <module>
    import BIO
  File "/usr/lib64/python2.7/site-packages/M2Crypto/BIO.py", line 221, in <module>
    class CipherStream(BIO):
  File "/usr/lib64/python2.7/site-packages/M2Crypto/BIO.py", line 227, in CipherStream
    SALT_LEN = m2.PKCS5_SALT_LEN
AttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'
 * ERROR: app-admin/salt-2014.7.1::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_compile
 *   environment, line 3926:  Called distutils-r1_src_compile
 *   environment, line 1299:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  381:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 3477:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2603:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2601:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  851:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1290:  Called distutils-r1_python_compile
 *   environment, line 1171:  Called esetup.py 'build'
 *   environment, line 1772:  Called die
 * The specific snippet of code:
 *       "${@}" || die
 * 
 * If you need support, post the output of `emerge --info '=app-admin/salt-2014.7.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-admin/salt-2014.7.1::gentoo'`.
 * The complete build log is located at '/var/log/portage/app-admin:salt-2014.7.1:20150217-005454.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-admin/salt-2014.7.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-admin/salt-2014.7.1/temp/environment'.
 * Working directory: '/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1-python2_7'
 * S: '/var/tmp/portage/app-admin/salt-2014.7.1/work/salt-2014.7.1'


! ! !  This is a build bot chroot image at a hardened amd64 host ! ! !

Portage 2.2.17 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop, gcc-4.9.2, glibc-2.20-r1, 3.18.5-hardened-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.18.5-hardened-r1-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16166860 total,   1978444 free
KiB Swap:   16777212 total,  16762424 free
Timestamp of repository gentoo: Mon, 16 Feb 2015 21:30:01 +0000
sh bash 4.3_p33-r1
ld GNU ld (Gentoo 2.25 p1.0) 2.25
app-shells/bash:          4.3_p33-r1::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.3.5-r1::gentoo
dev-util/cmake:           3.1.0::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.9::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25::gentoo
sys-devel/gcc:            4.9.2::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
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"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --tree --quiet-build --quiet  --deep --jobs 1"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs 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.leaseweb.com/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://gd.tuwien.ac.at/opsys/linux/gentoo/"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
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"
USE="X a52 aac acl acpi aes-ni alsa amd64 apache2 avx avx2 berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit corefonts cracklib crypt cups cxx dbus dnssec dri drmkms dts dvd dvdr ecc emboss encode exif extraengine fam firefox flac fontconfig fortran fpm gdbm gif glamor gpm gtk gudev gui iconv isag jpeg lcms libav libnotify libvirtd logrotate macvtap mad mbox minizip mmx mng modules mp3 mp4 mpeg multilib mysql ncurses nls nptl ogg opengl openmp pam pango pax_kernel pcre pdf plasma png policykit ppds qemu qt3support qt4 readline sdl session spell spice sse sse2 sse4 sse4_1 sse4_2 ssh-askpass ssl ssse3 startup-notification svg tcpd theora thinkpad threads tiff tk tls truetype udev udisks uml unicode upower usb usbredir uxa v4l v4l2 vaapi video vorbis wxwidgets x264 xa xcb xml xmp xscreensaver xv xvfb xvid xvmc zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" 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 evdev" KERNE L="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" 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, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON


The build log is stored in /var/log/portage/_emerge_20150217-005459.log
The chroot image is named amd64-unstable
Comment 1 Jonas Stein gentoo-dev 2024-01-23 22:48:31 UTC
app-admin/salt-2014.7.1 is no longer in the tree.