[Bug 211171] audio/ncmpcpp crashes after start with "Abort (Core dumped)" or "Abort trap (Core dumped)"

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 18 08:43:22 UTC 2016


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

--- Comment #1 from yamagi at yamagi.org ---
Hello,
I'm unable to reproduce the problem. But that doesn't mean that it doesn't
exist. Let's start with a trace of a all syscalls. Maybe they give a hint about
what's going wrong. Can you please execute the application with 'truss ncmpcpp'
and attach the likely extensive output to this PR?

Regarding build ncmpcpp by hand: It's not that easy. ncmpcpps code is cluttered
with Linuxism, to build it on FreeBSDseveral patches are needed. The linker
errors may be caused by the build system itself, it looks like it's building
and linking with g++ instead of Clang. You could try to force it to clang with
'./configure CC=/usr/bin/clang CXX=/usr/bin/clang++ LD=/usr/bin/clang++ ' but
generally it's better to use port.

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


More information about the freebsd-ports-bugs mailing list