SliTaz SliTaz Forum

You are not logged in.

#401 2024-06-02 13:54:46

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Bonjour Ceel,

En effet il s'avère que la version gdk-pixbuf 2.42.12 créer un segfault mtpaint.

Après debug avec gdb, je vois que ce serait en lien avec [c]g_type_check_instance_is_fundamentally_a() from /usr/lib/libgobject-.20.so.0[/c]

Ce qui est étrange c'est que des infos que j'ai trouvé, ce serait déjà fixé depuis un moment hmm.

Si je construit mtpaint avec gtk3, pas de soucis avec la 2.42.12, mais gtk2 segfault.

J'ai downgrade gdk-pixbuf en 2.42.6 et appliquer le patch pour la CVE-2022-48622.

gdk-pixbuf et gtk+ ont été reconstruit ainsi que mtpaint

Hi Ged,

Infact for current version no flavors available that could be explain 404 Not Found hmm

For man page, infact seem try to display manual html page sad

You can see it on "Applications > Documentation > Tazlito manual"

Offline

#402 2024-06-02 14:47:48

Ged
Member
Registered: 2024-05-29
Posts: 5

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi Shann,

Will 'Applications->Documentation->Manual' work with the base install, without X, and with no GUI...?

(I'm sure I'll read the manual somehow - the point was that 'man' seems to be broken in base.:)

Don't worry, I'll look into it when I have time.  Are we OK using this thread?

Ged.

Offline

#403 2024-06-03 10:52:27

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi Ged,

Sorry infact confusing that you have base iso, in same time i fix issue on mtpaint and forget this.

For thread, think good idea that you create one.

Offline

#404 2024-06-03 12:36:06

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

mesa-dri - hardlink

hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so

hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so

hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so

slitaz-current

tux@slitaz:~$ tazpkg -s mesa-dri

Search result for "mesa-dri"

=====================================================================

Installed packages

--------------------------------------------------------------------------------

mesa-dri                21.3.5            x-window

mesa-dri-ati            21.3.5            x-window

mesa-dri-crocus         21.3.5            x-window

mesa-dri-intel          21.3.5            x-window

mesa-dri-iris           21.3.5            x-window

mesa-dri-nouveau        21.3.5            x-window

mesa-dri-virtio         21.3.5            x-window

=====================================================================

7 installed packages found for "mesa-dri"

[..]

tux@slitaz:~$ ls -l /usr/lib/dri

total 225488

-rwxr-xr-x    1 root     root      21190112 Mar  4 17:04 crocus_dri.so

-rwxr-xr-x    1 root     root      13581848 Jan 14 21:02 i830_dri.so

-rwxr-xr-x    1 root     root      13581848 Jan 14 21:02 i915_dri.so

-rwxr-xr-x    1 root     root      13581848 Jan 14 21:02 i965_dri.so

-rwxr-xr-x    1 root     root      21190112 Mar  4 17:04 iris_dri.so

-rwxr-xr-x    1 root     root      21190112 Mar  4 17:04 nouveau_dri.so

-rwxr-xr-x    1 root     root      13581848 Mar  4 17:04 nouveau_vieux_dri.so

-rwxr-xr-x    1 root     root      13581848 Jan 14 21:01 r200_dri.so

-rwxr-xr-x    1 root     root      16157480 Jan 14 21:01 r300_dri.so

-rwxr-xr-x    1 root     root      16157480 Jan 14 21:01 r600_dri.so

-rwxr-xr-x    1 root     root      13581848 Jan 14 21:01 radeon_dri.so

-rwxr-xr-x    1 root     root      16157480 Jan 14 21:01 radeonsi_dri.so

-rwxr-xr-x    1 root     root      16157480 Jan 14 21:01 swrast_dri.so

-rwxr-xr-x    1 root     root      21190112 Mar  4 17:04 virtio_gpu_dri.so

tux@slitaz:~$ du -sh /usr/lib/dri

220.2M    /usr/lib/dri

VS.

slackware-15

live@darkstar:~$ ls -l /usr/lib/dri

total 424744

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 crocus_dri.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 i830_dri.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 i915_dri.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 i965_dri.so*

