[Bug 915945] New: libyui-ncurses build fail with the latest ncurse update
http://bugzilla.suse.com/show_bug.cgi?id=915945 Bug ID: 915945 Summary: libyui-ncurses build fail with the latest ncurse update Classification: openSUSE Product: openSUSE Factory Version: 201501* Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 Assignee: yast2-maintainers@suse.de Reporter: mlin@suse.com QA Contact: jsrain@suse.com Found By: --- Blocker: --- libyui-ncurses was build fail with the latest ncurses update https://build.opensuse.org/request/show/283622 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=915945 Gabriele Mohr <gs@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CONFIRMED Assignee|yast2-maintainers@suse.de |gs@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=915945 --- Comment #1 from Dr. Werner Fink <werner@suse.com> --- IMHO it swould be enough to replace the private symbol bool _nc_has_mouse(SCREEN *) with the global symbol bool has_mouse(void) which in fact does do return _nc_has_mouse(CURRENT_SCREEN); ... if this does not work I'm able to move the _nc_has_mouse from the local section of the linker script to the global section ... but this would be an unofficial change of the new upstream behaviour ;) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.suse.com/show_bug.cgi?id=915945 Gabriele Mohr <gs@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Gabriele Mohr <gs@suse.com> --- Private symbols are removed (_nc_has_mouse and _nc_ripoffline). libyui-ncurses-2.46.9 is submitted to factory. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com