Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 764242 - sys-fs/xfsprogs-5.10 broken inih RDEPEND
Summary: sys-fs/xfsprogs-5.10 broken inih RDEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-07 07:43 UTC by Andrej Filipcic
Modified: 2021-01-07 12:20 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 Andrej Filipcic 2021-01-07 07:43:12 UTC
BDEPEND="
        dev-libs/inih
        nls? ( sys-devel/gettext )
"

results in broken /sbin/mkfs.xfs for binary pkg installs with "--with-bdeps n"

# ldd /sbin/mkfs.xfs 
        linux-vdso.so.1 (0x00007fff2e96d000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007faa3f63d000)
        libblkid.so.1 => /lib64/libblkid.so.1 (0x00007faa3f5ed000)
        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007faa3f5e4000)
        libinih.so.0 => not found
        libc.so.6 => /lib64/libc.so.6 (0x00007faa3f422000)
        /lib64/ld-linux-x86-64.so.2 (0x00007faa3f742000)




Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-01-07 12:20:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d81ff306d6aee2d966bc1cbae7e04d87d5874d07

commit d81ff306d6aee2d966bc1cbae7e04d87d5874d07
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-01-07 12:19:56 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-01-07 12:20:45 +0000

    sys-fs/xfsprogs: Revbump moving dev-libs/inih to RDEPEND
    
    Bumped straight to stable
    
    Reported-by: Andrej Filipcic <andrej.filipcic@ijs.si>
    Closes: https://bugs.gentoo.org/764242
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 .../{xfsprogs-5.10.0.ebuild => xfsprogs-5.10.0-r1.ebuild}        | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)