50% of the time the install target errors out with this: /bin/mkdir -p /usr/ports/audio/liba52/work/stage/usr/local/share/doc/liba52 install -o root -g wheel -m 444 /usr/ports/audio/liba52/work/a52dec-0.7.4/doc/liba52.txt /usr/ports/audio/liba52/work/stage/usr/local/share/doc/liba52 install -o root -g wheel -m 444 /usr/ports/audio/liba52/work/a52dec-0.7.4/liba52/a52_internal.h /usr/ports/audio/liba52/work/stage/usr/local/include/a52dec /usr/bin/strip /usr/ports/audio/liba52/work/stage/usr/local/lib/liba52.so.0 /usr/bin/strip: '/usr/ports/audio/liba52/work/stage/usr/local/lib/liba52.so.0': No such file *** [post-install] Error code 1 Stop in /usr/ports/audio/liba52. *** [stage] Error code 1 Stop in /usr/ports/audio/liba52. Fix: apply the attached patch adding a pre-install target of: pre-install: ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${TOUCH} Patch attached with submission follows: How-To-Repeat: cd /usr/ports/audio/liba52 && make install
Responsible Changed From-To: freebsd-ports-bugs->freebsd-multimedia Over to maintainer (via the GNATS Auto Assign Tool)
I can't reproduce this problem on my test machine. Is this still an issue?
Not reproducible in multiple attempts using various configurations. Also reporter feedback timeout. So, assumed to be resolved.