http://bugzilla.opensuse.org/show_bug.cgi?id=1202666 Bug ID: 1202666 Summary: python3.8 FTBFS-2038 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other URL: https://bugs.python.org/issue34990 OS: All Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: mcepl@suse.com Reporter: bwiedemann@suse.com QA Contact: qa-bugs@suse.de CC: dmueller@suse.com Found By: Development Blocker: --- https://bugs.python.org/issue34990 shows the fix as backported to 3.9 and 3.10, but not 3.8 Steps to reproduce: osc co openSUSE:Factory/python-wtf-peewee && cd $_ osc build --vm-type=kvm --noservice --clean \ --build-opt=--vm-custom-opt="-rtc base=2038-09-04T00:00:00" \ --alternative-project home:bmwiedemann:reproducible openSUSE_Tumbleweed Actual results: [ 18s] + python3.8 -m compileall /home/abuild/rpmbuild/BUILDROOT/python-wtf-peewee-3.0.4-0.0.x86_64/usr/lib/python3.8/site-packages [ 18s] Traceback (most recent call last): [ 18s] File "/usr/lib64/python3.8/runpy.py", line 194, in _run_module_as_main [ 18s] return _run_code(code, main_globals, None, [ 18s] File "/usr/lib64/python3.8/runpy.py", line 87, in _run_code [ 18s] exec(code, run_globals) [ 18s] File "/usr/lib64/python3.8/compileall.py", line 332, in <module> [ 18s] exit_status = int(not main()) [ 18s] File "/usr/lib64/python3.8/compileall.py", line 314, in main [ 18s] if not compile_dir(dest, maxlevels, args.ddir, [ 18s] File "/usr/lib64/python3.8/compileall.py", line 96, in compile_dir [ 18s] if not compile_file(file, dfile, force, rx, quiet, [ 18s] File "/usr/lib64/python3.8/compileall.py", line 151, in compile_file [ 18s] expect = struct.pack('<4sll', importlib.util.MAGIC_NUMBER, [ 18s] struct.error: 'l' format requires -2147483648 <= number <= 2147483647 -- You are receiving this mail because: You are on the CC list for the bug.