https://sourceware.org/bugzilla/show_bug.cgi?id=17742

Luca Boccassi <bluca at debian dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bluca at debian dot org

--- Comment #7 from Luca Boccassi <bluca at debian dot org> ---
Hi, I'm seeing the same error when building libtpms on ppc64:

$ gcc --version
gcc (Debian 15.2.0-4) 15.2.0
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

$ ld --version
GNU ld (GNU Binutils for Debian) 2.45
Copyright (C) 2025 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.

$ gcc -nostdlib -Lsrc/.libs -ltpms
/usr/bin/ld: src/.libs/libtpms.so: ABI version 1 is not compatible with ABI
version 0 output
/usr/bin/ld: failed to merge target specific data of file src/.libs/libtpms.so
/usr/bin/ld: warning: cannot find entry symbol _start; defaulting to
00000000000000d8
collect2: error: ld returned 1 exit status

To reproduce:

git clone https://github.com/stefanberger/libtpms
autoreconf -fi
./configure --with-openssl --with-tpm2
make check VERBOSE=1

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to