FS#63717 - [systemd] not built with optimizations?
Attached to Project:
Community Packages
Opened by Laurențiu Nicola (lnicola) - Wednesday, 11 September 2019, 07:23 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 11 September 2019, 14:52 GMT
Opened by Laurențiu Nicola (lnicola) - Wednesday, 11 September 2019, 07:23 GMT
Last edited by Eli Schwartz (eschwartz) - Wednesday, 11 September 2019, 14:52 GMT
|
Details
Description:
Something in systemd-boot or systemd prints the message here: https://github.com/systemd/systemd/blob/master/src/boot/efi/random-seed.c#L223. This not only breaks flicker-free boot, but also is presumably slow. The comment in the function indicates that it should not be called in optimized builds, and there's no other reference to __OPTIMIZE__, which is supposed to be defined by gcc: https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html. Additional info: * systemd 243.0-1 The message doesn't show up in journalctl, you need to catch it on screen. |
This task depends upon
Closed by Eli Schwartz (eschwartz)
Wednesday, 11 September 2019, 14:52 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#63698
which also, conveniently, has a non-false description that actually
explains the real issue.
Wednesday, 11 September 2019, 14:52 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#63698https://bugs.archlinux.org/task/63698#comment181631