[Bug 252817] multimedia/musikcube: app crashes on startup

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jan 19 03:32:58 UTC 2021


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

            Bug ID: 252817
           Summary: multimedia/musikcube: app crashes on startup
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: yuri at freebsd.org
          Reporter: casey.langen at gmail.com
             Flags: maintainer-feedback?(yuri at freebsd.org)
          Assignee: yuri at freebsd.org

Hello, I'm the creator/maintainer of musikcube
(https://github.com/clangen/musikcube), but I do not maintain the port.

I recently installed FreeBSD on my system and found the app crashes on startup.
After some spelunking around, I found that it seems to be caused by linking
against the ncurses library in `/lib`. 

If I go into /usr/local/ports/multimedia/musikcube and remove the following
line from the Makefile, then rebuild, all is fine:

CMAKE_ARGS=    -DNCURSES_LIBRARIES="cursesw;tinfow;panelw"

I'm not sure what the difference between the curses library in /lib and
/usr/local/lib are, but the former seems to cause problems, so I'd suggest
linking against the one in /usr/local/lib

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


More information about the freebsd-ports-bugs mailing list