Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713586 - dev-libs/liborcus-0.15.3[test] - test phase: (.text+0x20): undefined reference to `main'
Summary: dev-libs/liborcus-0.15.3[test] - test phase: (.text+0x20): undefined referenc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords: PATCH, PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-03-20 10:54 UTC by tka
Modified: 2021-11-14 05:25 UTC (History)
10 users (show)

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


Attachments
build.log (build.log,244.29 KB, text/plain)
2020-03-20 10:56 UTC, tka
Details
Fix to build orcus-env-dump.o unconditionally. (file_713586.txt,1.67 KB, patch)
2020-06-18 13:16 UTC, Mickey Dechavez
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tka 2020-03-20 10:54:38 UTC
make[4]: Entering directory '/var/tmp/portage/dev-libs/liborcus-0.15.3/work/liborcus-0.15.3/src'
x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  -I../lib/liborcus/liborcus.la -I../include -I../src/include  -I/usr/include/libixion-0.15  -DSRCDIR=\"".."\"   -fvisibility=hidden -march=native -mtune=native -O2 -pipe -Wall -pthread -Wshadow -O2 -D__ORCUS_DEBUG_UTILS -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-1.5 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -c -o orcus_test_xml-orcus_test_xml.o `test -f 'orcus_test_xml.cpp' || echo './'`orcus_test_xml.cpp
/bin/sh ../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -fvisibility=hidden -march=native -mtune=native -O2 -pipe -Wall -pthread -Wshadow -O2 -D__ORCUS_DEBUG_UTILS -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-1.5 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o orcus-test-xml orcus_test_xml-orcus_test_xml.o parser/liborcus-parser-0.15.la liborcus/liborcus-0.15.la 
libtool: link: x86_64-pc-linux-gnu-g++ -fvisibility=hidden -march=native -mtune=native -O2 -pipe -Wall -pthread -Wshadow -O2 -D__ORCUS_DEBUG_UTILS -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-1.5 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o .libs/orcus-test-xml orcus_test_xml-orcus_test_xml.o  parser/.libs/liborcus-parser-0.15.so liborcus/.libs/liborcus-0.15.so -pthread
PASS: orcus-test-xml
/bin/sh ../libtool  --tag=CXX   --mode=link x86_64-pc-linux-gnu-g++  -fvisibility=hidden -march=native -mtune=native -O2 -pipe -Wall -pthread -Wshadow -O2 -D__ORCUS_DEBUG_UTILS -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-1.5 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o orcus-env-dump   
libtool: link: x86_64-pc-linux-gnu-g++ -fvisibility=hidden -march=native -mtune=native -O2 -pipe -Wall -pthread -Wshadow -O2 -D__ORCUS_DEBUG_UTILS -D__ORCUS_ODS -D__ORCUS_XLSX -D__ORCUS_XLS_XML -D__ORCUS_GNUMERIC -I/usr/include/mdds-1.5 -D__ORCUS_SPREADSHEET_MODEL -D__ORCUS_PYTHON_CSV -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o orcus-env-dump  -pthread
/usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.3.0/../../../../lib64/Scrt1.o: in function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:1433: orcus-env-dump] Error 1
make[4]: Leaving directory '/var/tmp/portage/dev-libs/liborcus-0.15.3/work/liborcus-0.15.3/src'
make[3]: *** [Makefile:2308: check-TESTS] Error 2
make[3]: Leaving directory '/var/tmp/portage/dev-libs/liborcus-0.15.3/work/liborcus-0.15.3/src'
make[2]: *** [Makefile:2466: check-am] Error 2
make[2]: Leaving directory '/var/tmp/portage/dev-libs/liborcus-0.15.3/work/liborcus-0.15.3/src'
make[1]: *** [Makefile:2092: check-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-libs/liborcus-0.15.3/work/liborcus-0.15.3/src'
make: *** [Makefile:1233: check-recursive] Error 1
Comment 1 tka 2020-03-20 10:56:16 UTC
Created attachment 622954 [details]
build.log

# emerge -pqv '=dev-libs/liborcus-0.15.3::gentoo'
[ebuild     U ] dev-libs/liborcus-0.15.3 [0.14.1-r1] USE="spreadsheet-model -python -static-libs -tools" PYTHON_SINGLE_TARGET="python3_6 -python3_7 -python3_8" 

!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

dev-libs/liborcus:0

  (dev-libs/liborcus-0.15.3:0/0.15::gentoo, ebuild scheduled for merge) USE="spreadsheet-model -python -static-libs -tools" PYTHON_SINGLE_TARGET="python3_6 -python3_7 -python3_8" pulled in by
    =dev-libs/liborcus-0.15.3::gentoo (Argument)

  (dev-libs/liborcus-0.14.1-r1:0/0.14::gentoo, installed) USE="spreadsheet-model -python -static-libs -tools" PYTHON_SINGLE_TARGET="python3_6 -python3_7 -python3_8" pulled in by
    =dev-libs/liborcus-0.14* required by (app-office/libreoffice-6.3.5.2:0/0::gentoo, installed) USE="cups dbus gtk java mariadb pdfimport -accessibility -bluetooth -branding -coinmp -debug -eds -firebird -googledrive -gstreamer -gtk2 -kde -ldap -odk -postgres -test" LIBREOFFICE_EXTENSIONS="-nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher" PYTHON_SINGLE_TARGET="python3_6 -python3_7 -python3_8"
    ^                  ^^^^^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                


# emerge --info '=dev-libs/liborcus-0.15.3::gentoo'
Portage 2.3.94 (python 3.6.10-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-9.3.0, glibc-2.30-r6, 5.5.10 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.5.10-x86_64-Intel-R-_Core-TM-_i7-4810MQ_CPU_@_2.80GHz-with-gentoo-2.7
KiB Mem:    16356820 total,  10980372 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Fri, 20 Mar 2020 09:00:01 +0000
Head commit of repository gentoo: 2045785e424b288a2beb3d308ad3991f3b64cfa4
sh bash 5.0_p16
ld GNU ld (Gentoo 2.34 p1) 2.34.0
app-shells/bash:          5.0_p16::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.6.10::gentoo, 3.7.7::gentoo, 3.8.2::gentoo
dev-util/cmake:           3.16.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r2::gentoo
sys-devel/binutils:       2.34::gentoo
sys-devel/gcc:            9.3.0::gentoo
sys-devel/gcc-config:     2.2.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.5::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r6::gentoo
Repositories:

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

local
    location: /var/lib/portage-local/local
    masters: gentoo
    priority: 0

testing
    location: /var/lib/portage-local/testing
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -mtune=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /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="-march=native -mtune=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y"
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 cgroup collision-protect 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 qa-unresolved-soname-deps 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"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
LINGUAS=""
MAKEOPTS="-j8"
PKGDIR="/var/cache/binpkgs"
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 acl acpi alsa amd64 avx bzip2 cairo caps cdda cddb cdparanoia crypt cups dbus dri dts dvd fam ffmpeg fftw flac fontconfig gif gimp gmp gnutls gtk hardened iconv icu idn ipv6 jpeg lame lcms libnotify libtirpc lzma mad matroska mmap mmx mmxext mp3 mpeg ncurses networkmanager nptl ogg opengl openmp pam pcre pie png policykit ppds readline sasl sdl seccomp split-usr sse sse2 sse3 sse4 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg test theora threads tiff truetype udev udisks unicode upower vaapi vorbis wayland x264 xattr xcb xinerama xml xtpax xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2018" 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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev synaptics" 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="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="i965 intel nouveau" 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, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 2 email200202 2020-03-22 05:17:36 UTC
dev-libs/liborcus-0.15.3 is required by libreoffice-bin and yet it was masked today?

!!! The following installed packages are masked:
- dev-libs/liborcus-0.15.3::gentoo (masked by: package.mask)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

Please see bug report 
713560 – emerge @preserved-rebuild keeps recommending emerge of app-office/libreoffice-bin
https://bugs.gentoo.org/713560
Comment 3 email200202 2020-03-22 05:23:34 UTC
I am sorry, libreoffice-bin requires liborcus-0.14 and not liborcus-0.15
Comment 4 Paolo Pedroni 2020-03-31 06:50:12 UTC
Same in dev-libs/liborcus-0.15.4
Comment 5 Mickey Dechavez 2020-06-18 13:15:40 UTC
I did some digging and encountered that the rule for object file `orcus-env-dump.o` is guarded by a `if WITH_TOOLS` while the rule for the executable `orcus-env-dump` is not. When compiling with `tools` enabled, then everything is fine. If not, then automake seems to get creative and derives a direct rule for linking orcus-env-dump out of the *.cpp file without any *.o file which results in the error described above.

A simple solution is to build the orcus-env-dump.o file unconditionally (as the orcus-env-dump executable is). I attached a diff for that below.
Comment 6 Mickey Dechavez 2020-06-18 13:16:39 UTC
Created attachment 645164 [details, diff]
Fix to build orcus-env-dump.o unconditionally.
Comment 7 Alexey 2020-11-24 14:22:22 UTC
Confirming that the patch fixes it on 0.15.4
Comment 8 Kevin Lyles 2021-10-17 21:06:50 UTC
I'm still seeing this issue in version 0.16.1
Comment 9 Larry the Git Cow gentoo-dev 2021-11-14 05:25:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d2facc6865eeebf112e7690c28504ed687dbe8f

commit 6d2facc6865eeebf112e7690c28504ed687dbe8f
Author:     James Beddek <telans@posteo.de>
AuthorDate: 2021-10-31 02:37:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-14 05:24:32 +0000

    dev-libs/liborcus: fix build failure with USE=-tools
    
    Closes: https://bugs.gentoo.org/713586
    Signed-off-by: James Beddek <telans@posteo.de>
    Signed-off-by: Sam James <sam@gentoo.org>

 .../liborcus/files/liborcus-0.17.0-test-fix.patch  | 51 ++++++++++++++++++++++
 dev-libs/liborcus/liborcus-0.16.1.ebuild           | 13 ++++--
 2 files changed, 60 insertions(+), 4 deletions(-)