systemd in devel-systemd doesn't build (Bug #8)
Description
Building it on a fresh system. Found a few glitches
Firstly, it doesn't have a hash sum so it cannot verify validity of the source code.
Secondly:
checking whether to build static libraries... yes
checking for library containing clock_gettime... -lrt
checking for library containing dlsym... -ldl
checking for library containing cap_init... no
configure: error: *** POSIX caps library not found
make: *** No targets specified and no makefile found. Stop.
History
Updated by David Kowis almost 2 years ago
Just needs a dependency on libcap it seems.
Updated by David Kowis almost 2 years ago
Updated the items and added a hashsum.
It would've been automatically updated, but it didn't have the right settings. Woops
- % Done changed from 0 to 100
- Status changed from New to Resolved