Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 245645 - dev-libs/libusb-0.1.12-r4: /lib64/libusbpp.so depends on files in /usr
Summary: dev-libs/libusb-0.1.12-r4: /lib64/libusbpp.so depends on files in /usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 398051
  Show dependency tree
 
Reported: 2008-11-05 12:11 UTC by DarkNRG
Modified: 2012-03-20 10:22 UTC (History)
0 users

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 DarkNRG 2008-11-05 12:11:37 UTC
ldd /lib64/libusbpp.so
        linux-vdso.so.1 =>  (0x00007fff64ffd000)
        libusb-0.1.so.4 => /lib/libusb-0.1.so.4 (0x00007f725cbb0000)
        libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.2/libstdc++.so.6 (0x00007f725c8a5000)
        libm.so.6 => /lib/libm.so.6 (0x00007f725c61f000)
        libc.so.6 => /lib/libc.so.6 (0x00007f725c2ac000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f725c095000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003e5ee00000)

so 64-bit applications depending on /lib64/libusbpp.so fail to start if
/usr is on a separate device and is not currently mounted (for example during
boot).
Maybe this also applies to 32-bit applications on 32-bit systems (see bug #245641).


Reproducible: Always

Steps to Reproduce: