-
Notifications
You must be signed in to change notification settings - Fork 184
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
[el9][oracle] explicitly use unzip instead of setup #8518
Conversation
please test for el9_amd64_gcc11 |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_2_X/cs9. @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d8198/32788/summary.html External BuildI found compilation error when building: instantclient_19_11/libocci.so.10.1 exists and is a symbolic link. instantclient_19_11/libocci.so.11.1 exists and is a symbolic link. instantclient_19_11/libocci.so.12.1 exists and is a symbolic link. instantclient_19_11/libocci.so.18.1 exists and is a symbolic link. inflating: instantclient_19_11/libociicus.so error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.SWkaW1 (%prep) RPM build warnings: line 36: It's not recommended to have unversioned Obsoletes: Obsoletes: external+oracle+19.11.0.0.0dbru-a53900198236f10ed66e26e5d3e012dc Macro expanded in comment on line 366: %{pkginstroot} |
6e47ac2
to
aeaf37d
Compare
Pull request #8518 was updated. |
please test |
please test for el9_amd64_gcc11 |
please test for el9_amd64_gcc11 |
Pull request #8518 was updated. |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d8198/32802/summary.html External BuildI found compilation error when building: + for x in external/gcc/11.2.1-f9b9dfdd886f71cd63f5538223d8f161 external/zlib/1.2.11-3dfb2715f3608466b74431b80eb9d788 external/bz2lib/1.0.6-2c1f18484cb66c30aba7929f2be5e7d4 external/expat/2.1.0-5f6457b4c04e97afec6079bd7d2db998 external/xz/5.2.5-f2a869b3041e7ff7a6dcea149634b26b external/db6/6.2.32-16f729842d558005f3c577e0de97893d external/libuuid/2.34-0451b31e1b9a58c6aeefab41c18eea34 external/gdbm/1.10-94fd72446cd6c73834b291fb1d1c6f46 external/sqlite/3.36.0-0f26675926fd468efdd431be2b62785e external/libffi/3.4.2-8d81640cbf7bb880677ab7baa97b0341 external/python3/3.9.14-85e7e49ccb4e877d2ed5b0ae311c699f external/python-python3/1.0-f3bfd92999d66a95125d77ba5743b6cf external/java-env/1.1-7be2ee5608043971aa505e3135720743 . + i=/data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el9_amd64_gcc11/./etc/profile.d/init.sh + '[' -f /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el9_amd64_gcc11/./etc/profile.d/init.sh ']' + bazel-3.7.2 /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.pys14r: line 33: bazel-3.7.2: command not found error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.pys14r (%install) RPM build warnings: line 37: It's not recommended to have unversioned Obsoletes: Obsoletes: external+bazel+3.7.2-6b91222b8867bf65ac6ff01bc7c61b0e RPM build errors: |
please test for el9_amd64_gcc11 |
Pull request #8518 was updated. |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d8198/32804/summary.html External BuildI found compilation error when building: �[1A�[K�[31m�[1mFAILED:�[0m Build did NOT complete successfully �[1A�[K�[31m�[1mFAILED:�[0m Build did NOT complete successfully �[0m ERROR: Could not build Bazel error: Bad exit status from /pool/condor/dir_244700/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.j7NRFb (%build) RPM build warnings: line 37: It's not recommended to have unversioned Obsoletes: Obsoletes: external+bazel+3.7.2-5e063edc982bf9be793fac5fea255007 RPM build errors: |
d5f925d
to
30645cb
Compare
please test for el9_amd64_gcc11 |
Pull request #8518 was updated. |
closing in favor of #8517 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8d8198/32805/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
RPM 4.18 and above now user new tool
rpmuncompress
for unpacking the sources. It does not allow to override build-in macros e.g.__unzip
. This break the build of oracle client as multiple sources provide same directory and withoutunzip -o
it hangs. This PR proposes to explicitly use%{__unzip} -o
instead of%setup