Date: Sat, 28 Oct 2017 19:07:13 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 223292] multimedia/kodi: Fix build on 11-STABLE/arm with RPI2 option Message-ID: <bug-223292-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223292 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@FreeBSD.org Reporter: jonc@chen.org.nz CC: mickael.maillot@gmail.com Flags: maintainer-feedback?(mickael.maillot@gmail.com) CC: mickael.maillot@gmail.com Created attachment 187546 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187546&action= =3Dedit Fix build for RPI2 on 11-STABLE Attempting to build multimedia/kodi on 11-STABLE/arm with the RPI2 option s= et will result in a failure during the packaging phase: =3D=3D=3D> 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-ar= mv6-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-freebs= d.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-ar= mv6-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-armv= 6-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 direct= ory 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. --=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-223292-13>