Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 398079 - sys-fs/nilfs-utils (/sbin/nilfs-clean) links to libraries in /usr
Summary: sys-fs/nilfs-utils (/sbin/nilfs-clean) links to libraries in /usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 398051
  Show dependency tree
 
Reported: 2012-01-07 20:59 UTC by Michał Górny
Modified: 2012-05-16 15:26 UTC (History)
1 user (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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-07 20:59:44 UTC
nilfs-clean => ./nilfs-clean (interpreter => /lib64/ld-linux-x86-64.so.2)
    libnilfscleaner.so.0 => /usr/lib64/libnilfscleaner.so.0
        librt.so.1 => /lib64/librt.so.1
            libpthread.so.0 => /lib64/libpthread.so.0
        libuuid.so.1 => /lib64/libuuid.so.1
    libc.so.6 => /lib64/libc.so.6
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-07 21:00:32 UTC
nilfs_cleanerd => ./nilfs_cleanerd (interpreter => /lib64/ld-linux-x86-64.so.2)
    libnilfs.so.0 => /usr/lib64/libnilfs.so.0
        libpthread.so.0 => /lib64/libpthread.so.0
    libnilfsgc.so.0 => /usr/lib64/libnilfsgc.so.0
    librt.so.1 => /lib64/librt.so.1
    libuuid.so.1 => /lib64/libuuid.so.1
    libc.so.6 => /lib64/libc.so.6

nilfs-resize => ./nilfs-resize (interpreter => /lib64/ld-linux-x86-64.so.2)
    libnilfs.so.0 => /usr/lib64/libnilfs.so.0
    libnilfsgc.so.0 => /usr/lib64/libnilfsgc.so.0
    libpthread.so.0 => /lib64/libpthread.so.0
    libc.so.6 => /lib64/libc.so.6

nilfs-tune => ./nilfs-tune (interpreter => /lib64/ld-linux-x86-64.so.2)
    libnilfs.so.0 => /usr/lib64/libnilfs.so.0
        libpthread.so.0 => /lib64/libpthread.so.0
    libc.so.6 => /lib64/libc.so.6
Comment 2 Naohiro Aota gentoo-dev 2012-05-16 15:26:52 UTC
Added fix in nilfs-utils-2.1.0-r1. Thanks.