Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462956 - sys-fs/dmraid USE=static - ld: cannot find -ldevmapper-event
Summary: sys-fs/dmraid USE=static - ld: cannot find -ldevmapper-event
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 466282
Blocks:
  Show dependency tree
 
Reported: 2013-03-24 13:03 UTC by Jan Matějka (RETIRED)
Modified: 2013-06-20 20:30 UTC (History)
0 users

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


Attachments
build.log (build.log,39.88 KB, text/plain)
2013-03-24 13:20 UTC, Jan Matějka (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Matějka (RETIRED) gentoo-dev 2013-03-24 13:03:23 UTC
…

Reproducible: Always

Steps to Reproduce:
1. USE="-static-libs" emerge lvm2
2. USE=static emerge dmraid
Actual Results:  
x86_64-pc-linux-gnu-gcc -o dmraid dmraid.o commands.o toollib.o -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -static -L../lib -ldmraid -L/lib64 -ldevmapper-event -ldevmapper -ludev -lrt  -L/lib64 -ldevmapper -ludev -lrt  -ldl 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldevmapper-event
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldevmapper
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldevmapper
collect2: ld returned 1 exit status
make[1]: *** [dmraid] Error 1
make[1]: Leaving directory `/var/tmp/portage/sys-fs/dmraid-1.0.0_rc16-r3/work/dmraid/1.0.0.rc16-3/dmraid/tools'
make: *** [tools] Error 2


Expected Results:  
dmraid emerged successfully

affected versions tested: 1.0.0_rc14 and ~1.0.0_rc16-r3 

fix: USE="static-libs" emerge sys-fs/lvm2
Comment 1 Jan Matějka (RETIRED) gentoo-dev 2013-03-24 13:20:41 UTC
Created attachment 343084 [details]
build.log
Comment 2 Jan Matějka (RETIRED) gentoo-dev 2013-03-24 13:22:33 UTC
Also you have to compile lvm2 with -udev or you get

x86_64-pc-linux-gnu-gcc -o dmraid dmraid.o commands.o toollib.o -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -Wl,-O1 -Wl,--as-needed -static -L../lib \
      -L/lib -ldmraid -ldevmapper 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x10f9): undefined reference to `udev_new'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x110d): undefined reference to `udev_queue_new'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x1121): undefined reference to `udev_queue_get_udev_is_active'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x1130): undefined reference to `udev_queue_unref'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x1138): undefined reference to `udev_unref'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.3/../../../../lib64/libdevmapper.a(libdm-common.o): In function `_check_udev_sync_requirements_once':
(.text+0x1238): undefined reference to `udev_unref'
collect2: ld returned 1 exit status

see the attached build.log

root@rainbowdash # emerge --info
Portage 2.1.11.55 (hardened/linux/amd64, gcc-4.6.3, glibc-2.15-r3, 3.7.10-gentoo x86_64)
=================================================================
System uname: Linux-3.7.10-gentoo-x86_64-Intel-R-_Core-TM-_i3-3227U_CPU_@_1.90GHz-with-gentoo-2.1
KiB Mem:     3865464 total,    194400 free
KiB Swap:     524284 total,    449988 free
Timestamp of tree: Fri, 22 Mar 2013 00:45:01 +0000
ld GNU ld (GNU Binutils) 2.22
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r3, 3.2.3-r2
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.28
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.11.8
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.69
sys-devel/automake:       1.10.3, 1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.6.3
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r4
sys-kernel/linux-headers: 3.6 (virtual/os-headers)
sys-libs/glibc:           2.15-r3
Repositories: gentoo sunrise yac
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe -msse -msse2 -msse3 -mmmx"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=nocona -O2 -pipe -msse -msse2 -msse3 -mmmx"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch webrsync-gpg xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j5"
PKGDIR="/var/lib/cportage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/var/lib/cportage/portage"
PORTDIR_OVERLAY="/var/lib/layman/sunrise /var/lib/layman/yac"
SYNC=""
USE="3dnow 3dnowext aalib acl acpi alsa amd64 bzip2 cdr cli cracklib crypt cxx dri dvd faac ffmpeg gdbm gpm hardened iconv ipv6 justify lame laptop mmext mmx modules mudflap multilib ncurses nls nptl ogg opengl openmp pam pax_kernel pcre readline session sse sse2 ssl ssse3 tcpd theora threads unicode urandom v4l v4l2 vim-syntax xcomposite xft xinerama 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" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" 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" CAMERAS="canon" COLLECTD_PLUGINS="contextswitch cpu csv curl curl_json curl_xml disk dns entropy ethstat exec filecount hddtemp iptables md network nginx ping processes protocols python sensors thermal unixsock uptime users uuid vmem" 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 ubx" INPUT_DEVICES="evdev joystick synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en cs" PHP_TARGETS="php5-3" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_2" QEMU_SOFTMMU_TARGETS="x86_64 i386" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 3 Ian Stakenvicius (RETIRED) gentoo-dev 2013-03-27 20:36:16 UTC
(In reply to comment #2)
> Also you have to compile lvm2 with -udev or you get


Which version of lvm2 do you have?  With recent udev and recent lvm2 (>=2.02.97) this should not occur.

I'll verify the original bug report and search for fixes as soon as I can.
Comment 4 Jan Matějka (RETIRED) gentoo-dev 2013-03-28 15:04:05 UTC
lvm2 version 2.02.97-r1
Comment 5 Ian Stakenvicius (RETIRED) gentoo-dev 2013-06-20 20:30:58 UTC
The fix to lvm2 in bug 466282 fixes this.  Closing.