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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

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.
Comment by loqs (loqs) - Wednesday, 11 September 2019, 10:06 GMT

Loading...