[Bug 200609] multimedia/ffmpeg crashes with SIGBUS on armv6
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 22 01:05:03 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200609
--- Comment #3 from Randy Westlund <rwestlun at gmail.com> ---
Created attachment 157963
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157963&action=edit
update to fix_sigbus_patch
(In reply to mikael.urankar from comment #2)
After your patch:
===> Configuring for ffmpeg-2.3.6_4,1
env: -no-integrated-as: No such file or directory
===> Script "configure" failed unexpectedly.
Please report the problem to multimedia at FreeBSD.org [maintainer] and attach
the "/usr/ports/multimedia/ffmpeg/work/ffmpeg-2.3.6/config.err" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/local/sbin/pkg-static info -g -Ea).
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/multimedia/ffmpeg
*** Error code 1
Stop.
make: stopped in /usr/ports/multimedia/ffmpeg
root at beaglebone:/usr/ports/multimedia/ffmpeg #
I removed a tab character from the second CONFIGURE_ENV line and it built
successfully with Clang. The SIGBUS is gone. Updated patch attached.
When I build with make USE_GCC=4.9, it still passes -no-integrated-as to GCC,
which causes the build to fail. Shouldn't USE_GCC set CHOSEN_COMPILER_TYPE?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list