Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687496 - sys-apps/systemd-241-r1 - meson.build:891:0: ERROR: Dependency "mount" not found, tried pkgconfig and cmake
Summary: sys-apps/systemd-241-r1 - meson.build:891:0: ERROR: Dependency "mount" not fo...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-06 06:19 UTC by Marcin Szamotulski
Modified: 2019-06-09 17:40 UTC (History)
2 users (show)

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


Attachments
Output of emerge --info (emerge.info,6.34 KB, text/plain)
2019-06-06 06:20 UTC, Marcin Szamotulski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Szamotulski 2019-06-06 06:19:50 UTC
Configure phase dies with an error:
```
meson.build:891:0: ERROR: Dependency "mount" not found, tried pkgconfig and cmake
```


Reproducible: Always

Steps to Reproduce:
1. emerge -1v sys-apps/systemd
Comment 1 Marcin Szamotulski 2019-06-06 06:20:31 UTC
Created attachment 578974 [details]
Output of emerge --info
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2019-06-06 10:35:18 UTC
Please attach the entire build log to this bug report.
Comment 3 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2019-06-07 21:52:51 UTC
also, if you just switched to 17.1 from 17.0 it could be the cause of this, you need to remerge most libs I've found
Comment 4 Marcin Szamotulski 2019-06-08 05:23:41 UTC
Yes, this was exactly the problem, and it got fixed after rebuilding the word packages
Comment 5 rnddim 2019-06-09 17:37:55 UTC
I'm getting this same error despite following the 17.1 upgrade instructions as they're written. I've even tried

    emerge -1Dv /lib32 /usr/lib32

as suggested by #687600 , but still I get errors trying to rebuild 32-bit packages. What's the solution here?