Bug ID 971992
Summary Python3 adds -Werror to the compiler flags and thus breaks some packages
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee jmatejek@suse.com
Reporter tchvatal@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

Example from the hexchat package:

ldbus-glib-1 -ldbus-1 -lgobject-2.0 -lgthread-2.0 -pthread -lglib-2.0
-Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgobject-2.0 -lglib-2.0 
[   39s] dbus-client.c: In function 'hexchat_remote':
[   39s] dbus-client.c:137:2: error: implicit declaration of function 'exit'
[-Werror=implicit-function-declaration]
[   39s]   exit (0);
[   39s]   ^

Neither fedora or debian suffer from this.


You are receiving this mail because: