-
Notifications
You must be signed in to change notification settings - Fork 302
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
FTBFS from release tarball on windows #781
Comments
ericLemanissier
added a commit
to ericLemanissier/conan-center-index
that referenced
this issue
Dec 15, 2023
work around intel/libva#781
conan-center-bot
pushed a commit
to conan-io/conan-center-index
that referenced
this issue
Jan 6, 2024
* libva/2.20.0 * don't use release tarball work around intel/libva#781 * fix windows libname * fix windows debug * Update recipes/libva/all/conanfile.py Co-authored-by: Jordan Williams <[email protected]> --------- Co-authored-by: Jordan Williams <[email protected]>
The autotools build doesn't include files which aren't used by it (like win32 codepaths) unless they are included as EXTRA_DIST -- and the win32 files aren't listed in EXTRA_DIST. |
#791 would allow meson to create the dist tarballs instead of autotools. Meson has a different approach to ensuring file inclusion. |
plan to remove bz2, and use github auto generated gz file, but it does is an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When downloading the release tarball on windows, the build fails with
..\src\va\meson.build:301:2: ERROR: File win32/va_win32.h does not exist.
Indeed, the win32 folder does not exist in https://github.com/intel/libva/releases/download/2.20.0/libva-2.20.0.tar.bz2. it does exist in https://github.com/intel/libva/archive/refs/tags/2.20.0.tar.gz
The text was updated successfully, but these errors were encountered: