Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jan 2021 03:32:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252817] multimedia/musikcube: app crashes on startup
Message-ID:  <bug-252817-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252817

            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@freebsd.org
          Reporter: casey.langen@gmail.com
             Flags: maintainer-feedback?(yuri@freebsd.org)
          Assignee: yuri@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 star=
tup.
After some spelunking around, I found that it seems to be caused by linking
against the ncurses library in `/lib`.=20

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

CMAKE_ARGS=3D    -DNCURSES_LIBRARIES=3D"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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252817-7788>