Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2015 00:28:56 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 200609] multimedia/ffmpeg crashes with SIGBUS on armv6
Message-ID:  <bug-200609-12827-H2hPsVq7SL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200609-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200609-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200609

--- Comment #3 from Randy Westlund <rwestlun@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@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@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.



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