[Buildroot] [Bug 14191] New: patchelf v0.9 corrupt Nvidia shared libraries

bugzilla at busybox.net bugzilla at busybox.net
Fri Sep 3 02:50:09 UTC 2021


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 at buildroot.uclibc.org
          Reporter: geyunda at 163.com
                CC: buildroot at 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.


More information about the buildroot mailing list