-rwxr-xr-x  1 root root      975 Feb 14  2021 i965_drv_video.la*

-rwxr-xr-x  1 root root  8251412 Feb 14  2021 i965_drv_video.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 iris_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 kms_swrast_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 nouveau_dri.so*

-rwxr-xr-x  3 root root 12301628 Jan 28  2022 nouveau_drv_video.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 nouveau_vieux_dri.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 r200_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 r300_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 r600_dri.so*

-rwxr-xr-x  3 root root 12301628 Jan 28  2022 r600_drv_video.so*

-rwxr-xr-x  6 root root 16067956 Jan 28  2022 radeon_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 radeonsi_dri.so*

-rwxr-xr-x  3 root root 12301628 Jan 28  2022 radeonsi_drv_video.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 swrast_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 virtio_gpu_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 vmwgfx_dri.so*

-rwxr-xr-x 11 root root 26667324 Jan 28  2022 zink_dri.so*

live@darkstar:~$ tar tvf mesa-21.3.5-i586-2.txz | grep usr/lib/dri

drwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/
-rwxr-xr-x root/root  26667324 2022-01-28 20:52 usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  16067956 2022-01-28 20:52 usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/i915_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/i965_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/iris_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/kms_swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/nouveau_dri.so link to usr/lib/dri/crocus_dri.so
-rwxr-xr-x root/root  12301628 2022-01-28 20:52 usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/nouveau_vieux_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/r200_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/r300_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/r600_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/r600_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/radeon_dri.so link to usr/lib/dri/i830_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/radeonsi_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/radeonsi_drv_video.so link to usr/lib/dri/nouveau_drv_video.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/swrast_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/virtio_gpu_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/vmwgfx_dri.so link to usr/lib/dri/crocus_dri.so
hrwxr-xr-x root/root         0 2022-01-28 20:52 usr/lib/dri/zink_dri.so link to usr/lib/dri/crocus_dri.so
live@darkstar:~$ du -sh /usr/lib/dri

61M    /usr/lib/dri

mesa-21.3.5-i586-2.txz    2022-01-28 21:53     20M

http://slackware.nl/slackware/slackware-15.0/slackware/x/mesa-21.3.5-i586-2.txz

[attachment=52381,3545]

Offline

#405 2024-06-03 16:35:49

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi alanyih,

Oh nice catch thanks smile.

I adjust receipt of mesa-dri-* packages to use symlink.

Reduce space used by 85% (220Mo vs 33Mo)

Offline

#406 2024-06-05 02:53:04

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi shann,

libgl1-mesa-dri_21.3.5-1_i386.deb (11.5 MiB)

https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/libgl1-mesa-dri_21.3.5-1_i386.deb

$ dpkg-deb -c libgl1-mesa-dri_21.3.5-1_i386.deb

drwxr-xr-x root/root         0 2022-01-28 08:49 ./
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27793632 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16637464 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 08:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root        44 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root       448 2022-01-28 08:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root     14241 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root         0 2022-01-28 08:49 ./usr/share/drirc.d/
-rw-r--r-- root/root     44680 2022-01-26 13:36 ./usr/share/drirc.d/00-mesa-defaults.conf
lrwxrwxrwx root/root         0 2022-01-28 08:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz -> ../libglapi-mesa/changelog.Debian.gz

$

Offline

#407 2024-06-05 04:08:40

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

mesa-vulkan

# Disable vulkan drivers, seem issue with i486

    # see https://bugs.freedesktop.org/show_bug.cgi?id=93089

    VULKAN_DRIVERS=""

https://cook.slitaz.org/current/index.cgi?receipt=mesa

$ tar tvf mesa-21.3.5-i586-2.txz | grep vulkan

-rwxr-xr-x root/root  10361828 2022-01-28 20:52 usr/lib/libvulkan_intel.so
-rwxr-xr-x root/root   6963032 2022-01-28 20:52 usr/lib/libvulkan_lvp.so
-rwxr-xr-x root/root   7894432 2022-01-28 20:52 usr/lib/libvulkan_radeon.so
drwxr-xr-x root/root         0 2022-01-28 20:52 usr/share/vulkan/
drwxr-xr-x root/root         0 2022-01-28 20:52 usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root       295 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_INTEL_nullhw.json
-rw-r--r-- root/root       300 2022-01-26 18:36 usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root         0 2022-01-28 20:52 usr/share/vulkan/icd.d/
-rw-r--r-- root/root       146 2022-01-28 20:51 usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root       144 2022-01-28 20:51 usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root       147 2022-01-28 20:51 usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root         0 2022-01-28 20:52 usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root       472 2022-01-26 18:36 usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

$ dpkg-deb -c mesa-vulkan-drivers_21.3.5-1_i386.deb

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root      5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root    598460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1159732 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10738892 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7233696 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8255144 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root       709 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root       300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root       161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root       159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root       162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root       472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

mesa-vulkan-drivers_21.3.5-1_i386.deb (5.5 MiB)

https://launchpad.net/ubuntu/+source/mesa/21.3.5-1/+build/23104818/+files/mesa-vulkan-drivers_21.3.5-1_i386.deb

Offline

#408 2024-06-05 04:38:35

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

mesa build log

Debian Package Auto-Building

Build log for mesa (21.3.5-1) on i386

mesa → 21.3.5-1 → i386 → 2022-01-28 15:12:31 (text)

sbuild (Debian sbuild) 0.81.2 (31 January 2021) on x86-ubc-02.debian.org

+==============================================================================+
| mesa 21.3.5-1 (i386)                         Fri, 28 Jan 2022 14:52:24 +0000 |
+==============================================================================+

[..]

libgl1-mesa-dri_21.3.5-1_i386.deb

---------------------------------

new Debian package, version 2.0.

size 11054688 bytes: control archive=1364 bytes.

    1092 bytes,    21 lines      control

    1729 bytes,    23 lines      md5sums

     161 bytes,     5 lines   *  postinst             #!/bin/sh

     161 bytes,     5 lines   *  postrm               #!/bin/sh

     161 bytes,     5 lines   *  preinst              #!/bin/sh

     161 bytes,     5 lines   *  prerm                #!/bin/sh

Package: libgl1-mesa-dri

Source: mesa

Version: 21.3.5-1

Architecture: i386

Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Installed-Size: 43315

Depends: libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm-intel1 (>= 2.4.38), libdrm-nouveau2 (>= 2.4.66), libdrm-radeon1 (>= 2.4.31), libdrm2 (>= 2.4.75), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libglapi-mesa (= 21.3.5-1), libllvm13, libsensors5 (>= 1:3.5.0), libstdc++6 (>= 11), libvulkan1 (>= 1.2.131.2), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)

Section: libs

Priority: optional

Multi-Arch: same

Homepage: https://mesa3d.org/

Description: free implementation of the OpenGL API -- DRI modules

  This version of Mesa provides GLX and DRI capabilities: it is capable of

  both direct and indirect rendering.  For direct rendering, it can use DRI

  modules from the libgl1-mesa-dri package to accelerate drawing.

  .

  This package does not include the OpenGL library itself, only the DRI

  modules for accelerating direct rendering.

  .

  For a complete description of Mesa, please look at the

  libglx-mesa0 package.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/
-rw-r--r-- root/root  27662452 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
-rw-r--r-- root/root  16563628 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i915_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/i965_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/iris_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/kms_swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/nouveau_vieux_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r200_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r300_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/r600_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeon_dri.so link to ./usr/lib/i386-linux-gnu/dri/i830_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/radeonsi_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/swrast_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/virtio_gpu_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/vmwgfx_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
hrw-r--r-- root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/dri/zink_dri.so link to ./usr/lib/i386-linux-gnu/dri/crocus_dri.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/libgl1-mesa-dri/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/libgl1-mesa-dri/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/libgl1-mesa-dri/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/drirc.d/
-rw-r--r-- root/root     44680 2022-01-26 18:36 ./usr/share/drirc.d/00-mesa-defaults.conf

[..]

mesa-vulkan-drivers_21.3.5-1_i386.deb

-------------------------------------

new Debian package, version 2.0.

size 5243052 bytes: control archive=1344 bytes.

     836 bytes,    15 lines      control

    1371 bytes,    17 lines      md5sums

      26 bytes,     1 lines      triggers             

Package: mesa-vulkan-drivers

Source: mesa

Version: 21.3.5-1

Architecture: i386

Maintainer: Debian X Strike Force <debian-x@lists.debian.org>

Installed-Size: 27319

Depends: libvulkan1, libc6 (>= 2.33), libdrm-amdgpu1 (>= 2.4.105), libdrm2 (>= 2.4.89), libelf1 (>= 0.142), libexpat1 (>= 2.0.1), libgcc-s1 (>= 7), libllvm13, libstdc++6 (>= 11), libwayland-client0 (>= 1.15.0), libx11-xcb1 (>= 2:1.7.2), libxcb-dri3-0 (>= 1.13), libxcb-present0, libxcb-randr0 (>= 1.13), libxcb-shm0, libxcb-sync1, libxcb1 (>= 1.9.2), libxshmfence1, libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)

Provides: vulkan-icd

Section: libs

Priority: optional

Multi-Arch: same

Homepage: https://mesa3d.org/

Description: Mesa Vulkan graphics drivers

  Vulkan is a low-overhead 3D graphics and compute API. This package

  includes Vulkan drivers provided by the Mesa project.

drwxr-xr-x root/root         0 2022-01-28 13:49 ./
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/bin/
-rwxr-xr-x root/root      5807 2022-01-26 18:36 ./usr/bin/mesa-overlay-control.py
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/
-rw-r--r-- root/root    594256 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_device_select.so
-rw-r--r-- root/root   1147336 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libVkLayer_MESA_overlay.so
-rw-r--r-- root/root  10714208 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_intel.so
-rw-r--r-- root/root   7188532 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_lvp.so
-rw-r--r-- root/root   8230460 2022-01-28 13:49 ./usr/lib/i386-linux-gnu/libvulkan_radeon.so
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/
-rw-r--r-- root/root        44 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/control
-rwxr-xr-x root/root       448 2022-01-28 13:49 ./usr/share/bug/mesa-vulkan-drivers/script
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/
-rw-r--r-- root/root     46118 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/changelog.Debian.gz
-rw-r--r-- root/root      2005 2022-01-26 18:36 ./usr/share/doc/mesa-vulkan-drivers/changelog.gz
-rw-r--r-- root/root     14241 2022-01-28 13:49 ./usr/share/doc/mesa-vulkan-drivers/copyright
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/lintian/overrides/
-rw-r--r-- root/root       227 2022-01-28 13:49 ./usr/share/lintian/overrides/mesa-vulkan-drivers
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/explicit_layer.d/
-rw-r--r-- root/root       300 2022-01-26 18:36 ./usr/share/vulkan/explicit_layer.d/VkLayer_MESA_overlay.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/icd.d/
-rw-r--r-- root/root       161 2022-01-28 13:49 ./usr/share/vulkan/icd.d/intel_icd.i686.json
-rw-r--r-- root/root       159 2022-01-28 13:49 ./usr/share/vulkan/icd.d/lvp_icd.i686.json
-rw-r--r-- root/root       162 2022-01-28 13:49 ./usr/share/vulkan/icd.d/radeon_icd.i686.json
drwxr-xr-x root/root         0 2022-01-28 13:49 ./usr/share/vulkan/implicit_layer.d/
-rw-r--r-- root/root       472 2022-01-26 18:36 ./usr/share/vulkan/implicit_layer.d/VkLayer_MESA_device_select.json

more details

https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=i386&ver=21.3.5-1&stamp=1643382751&raw=1

Offline

#409 2024-06-05 16:37:35

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi alanyih,

Yes infact if i use same CFLAGS that Slackware, mesa with vulkan drivers build sucessfully.

[c]export  CFLAGS="-O2 -march=i586 -mtune=i686"[/c]

For debian, if understand build log, use i686 arch.

In case implied that for mesa not work on i486 machine.

I set [c]CFLAGS="-march=i586 -Os -pipe -fomit-frame-pointer[/c]

Offline

#410 2024-06-08 09:35:25

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi shann,

mesa_21.3.5-1_i386-buildd.changes:

----------------------------------

Format: 1.8

Date: Fri, 28 Jan 2022 15:49:51 +0200

