Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332177 - sys-apps/hal-0.5.14-r2 mount helpers should be moved to /usr
Summary: sys-apps/hal-0.5.14-r2 mount helpers should be moved to /usr
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL: http://archives.gentoo.org/gentoo-dev...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 05:50 UTC by Eray Aslan
Modified: 2011-09-18 09:28 UTC (History)
2 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 Eray Aslan gentoo-dev 2010-08-11 05:50:28 UTC
As discussed in the URL above, binaries in /sbin preferably should not be linking against /usr/lib as /usr might not be available.

$ ldd /sbin/umount.hal
        linux-vdso.so.1 =>  (0x00007fff6b5f3000)
        libhal.so.1 => /usr/lib/libhal.so.1 (0x00007fd52e637000)
        libhal-storage.so.1 => /usr/lib/libhal-storage.so.1 (0x00007fd52e42c000)
        libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fd52e1ec000)
        libc.so.6 => /lib/libc.so.6 (0x00007fd52de93000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fd52dc77000)
        librt.so.1 => /lib/librt.so.1 (0x00007fd52da6e000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fd52e848000)

Quoting from the above link:
"file a bug.  hal places its umount binary in / only because
historically, `mount` has been stupid and only searched that path, not
because it was needed "early".  since ive fixed util-linux though, the
hal mount helpers should be moved to /usr."

Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2010-08-13 20:35:56 UTC
hal is dead and as such this bug will be wontfix I guess.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2011-09-18 09:28:17 UTC
sys-apps/hal was removed from tree wrt #313389, closing as OBSOLETE