-
Notifications
You must be signed in to change notification settings - Fork 6.9k
[duckdb] decompress error with vcpkg #45761
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
Comments
@huiyifyj Please provide the failure log |
Is this specific to scoop's CMake, C:/Users/Administrator/scoop/apps/cmake/current/bin/cmake.exe? (There have always been some quirks with scoop.) |
The log has been posted in [Describe the bug] section.
|
Even when using CLion's built-in CMake, the same decompression error persists. |
But not with pristine CMake? vcpkg CI seems unaffected. |
Describe the bug
Building
duckdb@1.2.2
with vcpkg fails, which looks like decompression issues while extracting the archive.I found the log file at
<vcpkg>\buildtrees\duckdb\extract-err.log
which contains the following error:I find the #43438 (comment) that the issue might be related to the archive being corrupted or not properly formatted.
So I try to decompress the archive manually using
tar
command indownloads
directory in PowerShell terminal:But it fails with the error, yet it looks like the file pointed by the symbolic link
link_to_upper_dir
in the archive does not exist, which is likely the cause of the extraction failure.Environment
To Reproduce
Steps to reproduce the behavior:
Failure logs
The content of the log file
stdout-x64-windows.log
is as follows:The text was updated successfully, but these errors were encountered: