Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Apr 2015 16:53:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199319] audio/deadbeef: build produces .a inside .a
Message-ID:  <bug-199319-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: emaste@freebsd.org
          Assignee: vg@FreeBSD.org
             Flags: maintainer-feedback?(vg@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199319-13>