reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #63043] cmake build rule uses host liblzma.so and other host librar


From: Mohammad Akhlaghi
Subject: [bug #63043] cmake build rule uses host liblzma.so and other host libraries
Date: Sat, 10 Sep 2022 15:36:06 -0400 (EDT)

Follow-up Comment #1, bug #63043 (project reproduce):

I'll look into the build logs of CMake next time I build Maneage. But a good
way to check the linking status of a program or shared library is to use 'ldd'
(on GNU/Linux systems). When I run it on my current build of Maneage I get the
output shown in the P.S.

As you see there, except for the C library and Linux kernel, all the other
libraries it links to are in Maneage. Have you tried this on the problematic
system?

P.S.

$ ldd .local/bin/cmake
        libiconv.so.2 => /BDIR/software/installed/lib/libiconv.so.2
(0x00007ff6fda9c000)
        libz.so.1 => /BDIR/software/installed/lib/libz.so.1 (0x00007ff6fda7f000)
        liblzma.so.5 => /BDIR/software/installed/lib/liblzma.so.5
(0x00007ff6fcfd8000)
        libbz2.so.1.0 => /BDIR/software/installed/lib/libbz2.so.1.0
(0x00007ff6fcf9d000)
        libcurl.so.4 => /BDIR/software/installed/lib/libcurl.so.4
(0x00007ff6fcf0f000)
        libstdc++.so.6 => /BDIR/software/installed/lib/libstdc++.so.6
(0x00007ff6fcc00000)
        libgcc_s.so.1 => /BDIR/software/installed/lib/libgcc_s.so.1
(0x00007ff6fceee000)
        libssl.so.3 => /BDIR/software/installed/lib/libssl.so.3 
(0x00007ff6fc880000)
        libcrypto.so.3 => /BDIR/software/installed/lib/libcrypto.so.3
(0x00007ff6fc200000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007ff6fc931000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007ff6fcb18000)
        libmd.so.0 => /usr/lib/libmd.so.0 (0x00007ff6fda72000)
        linux-vdso.so.1 => linux-vdso.so.1 (0x00007fff41ec7000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2
(0x00007ff6fdb85000)



    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?63043>

_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]