pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/57282: Package audio/mp3blaster compile fails if ncurses package installed



>Number:         57282
>Category:       pkg
>Synopsis:       Package audio/mp3blaster compile fails if ncurses package installed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Mar 21 21:50:00 +0000 2023
>Originator:     Jim Spath
>Release:        NetBSD 10.0_BETA (GENERIC) #0: Sun Feb 12 12:39:37 UTC 2023
>Organization:
>Environment:
NetBSD i.me.mine 10.0_BETA NetBSD 10.0_BETA (GENERIC) #0: Sun Feb 12 12:39:37 UTC 2023  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC amd64 x86_64 AMD 686-class NetBSD

>Description:
A pkgsrc build of audio/mp3blaster failed on linking due to an ncurses header or library mismatch.

Pkgsrc is pkgsrc-2022Q4.

"undefined reference to _acs_char"

ld: main.o: in function `newgroup()':
main.cc:(.text+0x1ee3): undefined reference to `_acs_char'
ld: main.o: in function `get_mainwin_borderchars(wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*, wchar_t*)':
main.cc:(.text+0x3ec2): undefined reference to `_acs_char'
ld: main.o: in function `draw_static(int)':
main.cc:(.text+0x4c60): undefined reference to `_acs_char'
ld: main.o: in function `fw_begin()':
main.cc:(.text+0x526d): undefined reference to `_acs_char'
ld: scrollwin.o: in function `scrollWin::drawBorder()':
scrollwin.cc:(.text+0xc39): undefined reference to `_acs_char'
gmake[2]: *** [Makefile:404: mp3blaster] Error 1

I will continue to look at the configure script etc., as mp3blaster should work with ncurses.
>How-To-Repeat:
$ cd devel/ncurses
$ make install
$ cd ../../audio/mp3blaster/
$ make install

>Fix:
Remove ncurses package and re-install mp3blaster.

$ pkgin remove ncurses
1 packages to delete:
  ncurses-6.3nb1

$  mp3blaster -v
mp3blaster version 3.2.6 - http://mp3blaster.sourceforge.net/
Supported audio formats: mp3 wav ogg
Supported audio output drivers: oss
Build features: pthreads


Home | Main Index | Thread Index | Old Index