Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646058 - =sys-fs/udev-236 automagically depends on net-dns/libidn2 net-dns/libidn
Summary: =sys-fs/udev-236 automagically depends on net-dns/libidn2 net-dns/libidn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-29 16:11 UTC by Daniel M. Weeks
Modified: 2018-01-29 21:39 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 Daniel M. Weeks 2018-01-29 16:11:58 UTC
ldd /bin/udevadm
...
        libidn.so.11 => not found
...

Reproducible: Always
Comment 1 Aristotelis Iordanidis 2018-01-29 21:27:23 UTC
I also ran into this problem.
In my case it resulted into a semi-unbootable system, presumably because I have /usr on a separate partition.
I had to login on the console, manually start udev and udev-trigger and then revert to sys-fs/udev-233.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-29 21:36:14 UTC
The bug has been closed via the following commit(s):

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

commit b448c9136c1116dc19ef31330af4ba81c02ee111
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-01-29 21:35:58 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-01-29 21:35:58 +0000

    sys-fs/udev: disable several optional libraries
    
    Closes: https://bugs.gentoo.org/646058
    Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45

 sys-fs/udev/{udev-236.ebuild => udev-236-r1.ebuild} | 10 ++++++++++
 sys-fs/udev/udev-9999.ebuild                        | 10 ++++++++++
 2 files changed, 20 insertions(+)
Comment 3 Mike Gilbert gentoo-dev 2018-01-29 21:39:22 UTC
(In reply to Aristotelis Iordanidis from comment #1)
> In my case it resulted into a semi-unbootable system, presumably because I
> have /usr on a separate partition.

Officially, we only support such a configuration if /usr is mounted early by an initramfs.

It may otherwise work by accident, but don't count on it.