[Bug 195932] New: audio/taglib - Does't seems to make a debug build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 13 05:28:40 UTC 2014


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 at FreeBSD.org
          Reporter: martin at arp242.net
             Flags: maintainer-feedback?(jhale at FreeBSD.org)
          Assignee: jhale at 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 at FreeBSD.org> ---
Auto-assigned to maintainer jhale at FreeBSD.org

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


More information about the freebsd-ports-bugs mailing list