Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 633718 - sys-fs/udev-235 failed in config phase with wrong 'mount' command version
Summary: sys-fs/udev-235 failed in config phase with wrong 'mount' command version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-07 18:33 UTC by Jiří Moravec
Modified: 2017-10-09 14:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
udev-235 ebuild patch (udev-235.ebuild.patch,422 bytes, patch)
2017-10-07 19:38 UTC, Jiří Moravec
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jiří Moravec 2017-10-07 18:33:39 UTC
...
Dependency threads found: YES
Library rt found: YES
Library m found: YES
Library dl found: YES
Library crypt found: YES
Found pkg-config: /usr/bin/pkg-config (0.28)
Native dependency libcap found: YES 2.24
Native dependency mount found: NO found '2.28.2' but need: '>= 2.30'

Meson encountered an error in file meson.build, line 658, column 0:
Invalid version of dependency, need 'mount' ['>= 2.30'] found '2.28.2'.
 * ERROR: sys-fs/udev-235::gentoo failed (configure phase):
 *   (no error message)
...

So it's look like udev-235 need >=sys-apps/util-linux-2.30 but in current ebuild we have >=sys-apps/util-linux-2.27.1 as dependency!
Comment 1 Jiří Moravec 2017-10-07 19:17:22 UTC
Yup. With util-linux upgrade to 2.30.2 version, problem with udev-235 disappeared.
So change in ebuild dependency looks necessary.
Comment 2 Jiří Moravec 2017-10-07 19:38:42 UTC
Created attachment 498058 [details, diff]
udev-235 ebuild patch
Comment 3 Larry the Git Cow gentoo-dev 2017-10-09 14:38:15 UTC
The bug has been referenced in the following commit(s):

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

commit f8cafda7a0ea76430c4829c2a23bec66354d2043
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-10-09 14:37:47 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-10-09 14:38:04 +0000

    sys-apps/systemd: depend on util-linux 2.30
    
    Bug: https://bugs.gentoo.org/633718
    Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52

 sys-apps/systemd/systemd-235.ebuild  | 2 +-
 sys-apps/systemd/systemd-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)}
Comment 4 Larry the Git Cow gentoo-dev 2017-10-09 14:40:55 UTC
The bug has been closed via the following commit(s):

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

commit 3ec18e212f83a7589372e9c72ec84abec8b17497
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2017-10-09 14:40:39 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2017-10-09 14:40:39 +0000

    sys-fs/udev: depend on util-linux 2.30
    
    Closes: https://bugs.gentoo.org/633718
    Package-Manager: Portage-2.3.10_p4, Repoman-2.3.3_p52

 sys-fs/udev/udev-235.ebuild  | 2 +-
 sys-fs/udev/udev-9999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)