Error building, wrong quote placement in make files?
#1
OS: Fedora 35

Error message:
Quote:/home/ndinh/kodi-build> /usr/bin/ninja-build
[5/1538] Performing autoreconf step for 'dvdcss'
FAILED: build/libdvd/src/dvdcss-stamp/dvdcss-autoreconf /home/ndinh/kodi-build/build/libdvd/src/dvdcss-stamp/dvdcss-autoreconf
cd /home/ndinh/kodi-build/build/libdvd/src/dvdcss && "PATH=/bin:/home/ndinh/.local/bin:/home/ndinh/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/ndinh/.dotnet/tools:~/.local/bin" autoreconf -vif && /usr/bin/cmake -E touch /home/ndinh/_DEV/kodi-build/build/libdvd/src/dvdcss-stamp/dvdcss-autorecon

After changing
cpp:
"PATH=
to
cpp:
PATH="
the build for 'dvdcss' continue normally, until the next one where the path is set. Not sure what I can do here for it to build with the correct path. Any help?
Reply
#2
Which instruction do you follow to build?
Maintainer of Kodi from Debian | Got an issue with Kodi from Debian? Report it here: Kodi from Debian - Support Thread
Reply
#3
Sorry for the late reply. I followed this one: https://github.com/xbmc/xbmc/blob/master...E.Linux.md
Reply
#4
Also seems to affect only these three dependencies:
dvdcss
dvdnav
dvdread
Reply

Logout Mark Read Team Forum Stats Members Help
Error building, wrong quote placement in make files?0