Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 562580 - dev-util/cmocka-1.0.1[abi_x86_32] - /usr/lib/librt.so: error adding symbols: File in wrong format
Summary: dev-util/cmocka-1.0.1[abi_x86_32] - /usr/lib/librt.so: error adding symbols: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Chris Reffett (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-08 16:23 UTC by eroen
Modified: 2016-04-13 12:55 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,7.20 KB, text/plain)
2015-10-08 16:23 UTC, eroen
Details
CMakeOutput.log (CMakeOutput.log,79.17 KB, text/plain)
2015-10-08 16:28 UTC, eroen
Details
CMakeError.log (CMakeError.log,14.47 KB, text/plain)
2015-10-08 16:28 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2015-10-08 16:23:21 UTC
Created attachment 414132 [details]
build.log

Native ABI builds fine. The attached log is from a fresh extracted stage3 chroot.

...
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE
-- Performing Test HAVE_GCC_THREAD_LOCAL_STORAGE - Failed
-- CMAKE_REQUIRED_INCLUDES= CMAKE_REQUIRED_LIBRARIES=/usr/lib/librt.so
-- Performing Test HAVE_CLOCK_GETTIME_REALTIME
-- Performing Test HAVE_CLOCK_GETTIME_REALTIME - Failed
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - failed
-- Check size of unsigned int
-- Check size of unsigned int - failed
-- Check size of unsigned long
-- Check size of unsigned long - failed
CMake Error at /usr/share/cmake/Modules/TestBigEndian.cmake:51 (message):
  no suitable type found
Call Stack (most recent call first):
  ConfigureChecks.cmake:142 (test_big_endian)
  CMakeLists.txt:43 (include)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/dev-util/cmocka-1.0.1/work/cmocka-1.0.1-abi_x86_32.x86/CMakeFiles/CMakeOutput.log".
See also "/var/tmp/portage/dev-util/cmocka-1.0.1/work/cmocka-1.0.1-abi_x86_32.x86/CMakeFiles/CMakeError.log".
 * ERROR: dev-util/cmocka-1.0.1::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3126:  Called cmake-multilib_src_configure
 *   environment, line  687:  Called multilib-minimal_src_configure
 *   environment, line 2323:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2530:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2254:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2252:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  431:  Called multilib-minimal_abi_src_configure
 *   environment, line 2317:  Called multilib_src_configure
 *   environment, line 2747:  Called cmake-utils_src_configure
 *   environment, line  705:  Called _execute_optionally 'src_configure'
 *   environment, line  222:  Called enable_cmake-utils_src_configure
 *   environment, line 1025:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of `emerge --info '=dev-util/cmocka-1.0.1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-util/cmocka-1.0.1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-util/cmocka-1.0.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-util/cmocka-1.0.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-util/cmocka-1.0.1/work/cmocka-1.0.1-abi_x86_32.x86'
 * S: '/var/tmp/portage/dev-util/cmocka-1.0.1/work/cmocka-1.0.1'

>>> Failed to emerge dev-util/cmocka-1.0.1, Log file:

>>>  '/var/tmp/portage/dev-util/cmocka-1.0.1/temp/build.log'

 * Messages for package dev-util/cmocka-1.0.1:

 * ERROR: dev-util/cmocka-1.0.1::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 3126:  Called cmake-multilib_src_configure
 *   environment, line  687:  Called multilib-minimal_src_configure
 *   environment, line 2323:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 2530:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2254:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2252:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  431:  Called multilib-minimal_abi_src_configure
 *   environment, line 2317:  Called multilib_src_configure
 *   environment, line 2747:  Called cmake-utils_src_configure
 *   environment, line  705:  Called _execute_optionally 'src_configure'
 *   environment, line  222:  Called enable_cmake-utils_src_configure
 *   environment, line 1025:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
Comment 1 eroen 2015-10-08 16:28:31 UTC
Created attachment 414134 [details]
CMakeOutput.log
Comment 2 eroen 2015-10-08 16:28:57 UTC
Created attachment 414136 [details]
CMakeError.log
Comment 3 eroen 2015-10-08 16:29:44 UTC
occam / # emerge --info '=dev-util/cmocka-1.0.1::gentoo'
Portage 2.2.20.1 (python 3.4.3-final-0, default/linux/amd64/13.0, gcc-4.8.5, glibc-2.20-r2, 4.1.7-hardened-r1-occam1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.1.7-hardened-r1-occam1-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.2
KiB Mem:     7938404 total,   1539040 free
KiB Swap:   16777212 total,  16688164 free
Timestamp of repository gentoo: Thu, 08 Oct 2015 07:00:01 +0000
sh bash 4.3_p39
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p39::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.10::gentoo, 3.4.3::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            4.8.5::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.18::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
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/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync noclean parallel-fetch preserve-libs protect-owned sandbox sfperms strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
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="acl amd64 berkdb bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 mmx mmxext modules multilib ncurses nls nptl openmp pam pcre readline seccomp session sse sse2 ssl tcpd unicode zlib" ABI_X86="32 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="mmx mmxext sse sse2" 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" 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="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby20 ruby21" 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, MAKEOPTS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

occam / # emerge -pqv '=dev-util/cmocka-1.0.1::gentoo'
[ebuild  N    ] dev-util/cmocka-1.0.1  USE="{test} -doc -static-libs" ABI_X86="32 (64) (-x32)"
Comment 4 Paolo Pedroni 2016-01-04 11:04:37 UTC
I can confirm this bug. Probable culprit is (from CMakeError.log):

/usr/lib64/distcc/bin/x86_64-pc-linux-gnu-gcc -m32 -O2 -pipe -march=sandybridge -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=8192 -flto=8 -fuse-linker-plugin -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity -fno-lto -fno-use-linker-plugin  -std=gnu99 -pedantic -pedantic-errors -Wall -Wextra -Wshadow -Wmissing-prototypes -Wdeclaration-after-statement -Wunused -Wfloat-equal -Wpointer-arith -Wwrite-strings -Wformat-security -Wmissing-format-attribute -Wundef -fPIC -fstack-protector -D_GNU_SOURCE -DHAVE_GCC_THREAD_LOCAL_STORAGE   -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=8 -fuse-linker-plugin -floop-interchange -floop-strip-mine -floop-block -fgraphite-identity -fno-lto -fno-use-linker-plugin  CMakeFiles/cmTC_6ee57.dir/src.c.o  -o cmTC_6ee57 -rdynamic /usr/lib/librt.so

where it should use /usr/lib32/librt.so, which is 32-bit.

In the ebuild output there is a line which states:
-- CMAKE_REQUIRED_INCLUDES= CMAKE_REQUIRED_LIBRARIES=/usr/lib/librt.so

Which should be changed to require /usr/lib32/librt.so
Comment 5 Paolo Pedroni 2016-01-04 11:51:43 UTC
Actually the problem is in /var/tmp/portage/dev-util/cmocka-1.0.1/work/cmocka-1.0.1/ConfigureChecks.cmake (lines 98 to 101):

find_library(RT_LIBRARY rt)
if (RT_LIBRARY)
    set(CMAKE_REQUIRED_LIBRARIES ${RT_LIBRARY})
endif (RT_LIBRARY)

which apparently stops at the first librt.so found (in /usr/lib) instead of checking for the correct one (32-bit vs. 64-bit)

I don't know where this should be fixed. In the meantime is it wise/possible/useful to comment it out?
Comment 6 Paolo Pedroni 2016-01-04 12:03:34 UTC
(In reply to Paolo Pedroni from comment #5)
> I don't know where this should be fixed. In the meantime is it
> wise/possible/useful to comment it out?

Possible it is, with the patch below:

--- a/cmocka-1.0.1/ConfigureChecks.cmake
+++ b/cmocka-1.0.1/ConfigureChecks.cmake
@@ -95,10 +95,10 @@
     check_function_exists(_snprintf_s HAVE__SNPRINTF_S)
 endif (WIN32)
 
-find_library(RT_LIBRARY rt)
-if (RT_LIBRARY)
-    set(CMAKE_REQUIRED_LIBRARIES ${RT_LIBRARY})
-endif (RT_LIBRARY)
+#find_library(RT_LIBRARY rt)
+#if (RT_LIBRARY)
+#    set(CMAKE_REQUIRED_LIBRARIES ${RT_LIBRARY})
+#endif (RT_LIBRARY)
 
 set(CMOCKA_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "cmocka required system libraries")
 

It even compiles and tests fine. I wonder if it will work until a proper fix is deployed.
Comment 7 Coacher 2016-04-06 13:32:36 UTC
It looks like this issue was addressed upstream: https://git.cryptomilk.org/projects/cmocka.git/commit/?id=b2732b52202ae48f866a024c633466efdbb8e85a
Comment 8 Paolo Pedroni 2016-04-13 11:17:26 UTC
Pushed to github, let's see how this works.