-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[CI][C++][Python] Verification jobs fail on ubuntu for Python due to missing libzstd #35205
Labels
Component: C++
Component: Continuous Integration
Priority: Blocker
Marks a blocker for the release
Type: bug
Milestone
Comments
I have no idea what is happening but could be something to do with
|
@kou any idea? |
Oh, sorry... |
kou
added a commit
to kou/arrow
that referenced
this issue
Apr 18, 2023
kou
added a commit
that referenced
this issue
Apr 19, 2023
…led one (#35220) ### Rationale for this change If we use bundled Zstandared, we should not find system Zstandard for Gandiva. Because it's always failed. ### What changes are included in this PR? Add a missing check whether we're using system Zstandard or bundled Zstandard. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35205 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
raulcd
pushed a commit
that referenced
this issue
Apr 19, 2023
…led one (#35220) ### Rationale for this change If we use bundled Zstandared, we should not find system Zstandard for Gandiva. Because it's always failed. ### What changes are included in this PR? Add a missing check whether we're using system Zstandard or bundled Zstandard. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: #35205 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
liujiacheng777
pushed a commit
to LoongArch-Python/arrow
that referenced
this issue
May 11, 2023
…e bundled one (apache#35220) ### Rationale for this change If we use bundled Zstandared, we should not find system Zstandard for Gandiva. Because it's always failed. ### What changes are included in this PR? Add a missing check whether we're using system Zstandard or bundled Zstandard. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35205 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
…e bundled one (apache#35220) ### Rationale for this change If we use bundled Zstandared, we should not find system Zstandard for Gandiva. Because it's always failed. ### What changes are included in this PR? Add a missing check whether we're using system Zstandard or bundled Zstandard. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35205 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
…e bundled one (apache#35220) ### Rationale for this change If we use bundled Zstandared, we should not find system Zstandard for Gandiva. Because it's always failed. ### What changes are included in this PR? Add a missing check whether we're using system Zstandard or bundled Zstandard. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * Closes: apache#35205 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: C++
Component: Continuous Integration
Priority: Blocker
Marks a blocker for the release
Type: bug
Describe the bug, including details regarding any error messages, version, and platform.
Verification jobs for Python on Ubuntu 20.04 and 22.04 due to zstd not found:
verify-rc-source-python-linux-ubuntu-20.04-amd64
verify-rc-source-python-linux-ubuntu-22.04-amd64
It started failing since this PR was merged which seems could be related:
#35023
Those are the commits since the first failure:
6120345...6432a23
This should be fixed for 12.0.0 as this commit was the last one introduced before the feature freeze.
Component(s)
C++, Continuous Integration
The text was updated successfully, but these errors were encountered: