Tiny Core Base > piCore Test Releases
piCore14.0 Beta
aus9:
Hi Paul_123
In attempting to rebuild vte-2.91 to avoid libffi7 I discovered this make error, relates to gnutls TCE
--- Code: ---/usr/local/bin/ld: warning: libffi.so.7, needed by /usr/local/lib/libgnutls.so
--- End code ---
I prefer readelf and it shows
--- Code: --- readelf -d /usr/local/lib/libgnutls.so | grep libffi
0x0000000000000001 (NEEDED) Shared library: [libffi.so.7]
--- End code ---
the dep file currently reads
libidn2.tcz
unbound.tcz
nettle.tcz
p11-kit.tcz
I know this will already be on your todo list but I just announcing here as the reason why I can not (yet) fix lxterminal
Thanks for reading
Juanito:
You can load libffi7 and compile vte without worrying it will link against it - the symlink libffi.so --> libffi.so.7 has been removed.
aus9:
Hi Juanito
have made modest progress but loading of lxterminal now shows a gremlin against glib-networking. That TCE claims dep of openssl but
--- Code: --- readelf -d /usr/local/lib/gio/modules/libgioopenssl.so | grep 'NEEDED' # delete TCBs
0x0000000000000001 (NEEDED) Shared library: [libgio-2.0.so.0] glib2
0x0000000000000001 (NEEDED) Shared library: [libgobject-2.0.so.0] glib2
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0] glib2
0x0000000000000001 (NEEDED) Shared library: [libssl.so.1.1] openssl-1.1.1
0x0000000000000001 (NEEDED) Shared library: [libcrypto.so.1.1] "
--- End code ---
aus9:
correction ...goggles on libcrypto.so.1.1 not in openssl-1.1.1 its TCB
Paul_123:
updated the following
p11-kit (This was your recursive dep to libffi7)
nettle
gnutls
glib-networking
gnutls getting updated hopefully is not too big of an issue, as the abi of the library has not changed. At lease samba4 did not complain about the newer version of the library.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version