Bug 1221705

Summary: GCC 14: python-poetry-core package fails
Product: [openSUSE] openSUSE Tumbleweed Reporter: Michal Jireš <michal.jires>
Component: PythonAssignee: Python maintainers (group account) <python-maintainers>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: mcepl
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1220571    

Description Michal Jireš 2024-03-19 12:29:02 UTC
Building python-poetry-core with GCC 14 fails here:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/python-poetry-core/standard/x86_64

Due to (exhaustive list of errors):

extended/extended.c:13:9: error: initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
   13 |         NULL,
      |         ^~~~
extended/extended.c:13:9: note: (near initialization for ‘module_methods[0].ml_flags’)
error: command '/usr/bin/gcc' failed with exit code 1
src/extended/extended.c:13:9: error: initialization of ‘int’ from ‘void *’ makes integer from pointer without a cast [-Wint-conversion]
   13 |         NULL,
      |         ^~~~
src/extended/extended.c:13:9: note: (near initialization for ‘module_methods[0].ml_flags’)



See the meta bug#1220571 for more info.
Comment 1 OBSbugzilla Bot 2024-03-19 17:35:02 UTC
This is an autogenerated message for OBS integration:
This bug (1221705) was mentioned in
https://build.opensuse.org/request/show/1159613 Factory / python-poetry-core
Comment 2 Matej Cepl 2024-03-22 20:45:04 UTC
Package released.