WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: AppBrowser returns wrong KERNEL dependencies (TC4.1)  (Read 2353 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
AppBrowser returns wrong KERNEL dependencies (TC4.1)
« on: June 05, 2012, 12:14:00 PM »
Running TC4.1 (3.0.3) I noticed the following in the dependencies tab for AppBrowser:
alsa-modules-3.0.21-tinycore.tcz
Quote
+ alsa-modules-3.0.21-tinycore.tcz            1798144,   1.71 MB
  i2c-3.0.3-tinycore.tcz                        90112,   0.09 MB
+ input-joystick-3.0.3-tinycore.tcz            110592,   0.11 MB
+ v4l-dvb-3.0.3-tinycore.tcz                  2691072,   2.57 MB
alsa-modules-3.0.3-tinycore.tcz
Quote
+ alsa-modules-3.0.3-tinycore.tcz             1802240,   1.72 MB
  i2c-3.0.3-tinycore.tcz                        90112,   0.09 MB
+ input-joystick-3.0.3-tinycore.tcz            110592,   0.11 MB
+ v4l-dvb-3.0.3-tinycore.tcz                  2691072,   2.57 MB
alsa-modules-3.0.32-x1-rt52.tcz
Quote
+ alsa-modules-3.0.32-x1-rt52.tcz             1597440,   1.52 MB
+ i2c-3.0.21-tinycore.tcz                       90112,   0.09 MB
+ input-joystick-3.0.21-tinycore.tcz           110592,   0.11 MB
+ v4l-dvb-3.0.21-tinycore.tcz                 2686976,   2.56 MB
The first two contain what I would expect to see. The third one does not.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: AppBrowser returns wrong KERNEL dependencies (TC4.1)
« Reply #1 on: June 05, 2012, 01:24:24 PM »
The Apps (browser) Depends tab as well as the Size tab are informational only. Neither are dynamic nor used for the purpose of installing or updating.

The Size tab displays the .tree file on the repository server. All tree files should use the latest kernel number 3.0.21 as well as Apps.

This issue, really a non-issue, is caused by the switch in kernel version which we normally do only upon a major release number change.

To make both tabs support dynamic KERNEL replacements would dramatically slow down browsing. It would be nearly as slow as installing.

So the tree files should reflect the latest kernel 3.0.21. I will check on Apps as it should do the same.

Bottom line, all tabs in Apps are informational only and do not cause any harm in installing or updates.

[Update] Both Apps tabs Depends and Size rely on the sever side tree file.
« Last Edit: June 05, 2012, 01:35:25 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: AppBrowser returns wrong KERNEL dependencies (TC4.1)
« Reply #2 on: June 05, 2012, 06:36:50 PM »
Hi roberts
Thanks for the explanation and for clearing up my confusion.