[Bug 223292] multimedia/kodi: Fix build on 11-STABLE/arm with RPI2 option

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Oct 28 19:07:14 UTC 2017


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

            Bug ID: 223292
           Summary: multimedia/kodi: Fix build on 11-STABLE/arm with RPI2
                    option
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jonc at chen.org.nz
                CC: mickael.maillot at gmail.com
             Flags: maintainer-feedback?(mickael.maillot at gmail.com)
                CC: mickael.maillot at gmail.com

Created attachment 187546
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187546&action=edit
Fix build for RPI2 on 11-STABLE

Attempting to build multimedia/kodi on 11-STABLE/arm with the RPI2 option set
will result in a failure during the packaging phase:

===>  Building package for kodi-17.3_2
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.kodi.adsp/libKODI_adsp-armv6-freebsd.so:No
s
uch file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.kodi.audioengine/libKODI_audioengine-armv6-f
reebsd.so:No such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.kodi.guilib/libKODI_guilib-armv6-freebsd.so:
No such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.kodi.inputstream/libKODI_inputstream-armv6-f
reebsd.so:No such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.kodi.peripheral/libKODI_peripheral-armv6-fre
ebsd.so:No such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.xbmc.addon/libXBMC_addon-armv6-freebsd.so:No
 such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.xbmc.codec/libXBMC_codec-armv6-freebsd.so:No
 such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/addons/library.xbmc.pvr/libXBMC_pvr-armv6-freebsd.so:No
suc
h file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/system/libcpluff-armv6-freebsd.so:No such file or
directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/system/libexif-armv6-freebsd.so:No such file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/system/players/VideoPlayer/libdvdcss-armv6-freebsd.so:No
su
ch file or directory
pkg-static: Unable to access file
/construction/xports/multimedia/kodi/work/stag
e/usr/local/lib/kodi/system/players/VideoPlayer/libdvdnav-armv6-freebsd.so:No
su
ch file or directory
*** Error code 1

This is because patch-configure.ac assumes that all RPI2 builds will result in
armv7 TARGET_ARCH; but this is only valid for 12-CURRENT, and not 11-STABLE.

Attached patch to fix.

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


More information about the freebsd-ports-bugs mailing list