Source: mesa

Binary: libd3dadapter9-mesa libd3dadapter9-mesa-dbgsym libd3dadapter9-mesa-dev libegl-mesa0 libegl-mesa0-dbgsym libegl1-mesa libegl1-mesa-dev libgbm-dev libgbm1 libgbm1-dbgsym libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-dri-dbgsym libgl1-mesa-glx libglapi-mesa libglapi-mesa-dbgsym libgles2-mesa libgles2-mesa-dev libglx-mesa0 libglx-mesa0-dbgsym libosmesa6 libosmesa6-dbgsym libosmesa6-dev libwayland-egl1-mesa libxatracker-dev libxatracker2 libxatracker2-dbgsym mesa-common-dev mesa-opencl-icd mesa-opencl-icd-dbgsym mesa-va-drivers mesa-va-drivers-dbgsym mesa-vdpau-drivers mesa-vdpau-drivers-dbgsym mesa-vulkan-drivers mesa-vulkan-drivers-dbgsym

Architecture: i386

Version: 21.3.5-1

Distribution: sid

Urgency: medium

Maintainer: amd64 / i386 Build Daemon (x86-ubc-02) <buildd_amd64-x86-ubc-02@buildd.debian.org>

Changed-By: Timo Aaltonen <tjaalton@debian.org>

Description:

libd3dadapter9-mesa - state-tracker for Direct3D9

libd3dadapter9-mesa-dev - state-tracker for Direct3D9 -- development files

libegl-mesa0 - free implementation of the EGL API -- Mesa vendor library

libegl1-mesa - transitional dummy package

libegl1-mesa-dev - free implementation of the EGL API -- development files

libgbm-dev - generic buffer management API -- development files

libgbm1    - generic buffer management API -- runtime

libgl1-mesa-dev - transitional dummy package

libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules

libgl1-mesa-glx - transitional dummy package

libglapi-mesa - free implementation of the GL API -- shared library

libgles2-mesa - transitional dummy package

libgles2-mesa-dev - transitional dummy package

libglx-mesa0 - free implementation of the OpenGL API -- GLX vendor library

libosmesa6 - Mesa Off-screen rendering extension

libosmesa6-dev - Mesa Off-screen rendering extension -- development files

libwayland-egl1-mesa - transitional dummy package

libxatracker-dev - X acceleration library -- development files

libxatracker2 - X acceleration library -- runtime

mesa-common-dev - Developer documentation for Mesa

mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime

mesa-va-drivers - Mesa VA-API video acceleration drivers

mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers

mesa-vulkan-drivers - Mesa Vulkan graphics drivers

Closes: 1003987

Changes:

mesa (21.3.5-1) unstable; urgency=medium

