WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: piCore 14.0 (32 and 64 bit) release  (Read 24500 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14794
Re: piCore 14.0 (32 and 64 bit) release
« Reply #45 on: June 30, 2023, 10:27:48 AM »
I assume we are not concerned about lifffi6?

We should aim to eliminate deps on libffi6 and libffi7.

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #46 on: June 30, 2023, 10:46:16 PM »
Hi Juanito

I am focussing only on arm6/7  gtk this post. And glad I pulled all my submissions based on your libffi6 reply
paste is from aterm....seems to truncate the pixbuff line sorry about that...gtk2 is my baby
Code: [Select]
tce-load -i gtk2
hicolor-icon-theme.tcz: OK
libcroco.tcz: OK
g_module_open() failed for /usr/local/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbu                                                                     file or directory
librsvg.tcz: OK
adwaita-icon-theme.tcz: OK
gtk-query-immodules-2.0: error while loading shared libraries: libffi.so.6: cann
gtk2.tcz: OK

Code: [Select]
tce-load -i gtk3
libxml2.tcz: OK
wayland.tcz: OK
wayland-protocols.tcz: OK
libxkbcommon.tcz: OK
libXi.tcz: OK
libXrandr.tcz: OK
fribidi.tcz: OK
libGLES.tcz: OK
libEGL.tcz: OK
cairo.tcz: OK
pango.tcz: OK
libXcomposite.tcz: OK
gdk-pixbuf.tcz: OK
atk.tcz: OK
dbus.tcz: OK
at-spi2-core.tcz: OK
at-spi2-atk.tcz: OK
shared-mime-info.tcz: OK
gtk-query-immodules-3.0: error while loading shared libraries: libffi.so.6: cann
gtk3.tcz: OK

EDITgtk4 OOPS it has libffi6...I must wear my goggles more often. Loading of gtk4 gave no errors.

Code: [Select]
tc@box:/tmp/tcloop/gtk4/usr/local$ ldd bin/* | grep pcre
        libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0xb59f0000)
        SNIP
tc@box:/tmp/tcloop/gtk4/usr/local$ ldd bin/* | grep libffi
        libffi.so.8 => /usr/lib/libffi.so.8 (0xb59d0000)
        libffi.so.6 => /usr/local/lib/libffi.so.6 (0xb54f0000)
      SNIP

Juanito

I know you will be very busy with Xorg libX stuff. Would you like me to have a go at gtk3/4?
« Last Edit: June 30, 2023, 10:59:40 PM by aus9 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14794
Re: piCore 14.0 (32 and 64 bit) release
« Reply #47 on: July 01, 2023, 09:59:50 AM »
I know you will be very busy with Xorg libX stuff. Would you like me to have a go at gtk3/4?

You can if you'd like, otherwise I'll get there eventually.

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #48 on: July 01, 2023, 10:13:34 AM »
Hi Juanito

arm6/7* at this stage only
Thanks I only have one gtk4 TCE downloaded= epiphany web browser so likely pm when built. And you are miles faster than me so if I have not sent a pm assume I am slower than snail, eh
If you don't mind me asking on a TCB post, I assume your Xorg rebuild will include libEGL as thats got a libffi6 rascal in it?

And that stops me rebuilding gtk2. gtk3 affects rebuild of ghostscipt and lxterminal. lxterminal (latest) no longer looks for gtk2 and can build against gtk4. So if I build gtk4 I will be able to test it.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14794
Re: piCore 14.0 (32 and 64 bit) release
« Reply #49 on: July 01, 2023, 10:27:32 AM »
Yes, I was speaking of armv6/7/7l.

The x libs rebuild will include mesa, wayland and xorg-server.

Offline cosminbro

  • Jr. Member
  • **
  • Posts: 68
Re: piCore 14.0 (32 and 64 bit) release
« Reply #50 on: July 02, 2023, 02:19:46 PM »
The archive with 6.1.21 kernel for 64bit is corrupt: rpi-6.1.21-piCore64.tar.xz
http://tinycorelinux.net/14.x/aarch64/releases/RPi/src/kernel/rpi-6.1.21-piCore64.tar.xz

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1242
Re: piCore 14.0 (32 and 64 bit) release
« Reply #51 on: July 02, 2023, 03:09:48 PM »
just tested, its not corrupt.   

The md5sum is:  ea80eb251fe6d2aff56e2ee5d995c6e22533dfe8  rpi-linux-6.1.25.tar.xz

Offline cosminbro

  • Jr. Member
  • **
  • Posts: 68
Re: piCore 14.0 (32 and 64 bit) release
« Reply #52 on: July 02, 2023, 05:29:03 PM »
just tested, its not corrupt.   

The md5sum is:  ea80eb251fe6d2aff56e2ee5d995c6e22533dfe8  rpi-linux-6.1.25.tar.xz

it gave me error on untar

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #53 on: July 02, 2023, 09:14:48 PM »
Hi Paul_123
cosminbro is discussing 6.1.21 and I get similar result
Code: [Select]
md5sum *
f9dce1e21b3bc9762d7501cd9e190b91  rpi-6.1.21-piCore64.tar.xz
tar -xvf *.xz
tar: corrupted data
tar: short read
tc@box:~/Downloads$ xz -d *.xz
xz: corrupted data

whether he should be downloading the 6.1.25 is something else eh?

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1242
Re: piCore 14.0 (32 and 64 bit) release
« Reply #54 on: July 02, 2023, 09:42:06 PM »
That is not the released kernel.  That version of the kernel had a few problems.  I need to remove the 6.1.21 files.

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #55 on: July 04, 2023, 03:02:28 AM »
Hi Paul_123 and Juanito

to save sending a third pm....I have spotted the error and manually fixed my TCE list file for the possible submission which is rejectable.
That will teach me to not read what I send...or will it?  ;D

Offline Paul_123

  • Administrator
  • Hero Member
  • *****
  • Posts: 1242
Re: piCore 14.0 (32 and 64 bit) release
« Reply #56 on: July 04, 2023, 07:21:57 PM »
libudev renamed to udev-lib to closer align with x86_64

gudev files have been split out, it was not obvious if anything really depended on libgudev.so  but it you find a missing dep, let me know.

armvx repo is updated, I’ll get aarch64 a bit later
« Last Edit: July 05, 2023, 06:36:34 AM by Paul_123 »

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #57 on: July 04, 2023, 09:51:30 PM »
Hi

I know this is TCB post but based on that udev-lib change, members may like to run
Quote
Apps -> Dependencies & deletions -> dependencies -> Update .dep files
With aussie net speed and lots installed that takes about 2M40 YMMV

For me,  the dep changed are for bluez.tcz.dep, libdrm.tcz.dep, libinput.tcz.dep, libmbim.tcz.dep, libusb.tcz.dep, libv4l2.tcz.dep
and pulseaudio.tcz.dep

Thanks to Juanito and Paul_123 for looking into this.

aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #58 on: July 05, 2023, 03:12:27 AM »
Hi Paul_123
Code: [Select]
tc@box:/tmp/tcloop$ readelf -d libmbim/usr/local/bin/mbimcli | grep 'NEEDED' | grep udev
 0x00000001 (NEEDED)                     Shared library: [libgudev-1.0.so.0]
 0x00000001 (NEEDED)                     Shared library: [libudev.so.0]

The other TCEs I have named for dep changes look good to me. cheers


aus9

  • Guest
Re: piCore 14.0 (32 and 64 bit) release
« Reply #59 on: July 06, 2023, 01:06:20 AM »
Hi Juanito or Paul_123

We appear on arm7l and maybe others missing colord?

on arm7l I try
Code: [Select]
tce-load -w gtk4-dev
gtk4-dev.tcz.dep OK
Downloading: colord-dev.tcz
Connecting to repo.tinycorelinux.net (128.127.66.77:80)
wget: server returned error: HTTP/1.1 404 Not Found
md5sum: colord-dev.tcz.md5.txt: No such file or directory
Error on colord-dev.tcz

Apps GUI total tab also says colord-dev not found. FYI
EDIT I was going to offer to see if I can build it but I have make error against sane at the moment which is a build dep of colord
that assumes I needed to update sane. Maybe keep current sane.
« Last Edit: July 06, 2023, 01:19:50 AM by aus9 »