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
*** This bug has been marked as a duplicate of bug 202573 ***