Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Leee on August 09, 2024, 12:32:50 AM

Title: Missing dependency for mariadb-11.2-dev.tcz
Post by: Leee on August 09, 2024, 12:32:50 AM
In 15.x / x86, mariadb-11.2-dev.tcz depends upon libltdl-dev.tcz, which is not present in the current repo.
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: Juanito on August 09, 2024, 03:46:43 AM
I'm guessing this should be libtool-dev, but maybe @andyj could confirm?
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: andyj on August 09, 2024, 07:33:14 AM
The mariadb-11.2-dev extension doesn't have any ELF files in it. if libltdl is required it must be through one of the executables called in one of the scripts. Can you provide some details, like what script you were running and the error messages?
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: Leee on August 10, 2024, 09:39:28 PM
I only noted that the .dep file for mariadb-11.2-dev.tcz.dep calls for libltdl-dev.tcz and that is not present in the repo.
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: Rich on August 10, 2024, 10:28:37 PM
Hi Leee
I just did a search on all of the repos and none of them contain
libltdl-dev.tcz. I believe it might be an error. I checked a bunch
of other mariadb-xx.x-dev.tcz.tree files and they all included
libltdl.tcz being pulled in by one of its dependencies.

To me it appears libltdl-dev.tcz should be removed from the
mariadb-11.2-dev.tcz.dep file.
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: andyj on August 11, 2024, 12:14:23 AM
It's not in my copy that is on my web server that was used to upload the extension files, so I don't know how or when it got in there.
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: Rich on August 11, 2024, 12:18:40 AM
Hi andyj
Would you like me to fix it?
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: andyj on August 11, 2024, 12:48:51 AM
I think you have to, I can't. This is what I have:

Code: [Select]
mariadb-11.2.tcz
pcre21042-dev.tcz
libaio-dev.tcz
jemalloc-dev.tcz
libxml2-dev.tcz
libevent-dev.tcz
openldap-dev.tcz
openssl-dev.tcz
tcp_wrappers-dev.tcz
Title: Re: Missing dependency for mariadb-11.2-dev.tcz
Post by: Rich on August 11, 2024, 01:03:59 AM
Hi andyj
I added your .dep file and ran an update on the repo.