Date: Sat, 13 Dec 2014 05:28:40 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195932] New: audio/taglib - Does't seems to make a debug build Message-ID: <bug-195932-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195932 Bug ID: 195932 Summary: audio/taglib - Does't seems to make a debug build Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: jhale@FreeBSD.org Reporter: martin@arp242.net Flags: maintainer-feedback?(jhale@FreeBSD.org) Assignee: jhale@FreeBSD.org audio/taglib doesn't seem to make a proper "release" build. This is problematic, because loading some files results in heaps of errors: TagLib: MPEG::Header::parse() -- First byte did not match MPEG synch. TagLib: MPEG::Header::parse() -- Invalid sample rate. TagLib: MPEG::Header::parse() -- Invalid sample rate. [.. about a 100 similar lines skipped ...] This can be reproduces with: #include <taglib/taglib.h> #include <taglib/fileref.h> int main() { TagLib::FileRef f("08 Dante's Inferno.mp3"); return 0; } Obviously you need the "right" file for this; which I can't attach here; email me in private if you want it. If I manually build taglib outside of ports with these commands, everything works fine: cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release . make make install These commands are from the INSTALL file: https://github.com/taglib/taglib/blob/master/INSTALL As far as I can see, the FreeBSD port passes -DCMAKE_BUILD_TYPE=Release? 'make -V CMAKE_BUILD_TYPE' gives me 'Release'... I have never worked with CMake, and wasn't able to find an obvious solution. I have no special settings in /etc/make.conf: WRKDIRPREFIX=/download/tmp/ PERL_VERSION=5.16.2 OPTIONS_UNSET=NLS DOCS WITH_PKGNG=y I'm running FreeBSD 10.0; it is also not a new issue, I've seen its at September 2013 for the first time (..but didn't get around investigating it until now). --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer jhale@FreeBSD.org -- 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-195932-13>