Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openal-soft / CMake Error #2805

Open
Barough opened this issue Dec 1, 2024 · 5 comments
Open

openal-soft / CMake Error #2805

Barough opened this issue Dec 1, 2024 · 5 comments

Comments

@Barough
Copy link

Barough commented Dec 1, 2024

┌ openal-soft git ....................................... [Updates found]
├ Running uninstall...
├ Running cmake...
Likely error (tail of the failed operation logfile):

-- Configuring done (33.9s)
CMake Error: install(EXPORT "OpenAL" ...) includes target "OpenAL" which requires target "alsoft.fmt-header-only" that is not in any export set.
CMake Error in CMakeLists.txt:
export called with target "OpenAL" which requires target
"alsoft.fmt-header-only" that is not in any export set.

-- Generating done (0.1s)
CMake Generate step failed. Build files cannot be regenerated correctly.
cmake failed. Check D:/MABS-ffmpeg/build/openal-soft-git/build-32bit/ab-suite.cmake.log
This is required for other packages, so this script will exit.
Creating diagnostics file...
logs.zip

@kliffgomel
Copy link
Contributor

I had the same error
logs.zip

@LigH-de
Copy link
Contributor

LigH-de commented Dec 2, 2024

Reported upstream: openal-soft issue 1076

They recently renamed some targets

@LigH-de
Copy link
Contributor

LigH-de commented Dec 2, 2024

Temporary workaround in media-suite_deps.sh – clamp to a commit before the issue started:

SOURCE_REPO_OPENAL=https://github.com/kcat/openal-soft.git#commit=5d2c405

@kliffgomel
Copy link
Contributor

fixed with commit kcat/openal-soft@c238f73.

@LigH-de
Copy link
Contributor

LigH-de commented Dec 14, 2024

@Barough - confirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants