WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tce-load add dep file in tce.installed even if the dep doesn't exists  (Read 3553 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
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
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
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.
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
I'm "talking" about tce-load, not tce-wget
« Last Edit: July 31, 2009, 02:17:28 PM by jls_legalize »
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
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.
10+ Years Contributing to Linux Open Source Projects.