WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
TCE Bugs / Re: Warning loop dependency: libpulseaudio.tcz
« Last post by Rich on December 19, 2025, 11:57:57 AM »
Hi Juanito
I think if:
Code: [Select]
/usr/local/lib/libmpg123.so
/usr/local/lib/libmpg123.so.0
/usr/local/lib/libmpg123.so.0.49.4
were separated into  libmpg123.tcz  and added as dependencies to
mpg123.tcz  and  libsndfile.tcz  it would break the dependency loop
without impacting any other extensions.
22
TCE Bugs / Re: [core x86 repo] gtk2-dev seems to be missing "gdkconfig.h"
« Last post by Zhe on December 19, 2025, 11:27:43 AM »
Hi,Juanito &  Rich

Thank you for your reply.

It's not particularly urgent for me.
23
TCE Bugs / Re: rxvt.tcz.md5.txt doesn't match rxvt.tcz
« Last post by Rich on December 19, 2025, 11:09:10 AM »
Hi linic
rxvt.tcz.md5.txt fixed.
24
TCE Bugs / Re: [core x86 repo] gtk2-dev seems to be missing "gdkconfig.h"
« Last post by Rich on December 19, 2025, 11:04:27 AM »
Hi Zhe
This happened once before:
https://forum.tinycorelinux.net/index.php/topic,24544.0.html

A copy of  gdkconfig.h  is attached there if you can't wait.
25
TCE Bugs / Re: [core x86 repo] gtk2-dev seems to be missing "gdkconfig.h"
« Last post by Juanito on December 19, 2025, 10:39:34 AM »
I’m away for a couple of days - I’ll take a look when I get back
26
TCE Bugs / rxvt.tcz.md5.txt doesn't match rxvt.tcz
« Last post by linic on December 19, 2025, 09:55:56 AM »
After downloading http://tinycorelinux.net/16.x/x86/tcz/rxvt.tcz:
Code: [Select]
$ md5sum rxvt.tcz
66dd1e096ff1c9451fd96ddfd89fce2e  rxvt.tcz
and if we look at http://tinycorelinux.net/16.x/x86/tcz/rxvt.tcz.md5.txt
Code: [Select]
e62a5d58a0212bd2f4423afd1b3770fc  rxvt.tcz

From http://tinycorelinux.net/16.x/x86/tcz/rxvt.tcz.info
Quote
Current:   2023/12/12 updated to version 9.31
Maybe when it was updated, the .tcz was updated and not the .md5.txt or vice versa?
27
TCE Bugs / [core x86 repo] gtk2-dev seems to be missing "gdkconfig.h"
« Last post by Zhe on December 19, 2025, 09:48:09 AM »
Hi, Juanito

The gtk2-dev in the x86 repository seems to be missing "gdkconfig.h"

28
TCE Bugs / Re: polkitd hardwired to user=tc?
« Last post by GNUser on December 19, 2025, 09:12:34 AM »
My conclusion is that flatpak is complex and interacts with dbus, polkit, and XDG* environmental variables in ways that are difficult to understand. I can't really recommend flatpak--I packaged it for the x86_64 repo mostly because I like a good challenge :)

But if you must use flatpak, I would definitely recommend always using the  --user  flag (it eliminates all chit-chat between flatpak and polkit, thus decreasing complexity) by adding this line to your ~/.ashrc:

Code: [Select]
alias flatpak='flatpak --user'

Happy hacking!
29
TCE Bugs / Re: Warning loop dependency: libpulseaudio.tcz
« Last post by GNUser on December 19, 2025, 08:46:17 AM »
Hi Rich.

It's the repo.
Good to know I'm not the problem. Thanks for confirming.

Not at all. That's what we're here for. :)
Thank you :)

30
TCE Bugs / Re: Warning loop dependency: libpulseaudio.tcz
« Last post by Rich on December 19, 2025, 08:44:33 AM »
Hi Juanito
Looks like there really is a circular dependency:
Code: [Select]
libsndfile.tcz
0x0000000000000001 (NEEDED) Shared library: [libasound.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [libFLAC.so.8]
0x0000000000000001 (NEEDED) Shared library: [libmp3lame.so.0]
0x0000000000000001 (NEEDED) Shared library: [libmpg123.so.0]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libogg.so.0]
0x0000000000000001 (NEEDED) Shared library: [libopus.so.0]
0x0000000000000001 (NEEDED) Shared library: [libsndfile.so.1]
0x0000000000000001 (NEEDED) Shared library: [libvorbisenc.so.2]
0x0000000000000001 (NEEDED) Shared library: [libvorbis.so.0]


libpulseaudio.tcz
0x0000000000000001 (NEEDED) Shared library: [ld-linux-x86-64.so.2]
0x0000000000000001 (NEEDED) Shared library: [libcap.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [libdbus-1.so.3]
0x0000000000000001 (NEEDED) Shared library: [libdl.so.2]
0x0000000000000001 (NEEDED) Shared library: [libglib-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libICE.so.6]
0x0000000000000001 (NEEDED) Shared library: [libltdl.so.7]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libpthread.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpulsecommon-13.0.so]
0x0000000000000001 (NEEDED) Shared library: [libpulse.so.0]
0x0000000000000001 (NEEDED) Shared library: [librt.so.1]
0x0000000000000001 (NEEDED) Shared library: [libSM.so.6]
0x0000000000000001 (NEEDED) Shared library: [libsndfile.so.1]
0x0000000000000001 (NEEDED) Shared library: [libspeexdsp.so.1]
0x0000000000000001 (NEEDED) Shared library: [libX11.so.6]
0x0000000000000001 (NEEDED) Shared library: [libX11-xcb.so.1]
0x0000000000000001 (NEEDED) Shared library: [libxcb.so.1]
0x0000000000000001 (NEEDED) Shared library: [libXtst.so.6]


mpg123.tcz
0x0000000000000001 (NEEDED) Shared library: [libasound.so.2]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
0x0000000000000001 (NEEDED) Shared library: [libmpg123.so.0]
0x0000000000000001 (NEEDED) Shared library: [libm.so.6]
0x0000000000000001 (NEEDED) Shared library: [libout123.so.0]
0x0000000000000001 (NEEDED) Shared library: [libportaudio.so.2]
0x0000000000000001 (NEEDED) Shared library: [libpulse-simple.so.0]
0x0000000000000001 (NEEDED) Shared library: [libpulse.so.0]
0x0000000000000001 (NEEDED) Shared library: [libSDL2-2.0.so.0]
0x0000000000000001 (NEEDED) Shared library: [libsyn123.so.0]

libpulseaudio.tcz needs libsndfile.so.1
libsndfile.tcz needs libmpg123.so.0
mpg123.tcz needs libpulse.so.0

    [Edit]: Added  .tcz  in 6 places.  Rich
Pages: 1 2 [3] 4 5 ... 10