WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: PlayOnLinux.tcz  (Read 39806 times)

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #30 on: December 18, 2021, 03:16:45 AM »
4gb is enough for compiled files to work!

but I tried to compile before.
ram capacity was not enough space for compilation.
for this, I asked you to add a compiled version to the repository. :(
« Last Edit: December 18, 2021, 03:56:58 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #31 on: December 18, 2021, 03:47:25 AM »
You don't need to compile the multi-lib CorePure64, it has been done for you.

The multi-lib CorePure64 will run both 32-bit and 64-bit apps - if you wish to compile something large with the multi-lib CorePure64, compile on permanent storage like a usb hd or usb stick.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #32 on: December 18, 2021, 04:02:18 AM »
Are these files compiled ready to run!?

Quote
Check out the last letter of the file extension!  tce !

Index of /11.x/x86_64/tcz/src/multilib/

../
binutils_ml.tcz                                    09-May-2021 14:34             6701056
binutils_ml.tcz.md5.txt                            09-May-2021 14:34                  50
compile_mutlilib                                   06-Mar-2021 07:21                8493
gcc_ml.tcz                                         09-May-2021 14:43            59490304
gcc_ml.tcz.md5.txt                                 09-May-2021 14:43                  45
glibc32_ml.tcz                                     09-May-2021 14:44             4276224
glibc32_ml.tcz.md5.txt                             09-May-2021 14:44                  49
glibc64_ml.tce                                     09-May-2021 14:46            16425083
readme                                             09-May-2021 15:09                 630
« Last Edit: December 18, 2021, 04:07:40 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #33 on: December 18, 2021, 04:08:57 AM »
The readme file explains what to do with the *tce file.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #34 on: December 18, 2021, 04:58:08 AM »
:( ! ?

http://www.tinycorelinux.net/11.x/x86_64/tcz/src/multilib/readme

Code: [Select]
tc@box:~$ tce-load -i glibc32_ml bash
glibc32_ml.tcz not found!
tc@box:~$ sudo cp glibc64_ml.tce /
cp: can't stat 'glibc64_ml.tce': No such file or directory
tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tar: glibc64_ml.tce: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce
rm: can't remove 'glibc64_ml.tce': No such file or directory

I think you forgot to add to tce repository!
« Last Edit: December 18, 2021, 05:40:31 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #35 on: December 18, 2021, 05:39:30 AM »
Please try to make an effort to understand.

Copy this to your tce/optional folder:
http://www.tinycorelinux.net/11.x/x86_64/tcz/src/multilib/glibc32_ml.tcz

Copy this to /:
http://www.tinycorelinux.net/11.x/x86_64/tcz/src/multilib/glibc64_ml.tce


Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #36 on: December 18, 2021, 06:03:01 AM »
:( ! ?

1.

2.
Code: [Select]
tc@box:~$ tce-load -i glibc32_ml bash
glibc32_ml.tcz not found!
tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce
tc@box:/$ ldd /usr/lib32/libanl.so
sh: ldd: not found
tc@box:/$ ldd /usr/lib/libanl.so
sh: ldd: not found
« Last Edit: December 18, 2021, 06:13:28 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #37 on: December 18, 2021, 06:14:59 AM »
If you put glibc32_ml.tcz in /opt, then you need to use "tce-load -i /opt/glibc32_ml.tcz"

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #38 on: December 18, 2021, 06:20:55 AM »


Code: [Select]
tc@box:~$ tce-load -i glibc32_ml bash
glibc32_ml.tcz: OK
bash.tcz not found!
tc@box:~$ sudo cp glibc64_ml.tce /
cp: can't stat 'glibc64_ml.tce': No such file or directory
tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce
tc@box:/$ ldd /usr/lib32/libanl.so
sh: ldd: not found
tc@box:/$ ldd /usr/lib/libanl.so
sh: ldd: not found
« Last Edit: March 27, 2023, 08:47:38 PM by Rich »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: PlayOnLinux.tcz
« Reply #39 on: December 18, 2021, 06:27:57 AM »
HI xor
You don't have  bash.tcz  installed. Install  bash.tcz  then try again.

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #40 on: December 18, 2021, 06:57:21 AM »


HI xor
You don't have  bash.tcz  installed. Install  bash.tcz  then try again.

tce-load -wi bash

ok

tc@box:~$ cd /
tc@box:/$ sudo tar xf glibc64_ml.tce
tc@box:/$ sudo ldconfig
tc@box:/$ sudo rm glibc64_ml.tce

tc@box:/$  ldd /usr/lib32/libanl.so
sh: ldd: not found
tc@box:/$ ldd /usr/lib/libanl.so
sh: ldd: not found
« Last Edit: December 18, 2021, 07:11:09 AM by xor »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #41 on: December 18, 2021, 07:11:03 AM »
It still looks as though bash is not loaded - your xfe file manager shows bash.tcz.dep, but it should show bash.tcz and bash.tcz.md5.txt as well.

What does this give:
Code: [Select]
$ tce-status -i | grep bash

Offline xor

  • Hero Member
  • *****
  • Posts: 1259
Re: PlayOnLinux.tcz
« Reply #42 on: December 18, 2021, 07:14:58 AM »
server error gives 500 code
That's why I couldn't send the full transcript!
« Last Edit: December 18, 2021, 07:17:26 AM by Juanito »

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: PlayOnLinux.tcz
« Reply #43 on: December 18, 2021, 07:18:02 AM »
Hi xor
... sh: ldd: not found
It looks like  ldd  may be missing for some reason. What does this return:
Code: [Select]
which ldd

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: PlayOnLinux.tcz
« Reply #44 on: December 18, 2021, 07:20:09 AM »
You need to do the two things separately:
Code: [Select]
$ tce-load -wil bash
$ tce-load -i /opt/glibc32_ml.tcz

ldd is provided by glibc64_ml.tce and requires bash, hence the error message.