Tiny Core Linux

Tiny Core Base => Raspberry Pi => Topic started by: bmarkus on November 03, 2012, 08:46:49 PM

Title: tce bug
Post by: bmarkus on November 03, 2012, 08:46:49 PM
When extension has no dependency, tce (the CLI tool) displays wget error using Depends, Tree or Size commands instead of handling them and saying 'Extension has no dependencies', ....

(http://www.hasix.org/tc/tcebug1.png)

In X APPS displays no any response in the three cases.

When there are dependencies, tce/ APSS are OK.

It's 4.7
Title: Re: tce bug
Post by: roberts on November 04, 2012, 12:27:07 AM
More of an annoyance than a bug, as no harm, no adverse effects.
Added to my TODO cleanup list.
Title: Re: tce bug
Post by: mocore on November 04, 2012, 03:48:13 AM
 is there currently any way to tell if an app has any dependency's?

 this info used to be available
 in directly via the 3.x/tcz/index.html  tables or page source
entries
  eg
 
Code: [Select]
e('2010/07/22','Jan Phillip Greimann <jg@softjury.de>','802.1q kernel module','2.6.33.3-tinycore','12.3 K','8021q-2.6.33.3-tinycore.tcz',0);
e('2010/06/05','juanito','ASCII art dev files','1.4rc5','77.8 K','aalib-dev.tcz',1);
 
 ... in the last field 0 or 1 , is used to display a link to the tcz.dep file or not   

  could this info some how become accessible again ?   
    something like info.lst possibly  no-deps.lst or has-deps.lst

 as making request's over the web to see if files exist
 seems excessive if it could be avoided
 imho