Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: ctor on June 29, 2026, 04:44:33 PM

Title: TC17 64 bit dependency issue?
Post by: ctor on June 29, 2026, 04:44:33 PM
Extension dbus.tcz depends on libcap.tcz. Otherwise dbus-uuidgen fails missing the libcap library. Please add libcap.tcz to dbus.tcz.dep.
 
It happens for TC17 pure 64 OS when executing following code -- I have not tested TC17 32 bit OS; maybe there too?
 
Code: [Select]
tce-load -i wpa_supplicant-dbus
Title: Re: TC17 64 bit dependency issue?
Post by: Rich on June 29, 2026, 05:26:41 PM
Hi ctor
dbus.tcz.dep:
Code: [Select]
expat2.tcz
elogind.tcz  <----------
libX11.tcz

elogind.tcz.dep:
Code: [Select]
acl.tcz
libcap.tcz  <----------
util-linux.tcz
linux-pam.tcz

dbus.tcz depends on elogind.tcz.
elogind.tcz pulls in libcap.tcz.

Please check that all of your extensions are up to date.
Title: Re: TC17 64 bit dependency issue?
Post by: ctor on June 29, 2026, 08:19:57 PM
Rich,

My mistake -- I was missing elogind.tcz.dep. Thank you.

regards,
ctor
Title: Re: TC17 64 bit dependency issue?
Post by: Rich on June 29, 2026, 08:51:55 PM
Hi ctor
You are welcome. :)