Skip to content

Commit fbf711a

Browse files
committed
relocate glibc for slc6_amd64
1 parent 1451745 commit fbf711a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pr_testing/gen-pr-install-cmssw.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ case ${ARCHITECTURE} in
3333
PATCHELF=\$(ls /cvmfs/cms-ib.cern.ch/week*/${ARCHITECTURE}/external/patchelf/*/bin/patchelf | sort | tail -1)
3434
for x in \$(find bin/${ARCHITECTURE} -type f -exec file {} \\; | grep ELF | cut -d':' -f1) ; do
3535
if [ \$(strings \$x 2>&1 | grep "${ARCHITECTURE}/external/glibc/[^/]*/lib64/ld.so" |wc -l) -gt 0 ] ; then
36-
\$PATCHELF --set-interpreter \$GLIBC_PATH/lib64/ld.so \$x
36+
echo "Fixing glibc/ld.so for \$x"
37+
\$PATCHELF --set-interpreter \$GLIBC_PATH/lib64/ld.so \$x
3738
fi
3839
done
3940
fi

0 commit comments

Comments
 (0)