WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core v6.0  (Read 50994 times)

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Re: Tiny Core v6.0
« Reply #30 on: January 07, 2015, 09:41:44 AM »
Seems to be a few problems with tce extensions for 6.0 - a shame considering the release itself seems to be so good.

TinyCore isn't my main distro at the moment, I still have lots of things to learn about the way it works before it can take over that spot.
(Hopefully these & any other tce extensions not working properly will get updated soon.)  8)
AMD, ARM, & Intel.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Tiny Core v6.0
« Reply #31 on: January 07, 2015, 06:57:20 PM »
Just found viewnior is not starting either, neither from wbar or menu.
tc@box:~$ viewnior &
tc@box:~$ viewnior: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

Report this and other extension related bugs in TCE Bugs section.
Béla
Ham Radio callsign: HA5DI

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

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.0
« Reply #32 on: January 07, 2015, 09:23:02 PM »
Thanks. I like it, didn't test extensively yet though, just read through. Some points:
- please always use unified diffs (diff -u)
- SUPPRESS is not implemented
- working in a different directory is broken ($PWD /tmp, extension in /tmp/foo, tce-load -i foo/myext.tcz)

In a local load test, it's four times faster than the current solution.

I have updated the patch file, it's here:

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.0
« Reply #33 on: January 07, 2015, 11:03:11 PM »
Sorry, the newest is this:

Offline core-user

  • Full Member
  • ***
  • Posts: 191
  • Linux since 1999
Re: Tiny Core v6.0
« Reply #34 on: January 08, 2015, 01:27:21 AM »
Just found viewnior is not starting either, neither from wbar or menu.
tc@box:~$ viewnior &
tc@box:~$ viewnior: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory

Report this and other extension related bugs in TCE Bugs section.
OK, will do. 8)
(I did think it was a 6.0 issue, but wasn't sure where to post so as not to double post.)
AMD, ARM, & Intel.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Tiny Core v6.0
« Reply #35 on: January 08, 2015, 05:46:12 AM »
Sorry, the newest is this:

Thanks! It passed my testing, applied. Look for it in the next release.
The only barriers that can stop you are the ones you create yourself.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.0
« Reply #36 on: January 08, 2015, 03:25:01 PM »
OK, thanks for your work.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: Tiny Core v6.0
« Reply #37 on: January 10, 2015, 10:18:52 AM »
today I tried to install gparted. Install worked OK. But could not start gparted from GUI nor from CL.
error:
tc@box:~$ gparted
Root privileges are required for running gparted.
/usr/local/sbin/gpartedbin: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
tc@box:~$

anz help here? thankx
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: Tiny Core v6.0
« Reply #38 on: January 10, 2015, 11:12:24 AM »
today I tried to install gparted. Install worked OK. But could not start gparted from GUI nor from CL.
error:
tc@box:~$ gparted
Root privileges are required for running gparted.
/usr/local/sbin/gpartedbin: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
tc@box:~$
same happens with pcmanfm and VLC player
any help here? thankx
« Last Edit: January 10, 2015, 11:36:38 AM by beerstein »
t(w)o be(ers) or not t(w)o be(ers) that is the question

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core v6.0
« Reply #39 on: January 10, 2015, 08:36:42 PM »
Please report these extension issues in the extensions section of the forum.

I'll take a look at gparted.

In the meantime you can load the libffi5 extension to make things work until the maintainers recompile their extensions.

Thanks for reporting.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core v6.0
« Reply #40 on: January 11, 2015, 02:52:06 AM »
updated gparted posted

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.0
« Reply #41 on: January 13, 2015, 06:56:55 PM »
Hi, i made serval patchs again, please see if they can be used.
1. tce-audit: faster builddb.
2. tce-load: change "wget" to "busybox wget".
3. search.sh: matching dont start only from the first charactor.if the value of seach field is null, display all extensions.
4. apps.fl/apps.cxx: add quotes to args of command.still search if the value of seach field is null and pressed enter.

suggestions about apps:
1. default to list local extensions, and can search locally.
2. right-button menu or double-click to load/download/list?

thanks.
« Last Edit: January 13, 2015, 07:15:32 PM by aswjh »

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: Tiny Core v6.0
« Reply #42 on: January 14, 2015, 12:41:14 AM »
2. tce-load: change "wget" to "busybox wget".
With my G3 connection I sometimes have better results using GNU wget instead of busybox'.

suggestions about apps:
1. default to list local extensions, and can search locally.
2. right-button menu or double-click to load/download/list?

Also might come in handy to download and view *.tcz.info files from within Apps gui.
Download a copy and keep it handy: Core book ;)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Tiny Core v6.0
« Reply #43 on: January 14, 2015, 04:07:07 AM »
I've applied parts of the tce-load and apps patches (the unused depi variable, quoting search.sh arguments), thanks. I agree that an empty search should do the same as reloading the list with the "remote" menu item, but it should be done directly, passing nothing to search.sh and parsing tags.db for nothing is pointless extra work.

The tce-audit patch requires more testing than I can do right now, will take a look later. For wget, was there some issue with GNU wget?
The only barriers that can stop you are the ones you create yourself.

Offline aswjh

  • Jr. Member
  • **
  • Posts: 85
Re: Tiny Core v6.0
« Reply #44 on: January 14, 2015, 06:40:14 PM »
For wget, was there some issue with GNU wget?

If server is unavailable, GNU wget will wait for a long time, and retry 3 times in case of default.

I agree that an empty search should do the same as reloading the list with the "remote" menu item, but it should be done directly, passing nothing to search.sh and parsing tags.db for nothing is pointless extra work.

You are right.Just because it is easier to implement that way for me.
In addition, I think the keyword can be matched at the begining, the end, or anywhere in target string, but the original way didn't.