Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started 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)
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
-
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.
-
I'm "talking" about tce-load, not tce-wget
-
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.