WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: tce bug  (Read 6283 times)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
tce bug
« on: November 03, 2012, 05: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', ....



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

When there are dependencies, tce/ APSS are OK.

It's 4.7
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: tce bug
« Reply #1 on: November 03, 2012, 09:27:07 PM »
More of an annoyance than a bug, as no harm, no adverse effects.
Added to my TODO cleanup list.
10+ Years Contributing to Linux Open Source Projects.

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: tce bug
« Reply #2 on: November 04, 2012, 01: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
 
« Last Edit: November 04, 2012, 01:52:21 AM by dubcore »