http://bugzilla.opensuse.org/show_bug.cgi?id=1119646 Bug ID: 1119646 Summary: package perl-Curses is broken Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.0 Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: suse-obs@s-boehringer.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 792806 --> http://bugzilla.opensuse.org/attachment.cgi?id=792806&action=edit patch for CursesFun.c to solve the issue The following functions are no longer defined but are needed by other perl modules such as Curses::UI. The build-log of a source build of the perl module (version 1.36) Curses shows: function 'getparyx' NOT found function 'getbegyx' NOT found function 'getmaxyx' NOT found The attached patch for CursesFun.c forces the definition and resolves the issue with a non-upstreamable patch. The true issue seems to lie in the configuration which fails to define C-preprocessor variables. -- You are receiving this mail because: You are on the CC list for the bug.