Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 10:57:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 213443] multimedia/libx264: fails to build on armv6
Message-ID:  <bug-213443-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: mikael.urankar@gmail.com
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@FreeBSD.org)

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

Hi,

build error:
/nxb-bin/usr/bin/cc -I. -I. -c -DSTACK_ALIGNMENT=3D4 -DPIC -DHIGH_BIT_DEPTH=
=3D0
-DBIT_DEPTH=3D8 -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 a=
sm
on armv6.
See attached patch (for multimedia/x264)

--=20
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-213443-13>