WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tiny Core 12.0 Alpha 1 Testing  (Read 17517 times)

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Tiny Core 12.0 Alpha 1 Testing
« on: January 04, 2021, 05:12:03 AM »
Team Tiny Core is pleased to announce that Tiny Core 12.0 Alpha1 is available for public testing:

http://repo.tinycorelinux.net/12.x/x86/release_candidates/distribution_files
http://repo.tinycorelinux.net/12.x/x86_64/release_candidates/distribution_files

This is an alpha level cut. If you decide to help test, then please test carefully. We don't want anyone to lose data.

Since this is an alpha cut, we ask that only experienced users test. This cut is not for general use. The features in any alpha are not fixed and may change before a public release candidate is available.

We appreciate testing and feedback.

Changelog for 12.0 alpha1:
* kernel updated to 5.10.3
* glibc updated to 2.32
* gcc updated to 10.2.0
* binutils updated to 2.35.1
* e2fsprogs base libs/apps updated to 1.45.6
* util-linux base libs/apps updated to 2.36.1
* tc-functions: version changes from andyj
* version: changes from andyj
* shutdown.sh: clarifying comment
* busybox-aliases: additions from bdantas
* filetool.sh: comments from bdantas
* tce-setup: remove neeedless timestamp from bdantas
* tce-config: more precise /opt copying from bdantas
* tce-config: rename autoscan from polikuo
* tc-config: similar awk rounding
* init: avoid awk rounding
* filetool.sh: dc syntax change fix from watt
* tce-audit: search fix from lhaley42

Note:

* we discovered a bug whereby busybox modprobing any module for the 5.10 kernel prints the message "Module has invalid ELF header", but the module is loaded anyway
* the libffi and readline extensions have been updated - this will break a lot of extensions, so fallback libffi6 and readline7 extensions have been created.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #1 on: January 04, 2021, 06:32:22 AM »
I realize that starting out there will not be many extensions, but Xorg-7.7 has a dependency on libxkbfile which is missing in the 32-bit and 64-bit repos so Xorg is a non-starter.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #2 on: January 04, 2021, 07:21:44 AM »
No squashfs-tools either which makes building extensions a little more challenging.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #3 on: January 04, 2021, 07:45:58 AM »
Thanks to Core Team and congratulations to all of us!

I see hwclock not system time on my 32-bit system:
Code: [Select]
sudo hwclock -s -u
hwclock: settimeofday: Invalid argument
echo $?
1

while kernel is serving rtc and tz correctly

Code: [Select]
tc@box:~$ hwclock
Mon Jan  4 15:44:51 2021  0.000000 seconds
tc@box:~$ hwclock -u
Mon Jan  4 17:45:00 2021  0.000000 seconds
tc@box:~$ date
Mon Jan  4 17:45:09 EET 2021
tc@box:~$ echo $TZ
EET-2EEDT-3,M3.5.0/3,M10.5.0/4

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #4 on: January 04, 2021, 10:24:18 AM »
libc.pdf says:
The struct timezone type is obsolete and should never be used.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #5 on: January 04, 2021, 11:16:38 AM »
This is from /util-linux-2.36/sys-utils/hwclock.c:

 * POSIX 2008 marked TZ in settimeofday() as deprecated. Unfortunately,
 * different C libraries react to this deprecation in a different way. Since
 * glibc v2.31 settimeofday() will fail if both args are not NULL

Seems that busybox's hwclock.c needs to be patched a little bit in order to work properly with fresh libc.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #6 on: January 05, 2021, 01:22:25 AM »
I realize that starting out there will not be many extensions, but Xorg-7.7 has a dependency on libxkbfile which is missing in the 32-bit and 64-bit repos so Xorg is a non-starter.

libxkbfile and squashfs-tools copied over

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #7 on: January 05, 2021, 01:26:44 AM »
This is from /util-linux-2.36/sys-utils/hwclock.c:

 * POSIX 2008 marked TZ in settimeofday() as deprecated. Unfortunately,
 * different C libraries react to this deprecation in a different way. Since
 * glibc v2.31 settimeofday() will fail if both args are not NULL

Seems that busybox's hwclock.c needs to be patched a little bit in order to work properly with fresh libc.

The util-linux "hwclock -s -u" doesn't give an error - please report the bug to busybox.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #8 on: January 05, 2021, 09:31:39 AM »
I'm pretty sure that was covered in bb months ago, and current version (or git) works fine.
The only barriers that can stop you are the ones you create yourself.

Offline andyj

  • Hero Member
  • *****
  • Posts: 1021
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #9 on: January 05, 2021, 09:39:38 AM »
Xorg works now, and I can compile and build a few extensions but not many. I would think that for any extension its associated -dev extension would be available too, since they're mostly header files. Mirrors.tcz might be helpful too.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14535
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #10 on: January 05, 2021, 09:51:37 AM »
I’m steadily working through the extensions and adding them as I check their status vis a vis libffi and readline - *dev extensions often pull in additional deps, so they take longer.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #11 on: January 05, 2021, 09:30:13 PM »
I'm pretty sure that was covered in bb months ago, and current version (or git) works fine.

Quite right, busybox 1.33.0 is already cleaned out of this inconsistency.

@Juanito, Xfbdev.tcz.dep includes libXfont.tcz reference, while present in repo is libXfont2.tcz. Both x86 and x86_64.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #12 on: January 05, 2021, 10:10:54 PM »
And, correspondingly, Xfbdev wants libXfont.so to start ...
And Xvesa the same.
« Last Edit: January 05, 2021, 10:41:18 PM by jazzbiker »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #13 on: January 06, 2021, 12:17:41 AM »
There is a patch on the bb mailinglist for the modprobe issue. Let's wait a bit to see if it's accepted; if not, we'll carry that locally. bb needs an update anyways.
The only barriers that can stop you are the ones you create yourself.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Tiny Core 12.0 Alpha 1 Testing
« Reply #14 on: January 06, 2021, 05:28:42 AM »
I've copied libXfont.tcz* from my local tce11/optional along with the other missing stuff and now I am writing this post  from TC12a1 under Xfbdev+dwm with the help  of netsurf-gtk.:)