.

   * New upstream release.

   * iris-inter-context-busy-tracking.diff: Fix a regression causing

     flickering and corruption on Intel. (Closes: #1003987)

If possible, provide all complete features.

Offline

#411 2024-06-09 18:30:45

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi alanyih,

Need to ensure mesa correctly split.

Minus new packages i think we have all features.

[c]directx-headers[/c] need for d3d12 gallium

[c]libva/libva-dev[/c] need for VA drivers

[c]libclc[/c] need for OpenCL ICD

> build deps for libclc

   [c]spirv-headers[/c]

   [c]spirv-llvm-translator[/c]

   [c]clang[/c]

Message: Configuration summary:                                                                                                                                             

        prefix:          /usr

        libdir:          lib

        includedir:      include                                                                                                                                 

        OpenGL:          yes (ES1: yes ES2: yes)                                                                                                                             

        OSMesa:          libOSMesa                                                                                                                                           

        DRI platform:    drm

        DRI drivers:     i915 i965 r100 r200 nouveau

        DRI driver dir:  /usr/lib/dri                                                                                                                                       

        GLX:             DRI-based                                                                                                                                                                         

        EGL:             yes

        EGL drivers:     builtin:egl_dri2 builtin:egl_dri3

        EGL/Vulkan/VL platforms:   x11 surfaceless drm

        GBM:             yes

        GBM backends path: /usr/lib/gbm                                                                                                                                     

        Vulkan drivers:  amd intel swrast

        Vulkan ICD dir:  share/vulkan/icd.d

        Vulkan layers:   device-select                                                                                                                                                                     

        llvm:            yes

        llvm-version:    13.0.0                                                                                                                                                                           

        Gallium drivers: nouveau r300 r600 svga radeonsi swrast virgl iris crocus d3d12

        Gallium st:      mesa xa xvmc vdpau va nine clover

        HUD lmsensors:   no                                                                                                                                                                               

        Shared-glapi:    yes                                                                                                                                                 

        Perfetto:        no

        Perfetto ds:     auto                                                                                                                                               

Build targets in project: 261

Offline

#412 2024-06-10 20:33:10

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi alanyih,

Below list of mesa packages :

mesa # now is meta package that depends of other mesa packages needed

mesa-vulkan

mesa-vdpau

mesa-va

mesa-dri

mesa-dri-vmwgfx

mesa-dri-virtio

mesa-dri-nouveau

mesa-dri-iris

mesa-dri-intel

mesa-dri-d3d12

mesa-dri-crocus

mesa-dri-ati

libxvmc-mesa

libxatracker-mesa

libos-mesa

libopencl-mesa

libglx-mesa

libglapi-mesa

libgbm-mesa

libd3d9-mesa

Normally don't break anythink with split, i check deps for libs is ok for each subpackage.

Also for mesa-va / mesa-vdpau use symlink for libs to avoid issue with hardlink

Offline

#413 2024-06-11 00:07:32

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi shann,

Great.

Thanks.

Offline

#414 2024-06-30 09:05:16

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi,

Pleasure to announce in // i'm working to purpose native x86_64 current version.

Big thanks to alanyih, i used your docker image slitaz/slitaz-gcc as base for bootstrap

Toolchain and minimal base are update to current version.

Continue with xorg stack and other apps.

I follow my cookall script to rebuild each package on right order.

root@slitaz:/home/slitaz/wok# gcc -v

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-slitaz-linux/8.3.0/lto-wrapper

Target: x86_64-slitaz-linux

Configured with: /home/slitaz/wok/gcc/source/gcc-8.3.0/configure --libexecdir=/usr/lib --enable-nls --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit --enable-lto --enable-threads=posix --disable-bootstrap --disable-multilib --with-pkgversion=SliTaz64 --build=x86_64-slitaz-linux --host=x86_64-slitaz-linux

Thread model: posix

gcc version 8.3.0 (SliTaz64)

root@slitaz:/home/slitaz/wok# /lib/libc.so.6

GNU C Library (GNU libc) stable release version 2.28.

Copyright (C) 2018 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.

There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A

PARTICULAR PURPOSE.

Compiled by GNU CC version 8.3.0.

libc ABIs: UNIQUE IFUNC ABSOLUTE

For bug reporting instructions, please see:

<http://www.gnu.org/software/libc/bugs.html>.

Offline

#415 2024-07-01 09:15:51

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi Shann, cheers of encouragement for the sustained effort, and for the goal of getting the distribution in line with all the others!

It is not my intention to belittle the choices made, but I think distributions should have a name, or a number, instead of the anonymous rolling or stable.

Again a Best Wishes to all developers for the future.

-------------------------------------------------------------------------

Ciao Shann, un applauso di incoraggiamento per lo sforzo sostenuto, e per l'obiettivo di arrivare ad allineare la distribuzione con tutte le altre!

Non è mia intenzione sminuire le scelte fatte, ma penso che le distribuzioni debbano avere un nome, od un numero, al posto dell'anonimo rolling or stable.

Di nuovo un Augurio di buon proseguimento a tutti gli sviluppatori.

Offline

#416 2024-07-01 15:31:12

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi gibor,

Thank you very much.

No problem, infact could be more convenient to have explicit name smile.

Why i use 'current' pick up name version from Slackware to explicit that "version" to prepare next fixed. think 6.0 or other name.

I push patch to openssh 9.6p1 for CVE-2024-6387.

Offline

#417 2024-07-01 20:02:17

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Continue to build all packages for x86_64.

Discover few issue when try to build rootfs base, kernel panic on qemu.

After investigation :

bzImage / rootfs64 panic

bzImage / rootfs current userland 32 ok

With busybox minimal stuff, boot ok.

With base + init of busybox boot ok.

Check init script, and see that related to swiching root to /mnt

[c]/mnt/lib/ld-linux.so.2 /mnt/bin/ln -s /mnt/$i[/c]

In x86_64 context, we don't have ld-linux.so.2 but ld-linux-x86-64.so.2

Adjust it to [c]/mnt/lib/ld-linux*.so.2 /mnt/bin/ln -s /mnt/$i[/c], and panic go out smile

[attachment=52446,3555]

Offline

#418 2024-07-02 12:22:23

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi,

Finish to build xorg, and base flavor stuff this morning.

I create iso and test it.

Minus fight with cookiso/tazlito that not yet ready to use x86_64 packages, it's work well.

Adjust tazlito to have lib64 symlink for work as expected when generate rootfs, and no strip list packages (infact gcc-lib-base became gcc).

[attachment=52447,3556]

Offline

#419 2024-07-02 14:52:24

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

For early testing only

https://people.slitaz.org/~shann/slitaz-current64-stuff/slitaz-current-base64.iso

Packages pushed on https://people.slitaz.org/~shann/slitaz-current64-stuff/packages.

If you try to use [c]cook setup[/c], i forget and need to adjust [c]/usr/bin/cook[/c].

line 1313, remove x86_64 on case to use native setup.

Also /etc/slitaz/slitaz.conf need to be adjust for CFLAGS (follow comment for x86_64).

grub4dos not on part but of course on x86_64, grub2 should be mandatory smile

Offline

#420 2024-07-02 22:06:49

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi shann,

I gave a try at base64 ISO.

[*]boot ok smile

[*]kernel panic with rootfs built with [c]tazusb writefs lzma[/c] sad ; looks very similar at this issue; but too late tonight to investigate

[*]no possibility to block a package actually, but I think this will come nextly; by the way, the usage message displays vervion 5.3.2 for [c]tazpkg-stable[/c] but the installed version is 5.3.3

Last thing: After I updated my core flavour tonight (last update 09/06/24), the rootfs growed from 70M to 102M !!! Is it normal?

Offline

#421 2024-07-03 06:12:23

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi Ceel,

Thanks for test, i also tested on my EeePC, boot ok.

Due of base only and not drm stuff screen display 800x600 but nice to see work as well.

For kernel panic, if understand post issue could be related to miss lib64.

In my case i need to adjust tazlito to ensure we have /lib64 symlink on rootfs.

for tazpkg-stable, infact script have VERSION=5.3.2 but tag version is 5.3.3 (i adjust it).

Continue to build remain stuff, yesterday finish mysql/postgresql/php/apache/cups.

For growed rootfs size of current, only change i do in June :

- add miss firmware-amdgpu on iso

- rebuild mesa to have full feature and split it (also fix mesa-dri for libs size)

- add abiword, gnumeric, audacity

- rebuild slitaz-i18n for abiword/gnumeric translation

- fix openssh build (miss glib-dev)

Can you please list updates doing ? maybe help to found packages impacted.

Offline

#422 2024-07-03 10:46:22

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hello shann,

Yes, having a look at the root of the rootfs I saw you created a symlink [c]lib64[/c] to [c]lib[/c]. So maybe the problem is different. In Next64 [c]lib64[/c] existed but wasn't created by [c]tazusb[/c] when creating the rootfs.

I boot again the broken rootfs; here is the error message:

[c]Kernel panic - not syncing: No working init found. Try passing init option to kernel[/c]

Last Current core update:

[c]2024-07-02 19:57:30 - Installed - libegl-mesa (21.3.5) - 2e2fd673d5d5abdac5e26a7c73f7ddc4
2024-07-02 19:57:31 - Installed - libglvnd (1.3.3) - 9ef1751495b376e3175501ed0946f718
2024-07-02 19:57:33 - Installed - libgbm-mesa (21.3.5) - 0edcf5708bc82be66924f1a01399a8c8
2024-07-02 19:57:34 - Installed - libglapi-mesa (21.3.5) - a5afffe2dc7136a2dc4eab208f42fa87
2024-07-02 19:57:34 - Installed - libglx-mesa (21.3.5) - b8c53bec7e731829c7447a670d7cfb05
2024-07-02 19:57:36 - Installed - libopencl-mesa (21.3.5) - 301f91e52200eff8bb8b7be42cf5a593
2024-07-02 19:57:55 - Installed - llvm-lib (13.0.0) - 5edb233b12b607c0464def1cf54f0aab
2024-07-02 19:57:55 - Installed - libos-mesa (21.3.5) - 4eadf35d79bf7fd6ae583c27127dd800
2024-07-02 19:57:57 - Installed - libdrm-nouveau (2.4.109) - e9b6468bec26cf0538e24ce5a422d5df
2024-07-02 19:57:58 - Installed - libdrm-radeon (2.4.109) - fb3814e0db0b2f5ce170aa8ecabb2c2f
2024-07-02 19:57:59 - Installed - libxvmc-mesa (21.3.5) - 37d8f4fe421545d9ca663a0485880568
2024-07-02 19:58:00 - Installed - libxatracker-mesa (21.3.5) - d5e9ff8ff5a7f1679edc008df3676dad
2024-07-02 19:58:01 - Installed - mesa-vulkan (21.3.5) - df62914faa415e89d5c8bff5454147c9
2024-07-02 19:58:03 - Installed - mesa (21.3.5) - b69cc5cb835c1dde5d8d24292caf82f8
2024-07-02 19:58:05 - Installed - webkitgtk (2.4.11) - 6af6c534abd246700d3f75cdb17dbc1b[/c]
The increase of the rootfs is caused by the new [c]mesa[/c] deps (libglvnd, libgbm-mesa, libglapi-mesa, libglx-mesa, libopencl-mesa, libos-mesa, libxvmc-mesa, libxatracker-mesa, mesa-vulkan) and subdeps (llvm-lib, libdrm-nouveau, libdrm-radeon)

sad

Two other things with Core:

[*]My layout in PCManFM Preferences: Home folder, Trash can and Filesystem root.

When I open the file manager (right click, Favorite Applications > File Manager); click on Filesystem Root opens a new tab with Documents. Then PCManFM will work normally till I close it... this never happens when I open PCManFM from the Documents icon of the desktop or with Applications > System Tools > File Manager PCManFM. Really strange, can you reproduce it?

[*]Seems my computer boots too fast in frugal mode, I needed to add [c]sleep 1[/c] after [c]action 'Configuring loopback...'[/c] in [c]network.sh[/c] to have my Wi-Fi working after boot

Offline

#423 2024-07-03 21:18:37

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi,

Finish to rebuild all stuff for core64 smile

Below fresh iso build and test on qemu, and this post from.

Need tweaks again infact use tazpkg 5.3.3, cookutils/tazlito/tazpanel not really happy to deal with it.

Geat achievement and continue to polish him.

@Ceel,

Need check if i can reduce mesa deps.

For bug on pcmanfm need to check it.

Strange issue for network sad, i note them if need to patch network.sh to ensure that network stack correctly configured.

[attachment=52452,3557]

Offline

#424 2024-07-03 21:35:42

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

I add slitaz-current-core64.iso on my people space and update packages.

iso have mirror point to local repo, need to be change for use [c]http://people.slitaz.org/~shann/slitaz-current64-stuff/packages[/c]

/!\ REMIND that not yet usual day to day iso, just early work /!\

Offline

#425 2024-07-04 10:09:24

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: [Current version (6.0) dev thread] - Usage of SliTaz 4.0 / rolling

Hi,

Pleasure to announce that i patch cookutils, tazpkg 944, now it's work well with x86_64 smile.

Also test on my eeepc 1215N, work like a charm.

for sonycrokett, i don't forget, abiword / gnumeric compiled.

Need to check for build packages miss between current and current64.

[attachment=52454,3558]

slitaz-current-core64.iso update to have new tazpkg/cookutils stuff, and mirror point to people.

Offline

Registered users online in this topic: 0, guests: 3
[Bot] OAI-SearchBot (2),
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.022 seconds, 7 queries executed - Memory usage: 1.68 MiB (Peak: 1.77 MiB) ]