Page 1 of 1

[SOLVED] Having some trouble with vlc

PostPosted: Jun 30th, '18, 20:08
by canadaist
Ryzen 5, AMD rx 460 2 gig, 8 Gig Ram, fresh install on new SSD.

I dont have any real problems, I continue to be impressed and grateful for Mageia.

But I can't get vlc to run, or in trying to get it to run, it segfaults, both with comment, or silently.
I cant urmpe vlc because it also removes 26 important other files.

So what is happening?

Also: kinfocenter just crashed as I tried to get accurate system report for this.

Re: Having some trouble with vlc

PostPosted: Jul 1st, '18, 13:45
by doktor5000
canadaist wrote:I cant urmpe vlc because it also removes 26 important other files.

What important other files? It would be helpful if you would have at least provided that list ...

Please show the output of
Code: Select all
urpmq --list-media active --list-url
rpm -qa|sort|grep vlc

and also the full output when you run vlc from a terminal.

Re: Having some trouble with vlc

PostPosted: Jul 1st, '18, 15:07
by canadaist
The result from
Code: Select all
urpmq --list-media active --list-url


Code: Select all
Core Release http://mirror.math.princeton.edu/pub/mageia/distrib/6/x86_64/media/core/release
Core Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/x86_64/media/core/updates
Nonfree Release http://mirror.math.princeton.edu/pub/mageia/distrib/6/x86_64/media/nonfree/release
Nonfree Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/x86_64/media/nonfree/updates
Tainted Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/x86_64/media/tainted/updates
Core 32bit Release http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/core/release
Core 32bit Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/core/updates
Nonfree 32bit Release http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/nonfree/release
Nonfree 32bit Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/nonfree/updates
Tainted 32bit Release http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/tainted/release
Tainted 32bit Updates http://mirror.math.princeton.edu/pub/mageia/distrib/6/i586/media/tainted/updates

and
Code: Select all
 rpm -qa|sort|grep vlc

produces:
Code: Select all
lib64vlc5-3.0.2-0.1.mga6.tainted
lib64vlccore8-3.0.0-0.git.19.mga6
lib64vlccore9-3.0.2-0.1.mga6.tainted
libvlc5-3.0.2-0.1.mga6.tainted
libvlccore9-3.0.2-0.1.mga6.tainted
npapi-vlc-2.2.0-1.mga6
phonon4qt5-vlc-0.10.0-1.mga6
phonon-vlc-0.10.0-1.mga6
vlc-3.0.2-0.1.mga6.tainted
vlc-plugin-common-3.0.2-0.1.mga6
vlc-plugin-lua-3.0.2-0.1.mga6.tainted
vlc-plugin-pulse-3.0.2-0.1.mga6.tainted
vlc-plugin-theora-3.0.2-0.1.mga6.tainted
vlc-plugin-vdpau-3.0.2-0.1.mga6.tainted

in a terminal
Code: Select all
$ vlc
Produces this result.
Code: Select all
VLC media player 3.0.2 Vetinari (revision 3.0.2-0-gd7b653cf14)
... and nothing else. Although it has reported a segfault during some other attempts in terminal.

In MCC, when 586 version of vlc is chosen for removal (64 version is not installed) this is the list of files that will also be removed.
Code: Select all
- kdelibs4-core-4.14.35-1.mga6.x86_64
- kdelibs4-handbooks-4.14.35-1.mga6.noarch
- kppp-16.12.3-1.mga6.x86_64
- kppp-handbook-16.12.3-1.mga6.noarch
- lib64kde3support4-4.14.35-1.mga6.x86_64
- lib64kdecore5-4.14.35-1.mga6.x86_64
- lib64kdeui5-4.14.35-1.mga6.x86_64
- lib64kemoticons4-4.14.35-1.mga6.x86_64
- lib64kfile4-4.14.35-1.mga6.x86_64
- lib64khtml5-4.14.35-1.mga6.x86_64
- lib64kio5-4.14.35-1.mga6.x86_64
- lib64kjsembed4-4.14.35-1.mga6.x86_64
- lib64kntlm4-4.14.35-1.mga6.x86_64
- lib64kparts4-4.14.35-1.mga6.x86_64
- lib64kpty4-4.14.35-1.mga6.x86_64
- lib64krosscore4-4.14.35-1.mga6.x86_64
- lib64ktexteditor4-4.14.35-1.mga6.x86_64
- phonon-vlc-0.10.0-1.mga6.x86_64
- phonon4qt5-vlc-0.10.0-1.mga6.x86_64
- task-plasma5-5.12.2-1.mga6.noarch
- task-plasma5-minimal-5.12.2-1.mga6.noarch
- vlc-plugin-common-3.0.2-0.1.mga6.x86_64
- vlc-plugin-lua-3.0.2-0.1.mga6.tainted.x86_64
- vlc-plugin-theora-3.0.2-0.1.mga6.tainted.x86_64
- vlc-plugin-vdpau-3.0.2-0.1.mga6.tainted.x86_64

0B of additional disk space will be used.

Thanks for replying.

Re: Having some trouble with vlc

PostPosted: Jul 1st, '18, 21:57
by doktor5000
You're missing the tainted release repo.

You can simply remove vlc and then install everything again via
Code: Select all
urpme vlc
urpmi vlc task-plasma5 task-plasma5-minimal

SOLVED Re: Having some trouble with vlc

PostPosted: Jul 2nd, '18, 00:33
by canadaist
I should have guessed that first and done due diligence. Hat tipped Doc