Code Monkey home page Code Monkey logo

Comments (6)

Jalle19 avatar Jalle19 commented on July 21, 2024

Ping @wsnipex

from pvr.hts.

wsnipex avatar wsnipex commented on July 21, 2024

please provide more details.

  • OS
  • kodi config.log
  • kodi-config.cmake
  • hts build log

from pvr.hts.

PhobosK avatar PhobosK commented on July 21, 2024

OS is Gentoo 13.0 amd64.
All the packages (kodi, kodi-platform, platform, pvr.hts) are compiled from latest git master.
I am attaching (in gist) the requested logs (as one of the kodi config log is the output from the whole gentoo config phase and the other is the native config.log found in the kodi sources after ./configure is run

kodi-config.log
kodi-console-config.log
kodi-config.cmake
hts build log

from pvr.hts.

Jalle19 avatar Jalle19 commented on July 21, 2024

http://forum.kodi.tv/showthread.php?tid=228588&pid=2023787#pid2023787 the issue regarding a symlink seems related.

from pvr.hts.

wsnipex avatar wsnipex commented on July 21, 2024

this is a portage build that potentially does override paths in -DCMAKE_USER_MAKE_RULES_OVERRIDE=/dev/shm/portage/media-plugins/kodi-pvr-hts-9999/work/kodi-pvr-hts-9999_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/dev/shm/portage/media-plugins/kodi-pvr-hts-9999/work/kodi-pvr-hts-9999_build/gentoo_toolchain.cmake

Provide the output of a manual build from git master with the following command:
cmake .
make -j9
make install

from pvr.hts.

PhobosK avatar PhobosK commented on July 21, 2024

No these files do not override anything:
gentoo_rules.cmake
gentoo_toolchain.cmake

The problem was in the cmake-utils.eclass - line 531-533 - that portage uses.... It turns out that the commit xbmc/xbmc@60eb0b2 changes the CMAKE_INSTALL_LIBDIR setting:

-      set(CMAKE_INSTALL_LIBDIR "lib")
+      set(CMAKE_INSTALL_LIBDIR "lib/${APP_NAME_LC}")

And that breaks the eclass settings, so I had to add in the ebuild the:

-DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)/kodi"

command line option...

Anyway I fixed that in my ebuild for kodi-pvr and now works ok...
Thanks... This bug may be closed now...

from pvr.hts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.