-
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
[Java][CI][Java-Jars][Windows] C++ libraries for Windows #38077
Labels
Component: Continuous Integration
Component: Java
Priority: Blocker
Marks a blocker for the release
Type: bug
Milestone
Comments
Could be a .NET framework issue[1]. Either the package is missing or the versions are not compatible. |
Oh, sorry. I'll take a look at this. |
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 7, 2023
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 7, 2023
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 8, 2023
To find bundled GoogleTest DLLs, we need to set PATH or output GoogleTest DLLs to the same directory of test executables. The latter is used.
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 8, 2023
To find bundled GoogleTest DLLs, we need to set PATH or output GoogleTest DLLs to the same directory of test executables. The latter is used.
kou
added a commit
that referenced
this issue
Oct 9, 2023
…38132) ### Rationale for this change To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe. ### What changes are included in this PR? Output bundled GoogleTest's DLLs to the same directory of the test .exe. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #38077 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
JerAguilon
pushed a commit
to JerAguilon/arrow
that referenced
this issue
Oct 23, 2023
…FIG} (apache#38132) ### Rationale for this change To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe. ### What changes are included in this PR? Output bundled GoogleTest's DLLs to the same directory of the test .exe. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38077 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
…FIG} (apache#38132) ### Rationale for this change To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe. ### What changes are included in this PR? Output bundled GoogleTest's DLLs to the same directory of the test .exe. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38077 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
…FIG} (apache#38132) ### Rationale for this change To find DLLs on Windows, we need to add a directory of these DLLs to PATH or put these DLLs to the same directory of the target .exe. ### What changes are included in this PR? Output bundled GoogleTest's DLLs to the same directory of the test .exe. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: apache#38077 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: Continuous Integration
Component: Java
Priority: Blocker
Marks a blocker for the release
Type: bug
Describe the bug, including details regarding any error messages, version, and platform.
There are errors on Java building C++ libraries for Windows.
C++ libraries for Windows: https://github.com/ursacomputing/crossbow/actions/runs/6403529915/job/17382219556
Machine name: Microsoft Windows Server 2019
Error: Exit code 0xc0000135
There are more evidences of the error on other days on java-jars task at http://crossbow.voltrondata.com/
Component(s)
Continuous Integration, Java
The text was updated successfully, but these errors were encountered: