* [Buildroot] [Bug 14191] New: patchelf v0.9 corrupt Nvidia shared libraries
@ 2021-09-03 2:50 bugzilla
2022-07-25 8:31 ` [Buildroot] [Bug 14191] " bugzilla
2022-07-25 8:31 ` bugzilla
0 siblings, 2 replies; 3+ messages in thread
From: bugzilla @ 2021-09-03 2:50 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=14191
Bug ID: 14191
Summary: patchelf v0.9 corrupt Nvidia shared libraries
Product: buildroot
Version: 2021.02.3
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
Assignee: unassigned@buildroot.uclibc.org
Reporter: geyunda@163.com
CC: buildroot@uclibc.org
Target Milestone: ---
Unpack the libcudnn deb archive and install the .so file to $(TARGET_DIR).
libcudnn.so.8.0.0 was corrupted after target-finalize.
I found it was caused by patchelf v0.9.
After upgrading to patchelf v0.13,it worked.
target-finalize log:
++ /home/gyd/work/hito_jetson/out/host/bin/patchelf --print-rpath
/home/gyd/work/hito_jetson/out/target/usr/lib/aarch64-linux-gnu/libcudnn.so.8.0.0
+ rpath='$ORIGIN'
+ test 0 -ne 0
++ chmod -c u+w
/home/gyd/work/hito_jetson/out/target/usr/lib/aarch64-linux-gnu/libcudnn.so.8.0.0
+ changed=
++ echo '$ORIGIN'
++ sed
's@/home/gyd/work/hito_jetson/out/per-package/[^/]\+/host@/home/gyd/work/hito_jetson/out/host@'
+ changed_rpath='$ORIGIN'
+ test '$ORIGIN' '!=' '$ORIGIN'
+ /home/gyd/work/hito_jetson/out/host/bin/patchelf --make-rpath-relative
/home/gyd/work/hito_jetson/out/target --no-standard-lib-dirs
/home/gyd/work/hito_jetson/out/target/usr/lib/aarch64-linux-gnu
/libcudnn.so.8.0.0
# ldconfig
/sbin/ldconfig.real: file /usr/lib/aarch64-linux-gnu/libcudnn.so.8.0.0 is
truncated
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-25 8:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-03 2:50 [Buildroot] [Bug 14191] New: patchelf v0.9 corrupt Nvidia shared libraries bugzilla
2022-07-25 8:31 ` [Buildroot] [Bug 14191] " bugzilla
2022-07-25 8:31 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox