FS#52210 - [systemd] journalctl dependency qrencode missing.
Attached to Project:
Arch Linux
Opened by john doe (jatone) - Monday, 19 December 2016, 23:14 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 20 December 2016, 03:33 GMT
Opened by john doe (jatone) - Monday, 19 December 2016, 23:14 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 20 December 2016, 03:33 GMT
|
Details
Description:
I ran into this while attempting to hack on systemd. using their mkosi image builder, the images it built were missing the qrencode dependency for journalctl. /usr/bin/journalctl: error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory just looks like the dependency is missing from the package. Steps to reproduce: follow instructions here https://github.com/systemd/systemd/blob/master/HACKING |
This task depends upon
edit:
I take it back looks like it might get filtered out if its not available during the build?
I'm looking at the configure.ac file in systemd atm. so it is something probably in the configuration for mkosi.
so ignore.