You are not logged in.
Hi,
webkitgtk/midori build, test it but same issue about certs 
"Security unknown The signing certificate authority is no known"
"Error granting trust: Couldn't find a place to store the pinned certificate"
Good news remain 33 packages to have full core flavor build, and linux64 / memtest64.
All packages cooked don't have gcc83 deps, and .la file don't include in -dev
Offline
Hi,
Cross x86_64 toolchain available :
GCC 6.3.0
Binutils 2.37
Glibc 2.23 (with --enable-kernel=4.19)
Kernel headers 4.19.294
https://people.slitaz.org/~shann/slitaz-current-stuff/slitaz-x86_64-toolchain-20231005.tar.bz2
My notes for build cross toolchain, it's most part same of cross script stuff, minus few tweaks don't build eglibc, fix order build for headers, ajust glibc configure
https://people.slitaz.org/~shann/slitaz-current-stuff/README_cross_x86_64.txt
This evening after work, go to take linux64 kernel build.
Offline
Hi,
Push new iso build with my local current wok, include 4.19.294 kernel, glibc 2.23, ssl 1.1.1n, midori 0.5.11 / webkitgtk 2.4.11.
https://people.slitaz.org/~shann/slitaz-current-stuff/20231009/
Warn about gtkonly / core version, miss this packages :
- linux-firmware
- linux-mmc (empty because mod in linux pkg)
- midori-video
- liwebkit-video
=> for midori-video / libwebkit-video, midori has been bump to 0.5.11 and link with webkitgtk.
Need to check for use recent version.
Check this afternoon for build linux64 and modules packages.
Day off today for me, on-call this week-end, dedicated time for project 
Offline
Just need adjust linux receipt to use cross toolchain x86_64 instead uclibc and 3 other receipts, we have packages
.
for aufs, cloop, wireguard need tweak receipt to use cross toolchain, and think have create loop deps.
Infact this packages need linux64-module-headers (if read correctly receipt, use linux64 subfolder create when build linux64 kernel)
Five packages seem empty, need check if path set properly.
- linux64-input-tablet
- linux64-irda
- linux64-mmc
- linux64-radio
- linux64-usbip
Also 58 orphan modules, need check also path or drop in 4.x branch
Offline
linux64-input-tablet => usb_wacom has changed param (CONFIG_TABLET_SERIAL_WACOM4)
linux64-irda (removed since 4.18)
linux64-radio => need update config (no modules selected)
linux64-usbip => wrong path (since 4.x moved staging to usb)
Offline
Finish rebuild linux64 stuff
.
Remain two packages failed because empty
root@bbot:/home/slitaz/wok# grep -nrl 'ERROR: empty package' ../log/linux64-*.log
../log/linux64-irda.log
../log/linux64-mmc.log
Time to check on my eeepc linux64 packages stuff and build x64 flavors.
Offline
I also push packages / wok stuff.
https://people.slitaz.org/~shann/slitaz-current-stuff/wok
https://people.slitaz.org/~shann/slitaz-current-stuff/packages
Infact if i push as is in wok-current, no sure if cron cooker break chroot with loop.
Maybe comment cooker, and pull manually to build packages in right order.
Offline
Hi,
Yesterday when try to cross compile busybox for x86_64, i see error about rpc/rpc.h missing, infact i forgot to add flag --enable-obsolete-rpc for glibc cross build 
I update README_cross_x86_64.txt and slitaz-x86_64-toolchain-20231005.tar.bz2.
Offline
Hi,
More 50% has been rebuild on current wok (743 of 1326 packages).
I run list manually to ensure sanity of "current chroot env", but after first pass done, can be automate.
Offline
Hi,
Pleasure to announce all packages has been build for current (1326 packages).
https://cook.slitaz.org/current/
Wait tomorrow for mirror sync, and after that check to build iso directly from tank.
Offline
Hi shann,
Bravo pour cette tâche de Titan.
Un seul mot : Respect.
Merci.
Amitiés.
Offline
Hi Rantanplan
Thanks 
As said iso available at mirror, fresh build for base,justx,gtkonly,core both variant full x32 or with x64 kernel.
https://mirror.slitaz.org/iso/current/
Offline
Hi shann, i'm sorry for My ignorance. I can install vlc on your slitaz-current-core.iso?
Offline
Hi Shann,
I installed the new slitaz-current-core64.iso recently built by you (16-October). I am able to boot into GUI.
I downloaded the latest release of Firefox (118.0)from ftp.mozilla.org/pub, extracted the bz2 file into 'firefox'folder and attempted to launch from the terminal using /firefox/firefox. However, I get the error message- "Unable to execute child process. ~/firefox/firefox not found".
I felt that I am missing a dependency. I installed gtk3+ using tazpkg from the current repo. Even after that, the error continues. All other known dependencies are installed. Pl see & kindly suggest.
Offline
Hi slitaz_user4,
Thanks for test 
infact, hmm curious you tried x32 or x64 version ?
on my case i trying last week-end last ESR (115) and run on term i see firefox crashed and warn about libEGL missings methods / GLX extensions missing.
i try with ESR 78.9.0 it's ok, for last ESR think issue about mesa version, need investigate.
I check issue seem because you try to run x86_64 version :
tux@slitaz:~$ ~/firefox/x86_64/firefox/firefox
/bin/sh: /home/tux/firefox/x86_64/firefox/firefox: not found
tux@slitaz:~$ ~/firefox/i686/firefox/firefox
XPCOMGlueLoad error for file /home/tux/firefox/i686/firefox/libmozgtk.so:
libgtk-3.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
tux@slitaz:~$
At time need check to have midori work as expected for https website.
tazpanel build with webkitgtk 2.4.11 also, don't have issue to display https website
And also check for others packages as firefox, vlc, midori-video, videos codecs ...
Offline
I check and found how to use gdb with firefox release.
Need gdb-python and this script to fetch debug symbols
https://gist.github.com/luser/193572147c401c8a965c
Inside firefox folder
tux@slitaz:~/firefox/i686/firefox$ gdb
GNU gdb (GDB) 11.2
Copyright (C) 2022 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "i486-slitaz-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word".
(gdb) source /home/tux/firefox/symbols.py
(gdb) exec-file firefox-bin
(gdb) run
Starting program: /home/tux/firefox/i686/firefox/firefox-bin
sh: using fallback suid method
warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path /lib/libthread_db-1.0.so
line to your configuration file "/home/tux/.config/gdb/gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/tux/.config/gdb/gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
[New LWP 2216]
[LWP 2216 exited]
[Detaching after fork from child process 2217]
[New LWP 2218]
[Detaching after fork from child process 2219]
[New LWP 2220]
[New LWP 2221]
[New LWP 2222]
[New LWP 2223]
[New LWP 2224]
[New LWP 2225]
[New LWP 2226]
[New LWP 2227]
[LWP 2227 exited]
[New LWP 2228]
[New LWP 2229]
[New LWP 2230]
[New LWP 2231]
[New LWP 2232]
[New LWP 2233]
[New LWP 2234]
[New LWP 2235]
[New LWP 2236]
[New LWP 2237]
[New LWP 2238]
[New LWP 2239]
Thread 1 "firefox-bin" received signal SIGSEGV, Segmentation fault.
0xf6af19ee in gtk_widget_get_style_context () from /usr/lib/libgtk-3.so.0
(gdb)
If understand, related to gtk3
Offline
Hi,
I compile qupzilla 1.8.9 (latest can be with qt4) with patch for openssl 1.1.x.
work well, yes it's old, see no issue with https.
Need continue check to have at least this packages build and work :
browsers : midori, firefox, qupzilla
media : vlc
Reminder also to rebuild xorg stack for last patch libX11, and libwebp also
[attachment=51685,3396]
Offline
Hi,
I begin stuff to ensure we have stable and recent version.
In case i compare current wok versions with Slackware 15.0, because it's more conservative in upgrade and keep security in mind.
For xorg stuff, i check also with 14.2 for proto packages (15.0 have 2021.5 metapackage)
On all packages build on current, we have 1018 it's same version (it's include also only slitaz pkg), 136 remain. Seem good point 
40 UPDATED
24 SKIP because need major upgrade as Mesa / Xorg / GCC / Glibc / Kernel
72 need to check
I launch mass rebuild of packages list manually step by step, and adjust receipt when need (meson build, new build deps).
[attachment=51724,3408]
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.6 MiB (Peak: 1.77 MiB) ]