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

[CI][C++] arrow-testing.pc related error in test-build-vcpkg-win #33876

Closed
kou opened this issue Jan 26, 2023 · 0 comments · Fixed by #33907
Closed

[CI][C++] arrow-testing.pc related error in test-build-vcpkg-win #33876

kou opened this issue Jan 26, 2023 · 0 comments · Fixed by #33907

Comments

@kou
Copy link
Member

kou commented Jan 26, 2023

Describe the bug, including details regarding any error messages, version, and platform.

#33812 must be related.

https://github.com/ursacomputing/crossbow/actions/runs/4011170599/jobs/6888462515#step:6:1142

CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc


CMake Error in src/arrow/CMakeLists.txt:
  Evaluation file to be written multiple times with different content.  This
  is generally caused by the content evaluating the configuration type,
  language, or location of object files:

   D:/a/crossbow/crossbow/arrow/cpp/build/src/arrow/arrow-testing.pc

Component(s)

C++, Continuous Integration

@kou kou added the Type: bug label Jan 26, 2023
kou added a commit to kou/arrow that referenced this issue Jan 28, 2023
Because .pc content may be different with different CMake
configuration.
kou added a commit that referenced this issue Jan 29, 2023
### What changes are included in this PR?

Use different .pc path for each CMake configuration because .pc content may be different with different CMake configuration.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: #33876

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
@kou kou added this to the 12.0.0 milestone Jan 29, 2023
sjperkins pushed a commit to sjperkins/arrow that referenced this issue Feb 10, 2023
…apache#33907)

### What changes are included in this PR?

Use different .pc path for each CMake configuration because .pc content may be different with different CMake configuration.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#33876

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this issue Feb 17, 2023
…apache#33907)

### What changes are included in this PR?

Use different .pc path for each CMake configuration because .pc content may be different with different CMake configuration.

### Are these changes tested?

Yes.

### Are there any user-facing changes?

No.
* Closes: apache#33876

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant