Bug ID | 1226200 |
---|---|
Summary | systemd fails to build in 2038 |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | All |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | systemd-maintainers@suse.de |
Reporter | bwiedemann@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | Development |
Blocker | --- |
Steps to reproduce: osc co openSUSE:Factory/systemd && cd $_ osc build --noservice --vm-type=kvm \ --build-opt=--vm-custom-opt="-rtc base=2038-01-25T00:00:00" Actual results: Assertion 'os_release_support_ended("2037-12-31", false, NULL) == false' failed at src/test/test-os-util.c:125, function test_os_release_support_ended(). Aborting.