WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED]TC4.1 AppBrowser returns non-existant extensions when using Provides  (Read 2133 times)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
I suppose this could go under TCE bugs, but I'm used to it being part of TCB.
Performing a search for  tls  using the  Provides  function returns an extension called  lib.
« Last Edit: January 13, 2012, 09:47:15 PM by Rich »

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
An interesting observation, as there are other unexpected empty lines (indicating a new block) in 'provides.db':
Code: [Select]
tc@box:~$ grep -A1 "^$" provides.db | grep -vE "^(--|)$" | grep -v "\.tcz$"
squashfs-root
squashfs-root
squashfs-root
squashfs-root
squashfs-root
lib

A closer look shows that there are quite a few directories listed (e.g. 'etc' or 'lib') or sequences like:
Code: [Select]
Parallel unsquashfs: Using 4 processors
2 inodes (160 blocks) to write

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Hi maro
I noticed a few weeks ago while searching on a different word it returned some other non-existent
extension, but neglected to make a note of it.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
A few rogue extension list files. Corrected on server.
10+ Years Contributing to Linux Open Source Projects.