xbmc / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.
https://kodi.tv/
Other
18.56k stars 6.3k forks source link

configure error Omega Alpha 3 #23908

Open mikebooth76 opened 1 year ago

mikebooth76 commented 1 year ago

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 ASS

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")

Possible Fix

No idea. Any Help welcome

To Reproduce

Steps to reproduce the behavior:Rerun cmake

  1. 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:

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.

fuzzard commented 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?

mikebooth76 commented 1 year ago

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

coffeinflash commented 1 year ago

This seems to be distro specific, compilation works fine on e.g. openSUSE Tumbleweed (x64; aarch64) and Archlinux (arm).

fuzzard commented 1 year ago

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

github-actions[bot] commented 1 month ago

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.