WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: errors with extensions  (Read 2861 times)

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
errors with extensions
« on: July 06, 2016, 12:44:01 PM »
Good afternoon all!  So I've found the following errors with the extensions (listed below).  Is anyone interested in the differences of packages between the various CPU architectures?

Dave


btrfs_utils (i64 dev)
brtfs.tcz                  < mis-named; btrfs.tcz

dleyna_connector_dbus (i64 dev)
dlayna-connector-dbus.tcz        < mis-named; dleyna-connector-dbus.tcz

evince (i64 dev)
gsettings-desktop-dev.tcz         < mis-named; gsettings-desktop-schemas-dev.tcz

evince (i64)
gsettings-desktops.tcz              < mis-named; gsettings-desktops-schemas.tcz

freerdp (i64 dev)
Xorg-7.7-dev                              < missing .tcz extension

fuse (rpi dev)
utiil-linux-dev.tcz                        < mis-named: util-linux-dev.tcz

libesmtp (i64 dev)
libesmtp.tzc                                < mis-named extension

libid3tag (i64 dev)
garbage                                     < contains the .info file

original-modules-3.16.6-tinycore64 (i64)        < contains fixed values for kernel values
original-modules-4.2.9-tinycore (i32)
original-modules-4.2.9-tinycore64 (i64)

qt_5.x (i32 dev)
qt-5.x-printsuppport.tcz             < mis-named; qt-5.x-printsupport.tcz

screen (i32)
libelf.tcz                                      < missing package

xfp has xfe .info file

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: errors with extensions
« Reply #1 on: July 06, 2016, 05:30:50 PM »
Some strange observations.
TC-7.x x86 as currently in repo and on my system:
qt-5.x-printsupport.tcz  looks OK; Not mis-named.
xfp.tcz.info:
Code: [Select]
Title:          xfp.tcz
Description:    X File Package
Version:        1.40
Author:         Roland Baudin
Original-site:  http://roland65.free.fr/xfe/
Copying-policy: GPL
Size: 300K
Extension_by:   Misalf
Tags:     X File Package
Comments:       Depends on fontconfig and Xlibs_support and fox.
Change-log:     ----
                Compiled for Tiny Core 6.x
                ----
Current: 2015/03/15 First version, 1.40
Looks OK.
Download a copy and keep it handy: Core book ;)

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: errors with extensions
« Reply #2 on: July 06, 2016, 07:27:52 PM »
Hi Misalf
Quote
qt-5.x-printsupport.tcz  looks OK; Not mis-named.
The extension is not misnamed, but the  .dep  file for  qt-5.x-dev.tcz  is in error:
Code: [Select]
qt-5.x-bin.tcz
qt-5.x-extended.tcz
qt-5.x-printsuppport.tcz
qt-5.x-script.tcz
qt-5.x-sql.tcz
qt-5.x-xml.tcz
glib2-dev.tcz
openssl-dev.tcz
dbus-dev.tcz
cups-dev.tcz
gst-plugins-base-dev.tcz
libpng-dev.tcz
pulseaudio-dev.tcz
Xorg-7.7-3d-dev.tcz
printsupport  has an extra  p  in it. The error naturally propagated itself into the  .tree  file.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: errors with extensions
« Reply #3 on: July 06, 2016, 11:14:02 PM »

fuse (rpi dev)
utiil-linux-dev.tcz                        < mis-named: util-linux-dev.tcz


In which repo?
Béla
Ham Radio callsign: HA5DI

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

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: errors with extensions
« Reply #4 on: July 07, 2016, 12:36:37 AM »
btrfs_utils (i64 dev)
brtfs.tcz                  < mis-named; btrfs.tcz
done

Quote
dleyna_connector_dbus (i64 dev)
dlayna-connector-dbus.tcz        < mis-named; dleyna-connector-dbus.tcz
I cannot find this - could you be more specific? Are you using a mirror?

Quote
evince (i64 dev)
gsettings-desktop-dev.tcz         < mis-named; gsettings-desktop-schemas-dev.tcz

evince (i64)
gsettings-desktops.tcz              < mis-named; gsettings-desktops-schemas.tcz
done

Quote
freerdp (i64 dev)
Xorg-7.7-dev                              < missing .tcz extension
done

Quote
libesmtp (i64 dev)
libesmtp.tzc                                < mis-named extension
I cannot find this - could you be more specific? Are you using a mirror?

Quote
libid3tag (i64 dev)
garbage                                     < contains the .info file
done

Quote
original-modules-3.16.6-tinycore64 (i64)        < contains fixed values for kernel values
original-modules-4.2.9-tinycore (i32)
original-modules-4.2.9-tinycore64 (i64)
done

Quote
qt_5.x (i32 dev)
qt-5.x-printsuppport.tcz             < mis-named; qt-5.x-printsupport.tcz
done

Quote
screen (i32)
libelf.tcz                                      < missing package
@bmarkus - does this have a runtime dep on elfutils maybe?

Offline wysiwyg

  • Sr. Member
  • ****
  • Posts: 266
Re: errors with extensions
« Reply #5 on: July 07, 2016, 05:51:53 AM »
@Juanito - the two packages (dleyna_connector_dbus_dev and libesmtp-dev) that you were asking about appear to be corrected in the 7.x repo.

@bmarkus - in the 7.x repo of the rpi extensions

Dave

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: errors with extensions
« Reply #6 on: July 08, 2016, 10:33:51 AM »
The original-modules extensions contain fixed kernel version strings on purpose. This is so that you can download a different kernel's set.
The only barriers that can stop you are the ones you create yourself.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14545
Re: errors with extensions
« Reply #7 on: July 09, 2016, 03:10:29 AM »
original-modules-* dep files restored

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: errors with extensions
« Reply #8 on: July 09, 2016, 03:12:03 AM »

@bmarkus - does this have a runtime dep on elfutils maybe?

Fixed
Béla
Ham Radio callsign: HA5DI

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