Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678678 - dev-libs/libaio-0.3.110 fails to build with CFLAGS+="-flto"
Summary: dev-libs/libaio-0.3.110 fails to build with CFLAGS+="-flto"
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
: 729972 (view as bug list)
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2019-02-24 14:04 UTC by Patrick Lauer
Modified: 2021-08-25 02:22 UTC (History)
3 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 Patrick Lauer gentoo-dev 2019-02-24 14:04:03 UTC
>>> Compiling source in /var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110 ...
 * abi_x86_64.amd64: running multilib-minimal_abi_src_compile
make -j1
make[1]: Entering directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/src'
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_init.ol io_queue_init.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_release.ol io_queue_release.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_wait.ol io_queue_wait.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_run.ol io_queue_run.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_getevents.ol io_getevents.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_submit.ol io_submit.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_cancel.ol io_cancel.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_setup.ol io_setup.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_destroy.ol io_destroy.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o raw_syscall.ol raw_syscall.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o compat-0_1.ol compat-0_1.c
rm -f libaio.a
x86_64-pc-linux-gnu-ar r libaio.a io_queue_init.ol io_queue_release.ol io_queue_wait.ol io_queue_run.ol io_getevents.ol io_submit.ol io_cancel.ol io_setup.ol io_destroy.ol raw_syscall.ol compat-0_1.ol
x86_64-pc-linux-gnu-ar: creating libaio.a
x86_64-pc-linux-gnu-ranlib libaio.a
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_init.os io_queue_init.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_release.os io_queue_release.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_wait.os io_queue_wait.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_queue_run.os io_queue_run.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_getevents.os io_getevents.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_submit.os io_submit.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_cancel.os io_cancel.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_setup.os io_setup.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o io_destroy.os io_destroy.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o raw_syscall.os raw_syscall.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -c -o compat-0_1.os compat-0_1.c
x86_64-pc-linux-gnu-gcc -shared -O2 -pipe -flto -fuse-linker-plugin -Wall -I. -fPIC  -Wl,--version-script=libaio.map -Wl,-soname=libaio.so.1 -o libaio.so.1.0.1 io_queue_init.os io_queue_release.os io_queue_wait.os io_queue_run.os io_getevents.os io_submit.os io_cancel.os io_setup.os io_destroy.os raw_syscall.os compat-0_1.os  -O2 -flto
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/src'
>>> Source compiled.
>>> Test phase: dev-libs/libaio-0.3.110
 * abi_x86_64.amd64: running multilib-minimal_abi_src_test
make -j1 partcheck prefix=/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110/src libdir=/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110/src
make[1]: Entering directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/src'
make[1]: Entering directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/harness'
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall  -I../src -g -O -DTEST_NAME=\"cases/2.t\" -o cases/2.p main.c ../src/libaio.a
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall  -I../src -g -O -DTEST_NAME=\"cases/3.t\" -o cases/3.p main.c ../src/libaio.a
x86_64-pc-linux-gnu-gcc -O2 -pipe -flto -fuse-linker-plugin -Wall  -I../src -g -O -DTEST_NAME=\"cases/4.t\" -o cases/4.p main.c ../src/libaio.a
/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: DWARF error: could not find abbrev number 84
/var/tmp/portage/dev-libs/libaio-0.3.110/temp/ccMGwC9g.ltrans0.ltrans.o: in function `attempt':
<artificial>:(.text+0x1d0): undefined reference to `io_getevents'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:16: cases/4.p] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libaio-0.3.110/work/libaio-0.3.110-abi_x86_64.amd64/harness'
make: *** [Makefile:24: partcheck] Error 2
 * ERROR: dev-libs/libaio-0.3.110::gentoo failed (test phase):
 *   emake failed

Portage 2.3.62 (python 2.7.15-final-0, default/linux/amd64/17.0, gcc-8.2.0, glibc-2.28-r5, 4.20.10-gentoo x86_64)
=================================================================
System uname: Linux-4.20.10-gentoo-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.6
KiB Mem:    16438052 total,   9288880 free
KiB Swap:          0 total,         0 free
sh bash 5.0_p2
ld GNU ld (Gentoo 2.31.1 p5) 2.31.1
app-shells/bash:          5.0_p2::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.28.0::gentoo
dev-lang/python:          2.7.15::gentoo, 3.5.5-r1::gentoo, 3.6.6::gentoo, 3.7.0::gentoo
dev-util/cmake:           3.13.4::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.41::gentoo
sys-apps/sandbox:         2.15::gentoo
sys-devel/autoconf:       2.69-r4::gentoo
sys-devel/automake:       1.16.1-r1::gentoo
sys-devel/binutils:       2.31.1-r4::gentoo
sys-devel/gcc:            8.2.0-r6::gentoo, 8.3.0::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r5::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.20::gentoo (virtual/os-headers)
sys-libs/glibc:           2.28-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: no
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24

adjust
    location: /overlay/gentoo-overlay
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -flto -fuse-linker-plugin"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /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"
CXXFLAGS="-O2 -pipe -flto -fuse-linker-plugin"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-O2 -flto"
MAKEOPTS="-j8"
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="acl amd64 berkdb bzip2 cli crypt cxx dri fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp sqlite ssl tcpd test unicode xattr 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="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" 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="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-1" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_5 python3_6 python3_7 pypy pypy3" RUBY_TARGETS="ruby24" USERLAND="GNU" VIDEO_CARDS="dummy fbdev glint intel mach64 nouveau nv r128 radeon savage sis trident v4l vesa" 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, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 David Heidelberg (okias) 2019-04-30 15:45:50 UTC
libaio 0.3.111 compiles with LTO, but sadly won't export io_getevents .

Should I create new bug for it or continue with this one?
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-07-04 08:37:52 UTC
*** Bug 729972 has been marked as a duplicate of this bug. ***
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-25 02:22:29 UTC
(In reply to David Heidelberg (okias) from comment #1)
> libaio 0.3.111 compiles with LTO, but sadly won't export io_getevents .
> 
> Should I create new bug for it or continue with this one?

New bug please, thanks!