Page 1 of 1

VLC under OpenSuse Tumbleweed 64

Posted: 24 Feb 2016 14:15
by Tommy82
Hello,
sorry for my bad English.

I want to install VLC on my OpenSuse Tumbleweed, so i make a

Code: Select all

sudo zypper install vlc
but then i become those message

Code: Select all

sudo zypper install vlc root's password: Daten des Repositories laden ... Installierte Pakete lesen ... Paketabhängigkeiten auflösen ... Die folgenden 6 NEUEN Pakete werden installiert: libvlc5 libvlccore8 vlc vlc-codecs vlc-noX vlc-qt 6 neue Pakete zu installieren. Overall download size: 5,4 MiB. Already cached: 0 B. Nach der Operation werden zusätzlich 18,6 MiB belegt. Fortfahren? [j/n/? zeigt alle Optionen] (j): j Paket libvlccore8-2.2.2-1.2.x86_64 wird abgerufen (1/6), 428,2 KiB ( 1,0 MiB entpackt) Abruf: libvlccore8-2.2.2-1.2.x86_64.rpm ............................................................................................................................................................................................[fertig] Paket libvlc5-2.2.2-1.2.x86_64 wird abgerufen (2/6), 94,9 KiB (131,4 KiB entpackt) Abruf: libvlc5-2.2.2-1.2.x86_64.rpm ................................................................................................................................................................................................[fertig] Paket vlc-noX-2.2.2-1.2.x86_64 wird abgerufen (3/6), 3,4 MiB ( 13,6 MiB entpackt) Abruf: vlc-noX-2.2.2-1.2.x86_64.rpm ....................................................................................................................................................................................[fertig (1,7 MiB/s)] Paket vlc-codecs-2.2.2-1.2.x86_64 wird abgerufen (4/6), 193,6 KiB (532,3 KiB entpackt) Abruf: vlc-codecs-2.2.2-1.2.x86_64.rpm .............................................................................................................................................................................................[fertig] Paket vlc-qt-2.2.2-1.2.x86_64 wird abgerufen (5/6), 1,1 MiB ( 2,9 MiB entpackt) Abruf: vlc-qt-2.2.2-1.2.x86_64.rpm .................................................................................................................................................................................................[fertig] Paket vlc-2.2.2-1.2.x86_64 wird abgerufen (6/6), 247,6 KiB (398,6 KiB entpackt) Abruf: vlc-2.2.2-1.2.x86_64.rpm ....................................................................................................................................................................................................[fertig] Test auf Dateikonflikte: ...........................................................................................................................................................................................................[fertig] (1/6) Installation von: libvlccore8-2.2.2-1.2 ......................................................................................................................................................................................[fertig] (2/6) Installation von: libvlc5-2.2.2-1.2 ..........................................................................................................................................................................................[fertig] (3/6) Installation von: vlc-noX-2.2.2-1.2 ..........................................................................................................................................................................................[fertig] Zusätzliche RPM-Ausgabe: /var/tmp/rpm-tmp.PqZV07: line 2: 12477 Segmentation fault (core dumped) /usr/lib64/vlc/vlc-cache-gen -f /usr/lib64/vlc/plugins warning: %post(vlc-noX-2.2.2-1.2.x86_64) scriptlet failed, exit status 139 (4/6) Installation von: vlc-codecs-2.2.2-1.2 .......................................................................................................................................................................................[fertig] Zusätzliche RPM-Ausgabe: /var/tmp/rpm-tmp.j66Csu: line 1: 12481 Segmentation fault (core dumped) /usr/lib64/vlc/vlc-cache-gen -f /usr/lib64/vlc/plugins warning: %post(vlc-codecs-2.2.2-1.2.x86_64) scriptlet failed, exit status 139 (5/6) Installation von: vlc-qt-2.2.2-1.2 ...........................................................................................................................................................................................[fertig] Zusätzliche RPM-Ausgabe: /var/tmp/rpm-tmp.NKmmYq: line 1: 12485 Segmentation fault (core dumped) /usr/lib64/vlc/vlc-cache-gen -f /usr/lib64/vlc/plugins warning: %post(vlc-qt-2.2.2-1.2.x86_64) scriptlet failed, exit status 139 (6/6) Installation von: vlc-2.2.2-1.2 ..............................................................................................................................................................................................[fertig] Zusätzliche RPM-Ausgabe: /var/tmp/rpm-tmp.KCmAGx: line 1: 12489 Segmentation fault (core dumped) /usr/lib64/vlc/vlc-cache-gen -f /usr/lib64/vlc/plugins warning: %post(vlc-2.2.2-1.2.x86_64) scriptlet failed, exit status 139
I don't find the Problem, can you help me?


I tried to compile VLC from git

Code: Select all

git clone git://git.videolan.org/vlc.git cd vlc ./bootstrap
after this i make a

Code: Select all

./configure
and then i become this error:
configure: error: Cannot find native C99 compiler: please define BUILDCC.
What can i do, to run VLC on OpenSuseTumbleweed?

Thank you

Re: VLC under OpenSuse Tumbleweed 64

Posted: 24 Oct 2018 20:13
by safari2
The same problem under windows msys2/mingw 32 :(

Re: VLC under OpenSuse Tumbleweed 64

Posted: 16 Apr 2019 18:05
by mangup
The same problem under windows msys2/mingw 32 :(
I've faced with it now. Was the solution found?