[Bug 252849] Base ncurses doesn't have libpanelw.so, libtinfo.so, etc.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jan 20 07:56:58 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252849

            Bug ID: 252849
           Summary: Base ncurses doesn't have libpanelw.so, libtinfo.so,
                    etc.
           Product: Base System
           Version: 12.2-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: bugs at FreeBSD.org
          Reporter: yuri at freebsd.org

The devel/ncurses port provides many libraries:

> $ pkg info -l ncurses | grep lib/ | grep "so$"
> 	/usr/local/lib/libform.so
> 	/usr/local/lib/libformw.so
> 	/usr/local/lib/libmenu.so
> 	/usr/local/lib/libmenuw.so
> 	/usr/local/lib/libncurses.so
> 	/usr/local/lib/libncursesw.so
> 	/usr/local/lib/libpanel.so
> 	/usr/local/lib/libpanelw.so
> 	/usr/local/lib/libtinfo.so
> 	/usr/local/lib/libtinfow.so

At least libpanelw.so and libtinfo.so are missing in /lib, and maybe more
libraries are missing.

Please note that the header /usr/include/panel.h corresponding to libpanelw.so
is present.

The ncurses port is at version 6.2, and the base ncurses is at version 5.x.

12.2-STABLE r368977

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list