Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VLC [need help] [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
sleepingsun
Guru
Guru


Joined: 03 May 2006
Posts: 458
Location: Bosnia

PostPosted: Tue Jul 10, 2018 12:11 pm    Post subject: VLC [need help] [SOLVED] Reply with quote

When i try this i get error but i put in make.conf -gcrypt any suggest if you need more info i will post to solve this ?

GCC is 7.3.0 and libebml re-emerge and done this libtool --finish /usr/lib64 ...

emerge --ask --update --deep --newuse @world

Code:
These are the packages that would be merged, in order:

Calculating dependencies /

!!! Problem resolving dependencies for media-video/vlc from @selected
... done!

!!! The ebuild selected to satisfy "media-video/vlc" has unmet requirements.
- media-video/vlc-3.0.3-r1::gentoo USE="X a52 alsa bidi bluray dbus dts dvbpsi dvd encode ffmpeg flac fontconfig gnome-keyring jack jpeg libnotify libsamplerate lua mp3 mpeg mtp ncurses ogg opus png postproc pulseaudio qt5 samba sftp shout ssl svg truetype udev vorbis x264 xml (-altivec) (-aom) -archive -cddb -chromaprint -chromecast -dc1394 -debug (-directx) -faad -fdk -fluidsynth -gcrypt -gme -gstreamer -ieee1394 -kate -libass (-libav) -libcaca -libtar -libtiger -linsys -lirc -live -macosx-notifications (-macosx-qtkit) -matroska -modplug -musepack (-neon) -nfs -omxil -opencv -optimisememory -projectm -rdp -rtsp -run-as-root -schroedinger -sdl-image -sid -skins -soxr -speex (-srt) -taglib -test -theora -tremor -twolame -upnp -v4l -vaapi -vdpau -vnc -vpx -wayland -wma-fixed -x265 -zeroconf -zvbi" ABI_X86="(64)" CPU_FLAGS_X86="mmx sse"

  The following REQUIRED_USE flag constraints are unsatisfied:
    ssl? ( gcrypt )

  The above constraints are a subset of the following complete expression:
    chromecast? ( encode ) directx? ( ffmpeg ) fontconfig? ( truetype ) libcaca? ( X ) libtar? ( skins ) libtiger? ( kate ) postproc? ( ffmpeg ) skins? ( qt5 truetype X xml ) ssl? ( gcrypt ) vaapi? ( ffmpeg X ) vdpau? ( ffmpeg X )

(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

_________________
Gentoo is Rocks


Last edited by sleepingsun on Wed Jul 11, 2018 8:09 am; edited 1 time in total
Back to top
View user's profile Send private message
Keruskerfuerst
Advocate
Advocate


Joined: 01 Feb 2006
Posts: 2289
Location: near Augsburg, Germany

PostPosted: Tue Jul 10, 2018 12:18 pm    Post subject: Reply with quote

Here is the problem:

Quote:
The following REQUIRED_USE flag constraints are unsatisfied:
ssl? ( gcrypt )


You must add the use flag ssl.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Tue Jul 10, 2018 12:19 pm    Post subject: Reply with quote

Code:
  The following REQUIRED_USE flag constraints are unsatisfied:
    ssl? ( gcrypt )

portage tell you that if you want ssl use flag on vlc package you need also gcrypt.
Then you disable ssl and gcrypt on vlc.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sleepingsun
Guru
Guru


Joined: 03 May 2006
Posts: 458
Location: Bosnia

PostPosted: Tue Jul 10, 2018 12:28 pm    Post subject: Reply with quote

Keruskerfuerst wrote:
Here is the problem:

Quote:
The following REQUIRED_USE flag constraints are unsatisfied:
ssl? ( gcrypt )


You must add the use flag ssl.


I have ssl in flag becouse i need tham for proftpd if i put -ssl i have problem with proftpd !
_________________
Gentoo is Rocks
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8935

PostPosted: Tue Jul 10, 2018 12:30 pm    Post subject: Reply with quote

^ what fedeliallalinea said.
Back to top
View user's profile Send private message
sleepingsun
Guru
Guru


Joined: 03 May 2006
Posts: 458
Location: Bosnia

PostPosted: Tue Jul 10, 2018 12:34 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Code:
  The following REQUIRED_USE flag constraints are unsatisfied:
    ssl? ( gcrypt )

portage tell you that if you want ssl use flag on vlc package you need also gcrypt.
Then you disable ssl and gcrypt on vlc.


Just need help howto do that that i not touch /etc/portage//make.conf ?
_________________
Gentoo is Rocks
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10587
Location: Somewhere over Atlanta, Georgia

PostPosted: Tue Jul 10, 2018 12:40 pm    Post subject: Reply with quote

New packages may have new dependencies. You just happened to run into a new USE dependency. It's perfectly normal to modify make.conf to address these types of issues. The HOWTO you're looking for is in the Handbook.

- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Tue Jul 10, 2018 12:40 pm    Post subject: Reply with quote

sleepingsun wrote:
Just need help howto do that that i not touch /etc/portage//make.conf ?

/etc/portage/package.use
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
sleepingsun
Guru
Guru


Joined: 03 May 2006
Posts: 458
Location: Bosnia

PostPosted: Tue Jul 10, 2018 12:52 pm    Post subject: Reply with quote

Think that i solved problem with this

nano -w /etc/portage/package.use/vlc

than put in media-video/vlc -ssl and 43 packages updating ... when finish if is sucess i put solved

ty all for help
_________________
Gentoo is Rocks
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21607

PostPosted: Wed Jul 11, 2018 2:34 am    Post subject: Reply with quote

Keruskerfuerst wrote:
Here is the problem:

Quote:
The following REQUIRED_USE flag constraints are unsatisfied:
ssl? ( gcrypt )


You must add the use flag ssl.
No. He has the ssl USE flag, and not the gcrypt flag. As discussed later, he needs to remove ssl or add gcrypt.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum