WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 4 newly added extensions not visible in 'Apps' GUI  (Read 2022 times)

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 95
4 newly added extensions not visible in 'Apps' GUI
« on: January 20, 2018, 03:16:36 AM »
Hello All,

4 (+ 4 -doc) extensions that I submitted, and got added to the repo (see [1]), are not visible in the 'Apps' GUI.
They can be installed fine using cli with 'tce-load'.
These are x86 extensions for TCL 8.x

Can someone verify if you observe the same behavior?

The things I checked so far:
- With tce-load I can download and install them just fine.
- With wget I can download the files.
- The last extension that was uploaded [1] 'Hack-font.tcz' shows up fine in the Apps GUI.
- Another extension I submitted 'tree' does show in the Apps GUI.
- I do see the list of missing extensions in '/mnt/vda1/tce/optional/info.lst'.
- There is another ~similar named extension 'perl_xml_parser.tcz' which does show up in the Apps GUI.
- All other extensions with capitals in the name (cat info.lst | grep [A-Z]) show up normally in the Apps GUI.

Did I use a reserved keyword in the name causing these extensions not to show in the Apps GUI?

The list of extensions not showing in Apps:
Code: [Select]
- perl_XML-LibXML-doc.tcz
- perl_XML-LibXML.tcz
- perl_XML-NamespaceSupport-doc.tcz
- perl_XML-NamespaceSupport.tcz
- perl_XML-SAX-Base-doc.tcz
- perl_XML-SAX-Base.tcz
- perl_XML-SAX-doc.tcz
- perl_XML-SAX.tcz


Applicable links for the files:
Code: [Select]
XML-NamespaceSupport:
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-NamespaceSupport.tcz.info
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-NamespaceSupport.tcz.list
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-NamespaceSupport.tcz.dep
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-NamespaceSupport.tcz
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-NamespaceSupport.tcz.md5.txt
http://www.tinycorelinux.net/8.x/x86/tcz/src/perl_xml_namespacesupport/

XML::SAX::Base
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX-Base.tcz.info
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX-Base.tcz.list
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX-Base.tcz.dep
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX-Base.tcz
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX-Base.tcz.md5.txt
http://www.tinycorelinux.net/8.x/x86/tcz/src/perl_xml_sax_base/

XML::SAX
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX.tcz.info
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX.tcz.list
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX.tcz.dep
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX.tcz
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-SAX.tcz.md5.txt
http://www.tinycorelinux.net/8.x/x86/tcz/src/perl_xml_sax/

XML::LibXML
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-LibXML.tcz.info
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-LibXML.tcz.list
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-LibXML.tcz.dep
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-LibXML.tcz
http://www.tinycorelinux.net/8.x/x86/tcz/perl_XML-LIbXML.tcz.md5.txt
http://www.tinycorelinux.net/8.x/x86/tcz/src/perl_xml_libxml/


[1] http://distro.ibiblio.org/tinycorelinux/8.x/x86/tcz/updates/updatelist.txt



Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #1 on: January 20, 2018, 11:01:31 AM »
I see them?
The only barriers that can stop you are the ones you create yourself.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #2 on: January 20, 2018, 11:12:33 AM »
Hi rhermsen
Quote
4 (+ 4 -doc) extensions that I submitted, and got added to the repo (see [1]), are not visible in the 'Apps' GUI.
 .........
[1] newbielink:http://distro.ibiblio.org/tinycorelinux/8.x/x86/tcz/updates/updatelist.txt [nonactive]
It takes a day or so from the time an extension shows up at  http://www.tinycorelinux.net/  until it propagates to any mirror sites.

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 95
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #3 on: January 20, 2018, 04:27:48 PM »
Hi Rich, curaga,

Than it must be something at my end, but no idea what yet.
The extensions where already added to the repo about a week ago.

I'm running the same version:
$ version
8.2.1

I'm running TCL as a nested-VM under EVE-NG.
But don't really get how this would change the behavior.
I'm running the x86 cdrom with a 10GB disk-image, and all my settings are normally saved.
It looks just as if the last added extensions might not show up in Apps.
I submitted two other extensions, so hopefully I get a better understanding what is wrong once these are available on the repo.

Search result with 'perl':

(link to image: https://imgur.com/7efLJlD)
Search result with 'xml':

(link to image: https://imgur.com/gQSvhxw)

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #4 on: January 20, 2018, 05:12:47 PM »
Hi rhermsen
Well, the images you posted show you are accessing the repo and not a mirror, so I'm not sure why your extensions
are not showing up.

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 95
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #5 on: January 20, 2018, 05:16:44 PM »
Update of my previous post:
without a search 'filter', the extensions do show in the left-explorer window, only not if I use a search term.

Curaga, do the extensions still show if you search for 'perl' or 'xml'?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #6 on: January 21, 2018, 01:07:50 AM »
Yeah, not visible in search. I see it's because your info files are missing the Tags field.
The only barriers that can stop you are the ones you create yourself.

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 95
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #7 on: January 21, 2018, 03:41:12 AM »
Hi curaga,

Thanks for identifying my mistake!

I found this missing just after I submitted the extensions, and already have my templates updated including tags.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #8 on: January 21, 2018, 03:45:24 AM »
tags added to *info files

Offline rhermsen

  • Jr. Member
  • **
  • Posts: 95
Re: 4 newly added extensions not visible in 'Apps' GUI
« Reply #9 on: January 21, 2018, 05:17:59 AM »
Thanks Juanito,

Confirm now Apps shows the filtered results as expected.

Sorry for the extra effort needed...