Tiny Core Linux

Tiny Core Base => TCB Bugs => Topic started by: jls on July 31, 2009, 04:20:05 PM

Title: tce-load add dep file in tce.installed even if the dep doesn't exists
Post by: jls on July 31, 2009, 04:20:05 PM
example:
I've wget.tcz but I don't have openssl-0.9.8h.tcz (which is in wget.tcz.dep)
Code: [Select]
tce-load wget.tcz
wget.tcz
openssl-0.9.8h.tczl: No such file or directory
but when I look inside /usr/local/tce.installed I see a file called openssl-0.9.8h.
Ciao

legalize cannabis, coke, ero
Title: Re: tce-load add dep file in tce.installed even if the dep doesn't exists
Post by: roberts on July 31, 2009, 04:53:27 PM
The dependency handling is done only upon successfull download.

It is assumed if loading local that you have the complete set (extension and its dependencies) from a prior download within the same specified directory.

Absolutley no downloading occurs when a local load is specified.

I will however cause the program to terminate upon performing a local load that had obviously never completed its download.
Title: Re: tce-load add dep file in tce.installed even if the dep doesn't exists
Post by: jls on July 31, 2009, 05:13:23 PM
I'm "talking" about tce-load, not tce-wget
Title: Re: tce-load add dep file in tce.installed even if the dep doesn't exists
Post by: roberts on July 31, 2009, 05:31:40 PM
I get it! Your directive to tce-load indicates a local load, i.e., from current directory, as such it is expected that the complete set is also at that local directory.

I have already adjusted appbrowser to reflect this error condition.
Thanks for the report.