pkgsrc-Bugs archive

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

Re: pkg/51550: mplayer w/option "caca" segfaults if "-vo caca" used.



The following reply was made to PR pkg/51550; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/51550: mplayer w/option "caca" segfaults if "-vo caca" used.
Date: Tue, 11 Oct 2016 15:15:59 -0500 (CDT)

 On Tue, 11 Oct 2016, Benny Siegert wrote:
 
 >  Does libcaca have a test suite that you could run (make test)?
 
 There is a "test" subdirectory under ${WRKSRC}.  There is a "caca-test.cpp"
 but no executable.  Trying to build it manually from the directory, it
 can't locate required headers from "cppunit".
 
 A "simple" and a "bench" test were built.  When run, they claim everything
 passes.
 
 There is also an "examples" directory which contains executables (but
 they are not installed).  They seem to work.
 
 An interesting bit is that "libcaca.so" is linked with "ncurses":
 
 $ ldd /usr/pkg/lib/libcaca.so
 /usr/pkg/lib/libcaca.so:
 	-lncurses.6 => /usr/pkg/lib/libncurses.so.6
 	-lgcc_s.1 => /usr/lib/libgcc_s.so.1
 	-lc.12 => /usr/lib/libc.so.12
 	-lz.1 => /usr/lib/libz.so.1
 
 but when used within 'mplayer' it seems the display is attempted with
 system curses.  Conflict?
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index