I have a problem with VLC. I would like to make this program work. But once installed here is the error that appears in the Terminal (Very strange, because on the distribution, which I had tried before Slitaz, i.e. Q4OS VLC started without problems):
I attach a .txt file because the text is too much and I don't want the forum to block me again by detecting my spam conversations.
https://easyupload.io/xkocwl
VLC won't start
(24 posts) (3 voices)-
Posted 2 months ago #
-
Hi NarakuITA,
Infact i test cooking, seem vlc is broken :(.
Let's me check how to fix.Posted 2 months ago # -
Hi NarakuITA,
I retry to build vlc, found why vlc broken.
3.0.10 required Qt5 to have gui, but we try to build with qt4.Build in progress on my local env with Qt5, and check it.
If work as expected, update receipt to build it on cook and push on mirror.Posted 2 months ago # -
Posted 2 months ago #
-
I check wok history and found what happen.
vlc 3.0.8 build work with qt4.
vlc has been bump to 3.0.10, build with qt4 seem work until 13th March 2022, build failed with libcaca.I have same error, i remove it; because libcaca is unmaintained and have security issue.
Build with qt4 work, but if understand logs both 3.0.8 / 3.0.10 required qt5 for guiPosted 2 months ago # -
:(
Not sure understand what happen, i try to build vlc on cooking (previously i build it for current64).
Compile failed about extended_panels.cpp issue
make[4]: *** [Makefile:25146: gui/qt/components/libqt_plugin_la-extended_panels.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
[...]
make[4]: Leaving directory '${src}/modules'
make[3]: *** [Makefile:27631: all-recursive] Error 1
make[3]: Leaving directory '${src}/modules'
make[2]: *** [Makefile:12590: all] Error 2
make[2]: Leaving directory '${src}/modules'
make[1]: *** [Makefile:1560: all-recursive] Error 1
make[1]: Leaving directory '${src}'
make: *** [Makefile:1445: all] Error 2
================================================================================Posted 2 months ago # -
Hi,
I try to compile vlc also on current (32bits), no found issue.
I try to compile vlc on local cooking env, same issue.found issue when build qt5, gdk-pixbuf complain miss libjpeg.so.9
related to libjpeg-turbo have PROVIDE="libjpeg", i adjust qt5 receipt to ensure with have libjpeg to avoid race condition.I do same build order than current 32bits, need more investigate why we have issue.
vlc receipt use gcc83, qt5 also.On current we have gcc 8.3.0 as default gcc, don't see significant diff on vlc/qt5 receipt.
Posted 2 months ago # -
After search could be related to old glibc.
https://stackoverflow.com/questions/14535556/why-doesnt-priu64-work-in-this-code
https://github.com/WAVM/WAVM/pull/266Check to build vlc with
export CPPFLAGS="$CPPFLAGS -D__STDC_FORMAT_MACROS"
Posted 2 months ago # -
Build successfully with workaround.
I push, build in progress on cookPosted 2 months ago # -
Don't worry, I'll wait for you to solve the problem. Unfortunately I can't help you since I just arrived here, and I use linux. :)
Posted 2 months ago # -
No problem :)
Build done on cook.
Packages available here :
https://cook.slitaz.org/cooker.cgi?download=vlc-3.0.10.tazpkg
https://cook.slitaz.org/cooker.cgi?download=libvlc-3.0.10.tazpkgCould be install manually (without wait mirror sync) :
wget https://cook.slitaz.org/cooker.cgi?download=vlc-3.0.10.tazpkg -O vlc-3.0.10.tazpkg
wget https://cook.slitaz.org/cooker.cgi?download=libvlc-3.0.10.tazpkg -O libvlc-3.0.10.tazpkgsu -c "tazpkg -i libvlc-3.0.10.tazpkg"
su -c "tazpkg -i vlc-3.0.10.tazpkg"Enjoy listen media :)
Posted 2 months ago # -
I can't install them, because it says I already have them installed.
I tried onsu -c "tazpkg -i libvlc-3.0.10.tazpkg" --forced
but it doesn't work. I'm definitely doing something wrong, what was the correct command to force the installation?
Posted 2 months ago # -
arf infact in your case already installed.
should be :
su -c "tazpkg -i libvlc-3.0.10.tazpkg --forced"
su -c "tazpkg -i vlc-3.0.10.tazpkg --forced""
as to delimit command to be run, in you case --forced don't have effet because--forced
not in command.Posted 2 months ago # -
Ok, I figured out what I was doing wrong. Installed everything. But it doesn't work. Now the error has changed: Segmentation fault.
vlc[2033]: segfault at b27e8bae ip b1d6cb24 sp bfbca96c error 7 in libQt5Core.so.5.14.2[b1c9d000+365000]
vlc[2058]: segfault at b27b0bae ip b1d34b24 sp bfdd48dc error 7 in libQt5Core.so.5.14.2[b1c65000+365000] has changed: Segmentation fault.Posted 2 months ago # -
hmm that strange,
When i check, do test on qemu with rolling.
I do test on my dell x300 with rolling, to have same condition that you.
i'm install vlc / libvlc, and install new packages of vlc/libvlc.It's work.
Maybe you can try to reinstall libQt5Core.
su -c "tazpkg -gi libQt5Core --forced
Posted 2 months ago #
Reply »
You must log in to post.