[Bug 1210119] New: python-astropy fails to build in Leap 15.5
http://bugzilla.opensuse.org/show_bug.cgi?id=1210119 Bug ID: 1210119 Summary: python-astropy fails to build in Leap 15.5 Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.5 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: lubos.kocman@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- python-astropy currently fails to build in Leap 15.5 We would like to have the build failure fixed until Leap 15.5 RC in April See https://en.opensuse.org/openSUSE:Roadmap The build log https://build.opensuse.org/package/live_build_log/openSUSE:Backports:SLE-15-... The error [ 206s] astropy/io/fits/src/compressionmodule.c: In function ���configure_compression���: [ 206s] astropy/io/fits/src/compressionmodule.c:739:19: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���quantize_dither���; did you mean ���quantize_method���? [ 206s] Fptr->quantize_dither = SUBTRACTIVE_DITHER_1; [ 206s] ^~~~~~~~~~~~~~~ [ 206s] quantize_method [ 206s] astropy/io/fits/src/compressionmodule.c:741:19: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���quantize_dither���; did you mean ���quantize_method���? [ 206s] Fptr->quantize_dither = NO_DITHER; [ 206s] ^~~~~~~~~~~~~~~ [ 206s] quantize_method [ 206s] astropy/io/fits/src/compressionmodule.c:744:15: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���quantize_dither���; did you mean ���quantize_method���? [ 206s] Fptr->quantize_dither = NO_DITHER; [ 206s] ^~~~~~~~~~~~~~~ [ 206s] quantize_method [ 206s] astropy/io/fits/src/compressionmodule.c:747:15: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���quantize_dither���; did you mean ���quantize_method���? [ 206s] if (Fptr->quantize_dither != NO_DITHER) { [ 206s] ^~~~~~~~~~~~~~~ [ 206s] quantize_method [ 206s] astropy/io/fits/src/compressionmodule.c:748:60: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���dither_offset���; did you mean ���dither_seed���? [ 206s] switch (get_header_int(header, "ZDITHER0", &(Fptr->dither_offset), 0, HDR_NOFLAG)) { [ 206s] ^~~~~~~~~~~~~ [ 206s] dither_seed [ 206s] astropy/io/fits/src/compressionmodule.c:753:19: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���dither_offset���; did you mean ���dither_seed���? [ 206s] Fptr->dither_offset = 0; [ 206s] ^~~~~~~~~~~~~ [ 206s] dither_seed [ 206s] astropy/io/fits/src/compressionmodule.c:754:19: error: ���FITSfile {aka struct <anonymous>}��� has no member named ���request_dither_offset���; did you mean ���request_dither_seed���? [ 206s] Fptr->request_dither_offset = 0; [ 206s] ^~~~~~~~~~~~~~~~~~~~~ [ 206s] request_dither_seed [ 206s] astropy/io/fits/src/compressionmodule.c: In function ���compression_compress_hdu���: [ 206s] astropy/io/fits/src/compressionmodule.c:1073:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] [ 206s] if (znaxis < outbufsize) { [ 206s] ^ [ 206s] error: command 'gcc' failed with exit status 1 [ 207s] error: Bad exit status from /var/tmp/rpm-tmp.pCrIiI (%build) [ 207s] -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210119 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|screening-team-bugs@suse.de |code@bnavigator.de -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210119 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |SHIP_STOPPER? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210119 Lubos Kocman <lubos.kocman@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210119 http://bugzilla.opensuse.org/show_bug.cgi?id=1210119#c1 Benjamin Greiner <code@bnavigator.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mcepl@suse.com, | |saweber@suse.com Assignee|code@bnavigator.de |screening-team-bugs@suse.de --- Comment #1 from Benjamin Greiner <code@bnavigator.de> --- I am rejecting this bug assignment. Astropy 4 is over 2 years old and not maintained anymore. Astropy 5 (even the LTS branch) is python 3.8+ only while SLE needs to stay on Python 3.6 for the main interpreter and the Python 3.10 coexistence of more than the standard lib has not manifested yet. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com