From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 13 05:28:40 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1CC159 for ; Sat, 13 Dec 2014 05:28:40 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A725598E for ; Sat, 13 Dec 2014 05:28:40 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBD5Se9X077514 for ; Sat, 13 Dec 2014 05:28:40 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sat, 13 Dec 2014 05:28:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: martin@arp242.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: jhale@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2014 05:28:40 -0000 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 #include 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 --- Auto-assigned to maintainer jhale@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.