Open mikebooth76 opened 1 year ago
The alpha 3 release doesnt have changes to the FindASS module. Can you please provide more details
Exact commit hash Linux distro/version CmakeCache.txt file from build Is this only when cmake is generated twice or more times? ie first cmake generation works?
On Wednesday, 11 October 2023 6:56:22 PM AEDT fuzzard wrote:
The alpha 3 release doesnt have changes to the FindASS module. Can you please provide more details
Exact commit hash Don't know what the hash means but will the contents of version.txt help? APP_NAME Kodi COMPANY_NAME XBMC Foundation DEV_NAME Team Kodi ABOUT_WEBSITE https://kodi.tv/about/ FORUM_WEBSITE https://forum.kodi.tv/ DOCS_WEBSITE https://kodi.wiki/ COPYRIGHT_YEARS 2005-2021 WEBSITE http://kodi.tv VERSION_MAJOR 21 VERSION_MINOR 0 VERSION_TAG ALPHA3 VERSION_CODE 20.90.301 ADDON_API 20.90.301 ADDON_REPOS repository.xbmc.org|https://mirrors.kodi.tv APP_PACKAGE org.xbmc.kodi PACKAGE_IDENTITY XBMCFoundation.Kodi PACKAGE_PUBLISHER C62BD90A-CDD8-477F-96C3-B25992247B97 PACKAGE_DESCRIPTION Kodi is an open source (GPL) software media center for playing videos, music, pictures, games, and more.
Linux distro/version
Distribution is Sl;ackware AARCH64 -Current
CmakeCache.txt file from build CmakeCache.txt attached
Is this only when cmake is generated twice or more times? ie first cmake generation works?
Fails from the very first attempt.
I should point out that I have compiled Alpha 1 successfully.
Rgds
This seems to be distro specific, compilation works fine on e.g. openSUSE Tumbleweed (x64; aarch64) and Archlinux (arm).
Exact commit hash is what git hash you are cloning from. Version file doesnt have that info.
Might need/want a copy of the pc file for libass as well. Maybe theres some wonky shit going on with slack packaging of libass
This issue is now marked stale because it has been open over a year without activity. Remove the stale label or add a comment to reset the stale state.
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Expected Behavior
successful compilation
Actual Behavior
Fails to find ASSFound VDPAU: /usr/lib64/libvdpau.so (found version "1.5") CMake Error at cmake/modules/FindASS.cmake:19 (set_target_properties): set_target_properties Can not find target to add properties to: PkgConfig::PC_ASS Call Stack (most recent call first): cmake/scripts/common/Macros.cmake:384 (find_package) cmake/scripts/common/Macros.cmake:400 (find_package_with_ver) CMakeLists.txt:244 (core_require_dep)
-- Found ASS: /usr/lib/libass.so (Required is at least version "0.15.0")
Possible Fix
No idea. Any Help welcomeTo Reproduce
Steps to reproduce the behavior:Rerun cmake
Debuglog
The debuglog can be found here:
Screenshots
Here are some links or screenshots to help explain the problem:
Found VDPAU: /usr/lib64/libvdpau.so (found version "1.5") CMake Error at cmake/modules/FindASS.cmake:19 (set_target_properties): set_target_properties Can not find target to add properties to: PkgConfig::PC_ASS Call Stack (most recent call first): cmake/scripts/common/Macros.cmake:384 (find_package) cmake/scripts/common/Macros.cmake:400 (find_package_with_ver) CMakeLists.txt:244 (core_require_dep)
-- Found ASS: /usr/lib/libass.so (Required is at least version "0.15.0")
Additional context or screenshots (if appropriate)
Here is some additional context or explanation that might help:
Your Environment
Used Operating system:
[ ] Android
[ ] iOS
[ ] tvOS
[* ] Linux
[ ] macOS
[ ] Windows
[ ] Windows UWP
Operating system version/name:
Kodi version: 21 Omega Alpha 3
note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.