WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Extensions from 10.x repo verified ok with tc-11  (Read 10525 times)

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #15 on: February 12, 2020, 11:54:43 AM »
dillo-beta.tcz woks in TC11 (x86) and TC11 (x86_64).

In TC11 (x86_64) I tried to compile some perl scripts but there's lack of some extensions like ""perl_XML-LibXML" and other similar. Is it possible to copy them from TC10 (x86_64).

Code: [Select]
cpan install HTML::Parser

ERROR: Can't create '/usr/local/lib/perl5/site_perl/5.28.0/HTTP'
mkdir /usr/local/lib/perl5/site_perl/5.28.0/HTTP: Permission denied at /usr/local/lib/perl5/5.28.0/ExtUtils/Install.pm line 489.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 at -e line 1.
make: *** [Makefile:805: pure_site_install] Error 13
  OALDERS/HTTP-Message-6.18.tar.gz
  /usr/local/bin/make install  -- NOT OK
Running install for module 'HTTP::Headers'
  OALDERS/HTTP-Message-6.18.tar.gz
  Has already been unwrapped into directory /home/tc/.cpan/build/HTTP-Message-6.18-3
  OALDERS/HTTP-Message-6.18.tar.gz
  Has already been prepared
  OALDERS/HTTP-Message-6.18.tar.gz
  Has already been made
  OALDERS/HTTP-Message-6.18.tar.gz
  Has already been tested successfully
  OALDERS/HTTP-Message-6.18.tar.gz
  Already tried without success
« Last Edit: February 12, 2020, 11:56:38 AM by neonix »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #16 on: February 12, 2020, 10:45:34 PM »
dillo-beta.tcz woks in TC11 (x86) and TC11 (x86_64)
copied

Quote
In TC11 (x86_64) I tried to compile some perl scripts but there's lack of some extensions like ""perl_XML-LibXML" and other similar. Is it possible to copy them from TC10 (x86_64).
those extensions are in the x86 repo?

Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #17 on: February 14, 2020, 08:56:37 AM »
Will  mdadm.tcz and linux-kernel-sources-env.tcz be updated for TC11 (x86_64) ?

Many Thanks for your reply !

Ricky


Offline osman.tc

  • Newbie
  • *
  • Posts: 1
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #18 on: February 14, 2020, 11:04:50 PM »
w3m.tcz
epdf-view.tcz

are missing too

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #19 on: February 14, 2020, 11:26:36 PM »
Please send the maintainers a private message to request an update for tc-11
« Last Edit: February 15, 2020, 12:43:55 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #20 on: February 14, 2020, 11:39:45 PM »
Will  mdadm.tcz and linux-kernel-sources-env.tcz be updated for TC11 (x86_64)

mdadm is in the tc-11.x x86_64 repo?

Please test linux-kernel-sources-env from tc-10.x in tc-11.x and report back if it works.

Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #21 on: February 15, 2020, 10:32:05 AM »
Hi Juanito,

mdadm.tcz is in the tc-11.x x86_64 repo, but the current date in tinycore apps 11 is "2017/01/11" and the changelog is "first version" by you . It works partially in tc-11, but with a mistake.

linux-kernel-sources-env from tc-10.x doensn' t work in tc-11. cliorx linux-kernel-sources-env.sh can't find the source.

Can you help ?

Ricky

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #22 on: February 15, 2020, 10:59:56 PM »
mdadm.tcz is in the tc-11.x x86_64 repo, but the current date in tinycore apps 11 is "2017/01/11" and the changelog is "first version" by you . It works partially in tc-11, but with a mistake.
Please supply details of the "mistake"

Quote
linux-kernel-sources-env from tc-10.x doensn' t work in tc-11. cliorx linux-kernel-sources-env.sh can't find the source.
server side adjusted - does it work now?

Offline neonix

  • Sr. Member
  • ****
  • Posts: 302
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #23 on: February 16, 2020, 10:48:39 AM »
those extensions are in the x86 repo?
You right. In TC11 (x86_64) there is already perl_xml_parser.tcz, but it has different name in the x86 repo. Now it's OK.

Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #24 on: February 16, 2020, 02:48:23 PM »
Hi Juanito,
thank you for your reply.
I send  you the part of dmesg to describe the problem in mdadm.tcz in tc-11 x86_64 as follows :

Code: [Select]
md: md1 stopped.
md1: detected capacity change from 0 to 85832237056
 md1: p1
md: md0 stopped.
md/raid0:md0: cannot assemble multi-zone RAID0 with default_layout setting
md/raid0: please set raid0.default_layout to 1 or 2
md: pers->run() failed ...
md: md0 stopped.
md: md0 stopped.
md/raid0:md0: cannot assemble multi-zone RAID0 with default_layout setting
md/raid0: please set raid0.default_layout to 1 or 2
md: pers->run() failed ...
md: md0 stopped.

So md1 works, but md0 doesn't.
That problem doesn't occur in tc-10. Ma be a kernel problem ?

cliorx linux-kernel-sources-env.sh now find the source, but run 1 and  half hour to finish. So I think that isn't normal in comparison to TC-10. Maybe we ask coreplayer2 to rebuild ?

Thank you for your help

Ricky

    [EDIT]: Added code tags.  Rich
« Last Edit: February 16, 2020, 04:16:10 PM by Rich »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #25 on: February 16, 2020, 10:03:19 PM »
So md1 works, but md0 doesn't.
That problem doesn't occur in tc-10. Ma be a kernel problem ?

If you search on the error message:
Code: [Select]
md/raid0:md0: cannot assemble multi-zone RAID0 with default_layout setting
md/raid0: please set raid0.default_layout to 1 or 2
..there seem to be a lot of hits explaining how to fix the problem.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #26 on: February 16, 2020, 10:38:01 PM »
cliorx linux-kernel-sources-env.sh now find the source, but run 1 and  half hour to finish. So I think that isn't normal in comparison to TC-10. Maybe we ask coreplayer2 to rebuild ?

To prepare the kernel source to compile a single module, something like this used to work:
Code: [Select]
$ cd linux-4.19.10
$ make mrproper
$ cp /tmp/config-4.19.10-tinycore64 ./.config
$ make oldconfig
$ make prepare
$ make modules_prepare
$ cp /tmp/Module.symvers-4.19.10-tinycore64.gz ./Module.symvers.gz
$ gunzip Module.symvers.gz
$ make SUBDIRS=scripts/mod

..and would end after a few seconds with:
Code: [Select]
Building modules, stage 2.
  MODPOST 0 modules

Now with the 5.4.3 kernel this no longer works and instead all of the kernel modules are built, which takes ages.

Offline ricky

  • Newbie
  • *
  • Posts: 17
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #27 on: February 17, 2020, 02:24:07 AM »
Hi Juanito,

thank you for your reply.
I will try your propositions.

ricky

Tiago Araujo da Costa

  • Guest
Package udisks is missing on TC 11.x x86
« Reply #28 on: March 21, 2020, 11:03:19 AM »
Good afternoon Tinycore team.

The package udisks is missing on TC 11.x x86.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: Extensions from 10.x repo verified ok with tc-11
« Reply #29 on: March 21, 2020, 10:33:37 PM »
udisks was not in tc-10.x x86..

The CorePure64 build notes are here if you'd like to give it a go: http://tinycorelinux.net/11.x/x86_64/tcz/src/udisks/
« Last Edit: March 21, 2020, 10:36:00 PM by Juanito »