Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 632488 - sys-libs/libieee1284-0.2.11-r5 stable request
Summary: sys-libs/libieee1284-0.2.11-r5 stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Stabilization (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2017-09-30 09:27 UTC by Pacho Ramos
Modified: 2017-10-09 22:52 UTC (History)
2 users (show)

See Also:
Package list:
sys-libs/libieee1284-0.2.11-r5
Runtime testing required: ---
stable-bot: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2017-09-30 09:27:00 UTC
We need to stabilize it soon because current stable fails when built without USE python on a multilib system (#619810)

Thanks
Comment 1 Thomas Deutschmann (RETIRED) gentoo-dev 2017-09-30 14:46:11 UTC
@ Arches,

please test and mark stable: =sys-libs/libieee1284-0.2.11-r5
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2017-10-02 13:33:22 UTC
ppc stable
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2017-10-05 12:50:52 UTC
Stable on amd64
Comment 4 Silvio 2017-10-06 05:49:40 UTC
It fails to compile with 

/usr/include/python2.7/pyport.h:895:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."


here a part of the log file. If you want I'll post all the log.

 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11 -I./include -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/include -march=native -O2 -pipe -c /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/src/debug.c  -fPIC -DPIC -o src/.libs/debug.o
 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11 -I./include -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/include -march=native -O2 -pipe -c /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/src/conf.c  -fPIC -DPIC -o src/.libs/conf.o
 x86_64-pc-linux-gnu-gcc -m32 -DHAVE_CONFIG_H -I. -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11 -I./include -I/var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/include -I/usr/include/python2.7 -fpic -march=native -O2 -pipe -c /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/src/ieee1284module.c  -fPIC -DPIC -o src/.libs/src_ieee1284module_la-ieee1284module.o
In file included from /usr/include/python2.7/Python.h:58:0,
                 from /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/src/ieee1284module.c:20:
/usr/include/python2.7/pyport.h:895:2: error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
 #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
  ^~~~~
/bin/sh ./libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -m32  -march=native -O2 -pipe  -Wl,-O1 -Wl,--as-needed -o libieee1284.la -rpath /usr/lib32 -version-info 5:2:2 -export-symbols /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/libieee1284.sym src/detect.lo src/ports.lo src/deviceid.lo src/state.lo src/delay.lo src/default.lo src/access_io.lo src/access_ppdev.lo src/access_lpt.lo src/interface.lo src/debug.lo src/conf.lo  
make: *** [Makefile:630: src/src_ieee1284module_la-ieee1284module.lo] Error 1
make: *** Waiting for unfinished jobs....
mkdir .libs
echo "{ global:" > .libs/libieee1284.ver
 cat /var/tmp/portage/sys-libs/libieee1284-0.2.11-r5/work/libieee1284-0.2.11/libieee1284.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libieee1284.ver
 echo "local: *; };" >> .libs/libieee1284.ver
 x86_64-pc-linux-gnu-gcc -m32 -shared  src/.libs/detect.o src/.libs/ports.o src/.libs/deviceid.o src/.libs/state.o src/.libs/delay.o src/.libs/default.o src/.libs/access_io.o src/.libs/access_ppdev.o src/.libs/access_lpt.o src/.libs/interface.o src/.libs/debug.o src/.libs/conf.o   -m32 -march=native -Wl,-O1 -Wl,--as-needed -Wl,-soname -Wl,libieee1284.so.3 -Wl,-version-script -Wl,.libs/libieee1284.ver -o .libs/libieee1284.so.3.2.2
(cd .libs && rm -f libieee1284.so.3 && ln -s libieee1284.so.3.2.2 libieee1284.so.3)
(cd .libs && rm -f libieee1284.so && ln -s libieee1284.so.3.2.2 libieee1284.so)
creating libieee1284.la
(cd .libs && rm -f libieee1284.la && ln -s ../libieee1284.la libieee1284.la)
Comment 5 Silvio 2017-10-06 05:50:10 UTC
emerge --info


Portage 2.3.11 (python 3.4.6-final-0, default/linux/amd64/13.0/desktop/plasma, gcc-6.4.0, glibc-2.25-r7, 4.13.3-gentoo x86_64)
=================================================================
System uname: Linux-4.13.3-gentoo-x86_64-Intel-R-_Core-TM-_i7-7500U_CPU_@_2.70GHz-with-gentoo-2.4.1
KiB Mem:    16286768 total,   4001932 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 05 Oct 2017 17:30:01 +0000
Head commit of repository gentoo: a86cc6dfa4ad20f2ba4d83e526dc692e0b867bdc
sh bash 4.4_p12
ld GNU ld (Gentoo 2.29.1 p1.0) 2.29.1
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.3::gentoo
dev-lang/python:          2.7.14::gentoo, 3.4.6::gentoo
dev-util/cmake:           3.9.4::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/openrc:          0.32::gentoo
sys-apps/sandbox:         2.12::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r1::gentoo
sys-devel/binutils:       2.29.1::gentoo
sys-devel/gcc:            6.4.0::gentoo
sys-devel/gcc-config:     1.9.0::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.25-r7::gentoo
Repositories:

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

betagarden
    location: /var/lib/layman/betagarden
    masters: gentoo
    priority: 50

flow
    location: /var/lib/layman/flow
    masters: gentoo
    priority: 50

vortex
    location: /var/lib/layman/vortex
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
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="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://gd.tuwien.ac.at/opsys/linux/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/"
LANG="en"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
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 --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi activities alsa amd64 berkdb bindist bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dri dri3 dts dvd dvdr egl emboss encode exif fam ffmpeg fftw firefox flac fortran gdbm gif glamor gpm gtk hidpi iconv icu ipv6 jpeg kde kipi kwallet lcms ldap libnotify mad mng modules mp3 mp4 mpeg multilib ncurses networkmanager nls nptl ntfs ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pulseaudio python qml qt3support qt4 qt5 readline s3tc sdl seccomp semantic-desktop session spell ssl startup-notification svg tcpd theora tiff truetype udev udisks unicode upower usb uxa v4l vaapi vdpau vorbis vpx widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid xvmc zlib" ABI_X86="64 32" ALSA_CARDS="snd_hda_intel" 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="*" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 ssse3 sse4_1 sse4_2 glamor" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev joystick synaptics wacom" KERNEL="linux" L10N="it" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="it en it_IT en_US" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres9_5" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby22" SANE_BACKENDS="*" USERLAND="GNU" VIDEO_CARDS="intel i965 i915 vesa v4l v4l2 modesetting fbdev" 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 6 Thomas Deutschmann (RETIRED) gentoo-dev 2017-10-09 22:52:20 UTC
x86 stable

Last arch, closing.


@ Silvio: Please file a new bug for your issue.