[Bug 213443] multimedia/libx264: fails to build on armv6

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 13 10:57:18 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213443

            Bug ID: 213443
           Summary: multimedia/libx264: fails to build on armv6
           Product: Ports & Packages
           Version: Latest
          Hardware: arm
               URL: http://beefy8.nyi.freebsd.org/data/head-armv6-default/
                    p423739_s307008/logs/errors/libx264-0.148.2708.log
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs at FreeBSD.org
          Reporter: mikael.urankar at gmail.com
          Assignee: koobs at FreeBSD.org
             Flags: maintainer-feedback?(koobs at FreeBSD.org)

Created attachment 175695
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=175695&action=edit
armv6 fix

Hi,

build error:
/nxb-bin/usr/bin/cc -I. -I. -c -DSTACK_ALIGNMENT=4 -DPIC -DHIGH_BIT_DEPTH=0
-DBIT_DEPTH=8 -o common/arm/quant-a.o common/arm/quant-a.S
<instantiation>:29:5: error: instruction requires: armv6t2
    rbit r1, r1

libx264 requires thumb2 now and we don't support that, we need to disable asm
on armv6.
See attached patch (for multimedia/x264)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list