Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325207 - media-video/vlc-1.1.0 configure problems
Summary: media-video/vlc-1.1.0 configure problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-23 11:36 UTC by Ivan
Modified: 2010-06-25 09:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (1277292586-install-media-video_vlc-1.1.0:0::gentoo.out,28.28 KB, text/plain)
2010-06-23 11:38 UTC, Ivan
Details
build.log - xcb check with '--disable-xcb' (build.log,25.85 KB, text/plain)
2010-06-23 15:27 UTC, Hanno Zysik (geki)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan 2010-06-23 11:36:53 UTC
Using ~x86, trying to upgrade to the recently released vlc 1.1.0 but it refuses to build due to clashing options + an error about a missing library.

I have no idea what goom is, and the last occurs because I have USE="gnuts -gcrypt".

Short Version
=============
configure: WARNING: only static linking is available, you must provide a gme-tree
configure: WARNING: Not building Roku HD1000 compatible video output
configure: WARNING: Not building Roku HD1000 compatible video output
configure: WARNING: Library libgoom2 needed for goom was not found
configure: error: --enable-gnutls and --disable-libgcrypt are mutually exclusive.
Comment 1 Ivan 2010-06-23 11:38:12 UTC
Created attachment 236317 [details]
Build log

Build log attached; here are my USE flags (forgot to include them before):

media-video/vlc [N 1.1.0] <target>
    X a52 aac -aalib alsa (-altivec) -atmo avahi -bidi cdda cddb dbus -dc1394 -debug -dirac -directfb -dts -dvb dvd -fbcon ffmpeg flac -fluidsynth fontconfig -gcrypt -ggi gnome gnutls -httpd id3tag -ieee1394 -jack -kate -kde -libass -libcaca libnotify -libproxy -libtiger -libv4l libv4l2 -lirc -live -lua matroska mmx -modplug mp3 mpeg -mtp -musepack ncurses -nsplugin ogg opengl -optimisememory -oss png -projectm -pulseaudio -pvr qt4 -remoteosd rtsp -run-as-root samba -schroedinger sdl sdl-image -shine -shout skins speex -sqlite sse stream svg -svga taglib theora truetype -twolame -udev -upnp v4l v4l2 -vaapi -vcdx -vlm vorbis win32codecs -wma-fixed x264 xcb -xml -xosd xv -zvbi build_options: -optional_tests split strip -trace -preserve_work
Comment 2 Hanno Zysik (geki) 2010-06-23 15:25:21 UTC
Since we have this generic bugreport I add my configure error here, too. ~amd64

___
checking for XLIB_XCB... no
configure: error: Package requirements (x11-xcb) were not met:

No package 'x11-xcb' found

___
[ebuild  N    ] media-video/vlc-1.1.0  USE="X a52 aac alsa dbus dts dvd ffmpeg flac fontconfig libnotify matroska mmx mp3 mpeg ogg opengl optimisememory png sse svg theora truetype vorbis x264 xml xv -aalib (-altivec) -atmo -avahi -bidi -cdda -cddb -dc1394 -debug -dirac -directfb -dvb -fbcon -fluidsynth -gcrypt -ggi -gnome -gnutls -httpd -id3tag -ieee1394 -jack -kate -kde -libass -libcaca -libproxy -libtiger -libv4l -libv4l2 -lirc -live -lua -modplug -mtp -musepack -ncurses -nsplugin -oss -projectm -pulseaudio -pvr -qt4 -remoteosd -rtsp -run-as-root -samba -schroedinger -sdl -sdl-image -shine -shout -skins -speex -sqlite -stream (-svga) -taglib -twolame -udev -upnp -v4l -v4l2 -vaapi -vcdx -vlm (-win32codecs) -wma-fixed -xcb -xosd -zvbi"
Comment 3 Hanno Zysik (geki) 2010-06-23 15:27:30 UTC
Created attachment 236325 [details]
build.log - xcb check with '--disable-xcb'
Comment 4 Rafał Mużyło 2010-06-23 21:19:19 UTC
@comment 2: no, it's *not* a generic report.

The problem here is that configure.ac by default assumes
enable_glx="$enable_xcb", so USE=opengl ends up needing xcb.

As for original report, it's just a matter of another 'vlc_use_force'.
Comment 5 Frankiz DANIEL 2010-06-24 02:32:21 UTC
checking for XLIB_XCB... no
configure: error: Package requirements (x11-xcb) were not met:

No package 'x11-xcb' found

Same error here

USE="-opengl" emerge -v vlc

works tho, as stated by Rafał Mużyło this is a workaround for now, also installing every package containing the word xcb didn't help, so there is just that USE trick to be able to compile it for me.
Comment 6 Rafał Mużyło 2010-06-24 14:50:00 UTC
Not really - my real comment on that problem
went into bug 325259.
Comment 7 Alexis Ballier gentoo-dev 2010-06-25 09:13:25 UTC
fixed, thanks for reporting