Kodi on FreeBSD - build and run fails
#1
Anyone successfully running 16.0, latest ports version, on FreeBSD?

It builds on my 9.3 box but crashes out with:

libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault (core dumped)
cat: /proc/sys/kernel/core_pattern: No such file or directory
usage: dirname string [...]
cat: /proc/sys/kernel/core_pattern: No such file or directory
usage: dirname string [...]
find: -maxdepth: -name: value must be positive
Crash report available at /home/dave/kodi_crashlog-20160417_131543.log

On two 10.3 boxes it just doesn't build:

pkg-static: libdcadec-0.2.0 conflicts with libdca-0.0.5_1 (installs files into the same place). Problematic file: /usr/local/bin/dcadec
*** Error code 70

So, I pkg delete -f libdca-0.0.5_1 (lots of stuff depends on this, without -f lots of other stuff would be deleted
next I pkg install libdcadec
the portupgrade -c kodi, which goes a lot further in the build but fails at:

Jsonbuilder: tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
gmake -C xbmc/interfaces/json-rpc ServiceDescription.h
gmake[3]: Entering directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/xbmc/interfaces/json-rpc'
../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder schema/version.txt schema/license.txt schema/methods.json schema/types.json schema/notifications.json
/usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/ports/multimedia/kodi/work/xbmc-a5f3a99/tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder not found
Makefile:39: recipe for target 'ServiceDescription.h' failed
gmake[3]: *** [ServiceDescription.h] Error 1
gmake[3]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99/xbmc/interfaces/json-rpc'
codegenerator.mk:76: recipe for target 'xbmc/interfaces/json-rpc/ServiceDescription.h' failed
gmake[2]: *** [xbmc/interfaces/json-rpc/ServiceDescription.h] Error 2
gmake[2]: Leaving directory '/usr/ports/multimedia/kodi/work/xbmc-a5f3a99'
*** Error code 2

All help will be appreciated, just say if more info is needed.
Reply


Messages In This Thread
Kodi on FreeBSD - build and run fails - by dave2015 - 2016-04-17, 14:28
Logout Mark Read Team Forum Stats Members Help
Kodi on FreeBSD - build and run fails0