[Bug 199319] audio/deadbeef: build produces .a inside .a

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Apr 9 16:53:38 UTC 2015


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

            Bug ID: 199319
           Summary: audio/deadbeef: build produces .a inside .a
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: vg at FreeBSD.org
          Reporter: emaste at freebsd.org
          Assignee: vg at FreeBSD.org
             Flags: maintainer-feedback?(vg at FreeBSD.org)

Issue found during exp-run in PR198611, because ELF tool chain strip does not
handle ar-inside-ar.

>From exp-run log:

libtool: install: /usr/bin/install -c -o root -g wheel .libs/vorbis.so
/wrkdirs/usr/ports/audio/deadbeef/work/stage/usr/local/lib/deadbeef/vorbis.so
libtool: install: strip --strip-unneeded
/wrkdirs/usr/ports/audio/deadbeef/work/stage/usr/local/lib/deadbeef/vorbis.so
libtool: install: /usr/bin/install -c -o root -g wheel .libs/vorbis.lai
/wrkdirs/usr/ports/audio/deadbeef/work/stage/usr/local/lib/deadbeef/vorbis.la
libtool: install: /usr/bin/install -c -o root -g wheel .libs/vorbis.a
/wrkdirs/usr/ports/audio/deadbeef/work/stage/usr/local/lib/deadbeef/vorbis.a
libtool: install: strip --strip-debug
/wrkdirs/usr/ports/audio/deadbeef/work/stage/usr/local/lib/deadbeef/vorbis.a
strip: file format not recognized

It is almost certainly a bug that we're trying to create an ar inside another
ar though.

Links:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198611
http://package18.nyi.freebsd.org/data/headamd64-default/2015-03-19_16h23m02s/logs/errors/deadbeef-0.6.2_3.log

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


More information about the freebsd-ports-bugs mailing list