John Covici wrote: > In my latest world update I get an error when compiling > net-libs:webkit-gtk-2.40.5-r410 Here are the last few lines of the > buildlog. I looked on bgo but couldn't find anything relevant. > > -- Found gstreamer-tag-1.0 , version > -- Checking for module 'gstreamer-video-1.0 >= 1.16.2' > -- Found gstreamer-video-1.0 , version > -- Checking for module 'gstreamer-codecparsers-1.0 >= 1.16.2' > -- Found gstreamer-codecparsers-1.0 , version > -- Checking for module 'gstreamer-transcoder-1.0 >= 1.16.2' > -- Found gstreamer-transcoder-1.0 , version > -- Checking for module 'gstreamer-rtp-1.0 >= 1.16.2' > -- Found gstreamer-rtp-1.0 , version > -- Checking for module 'gstreamer-sdp-1.0 >= 1.16.2' > -- Found gstreamer-sdp-1.0 , version > -- Checking for module 'gstreamer-webrtc-1.0 >= 1.16.2' > -- Found gstreamer-webrtc-1.0 , version > -- Found GStreamer: > -- > GSTREAMER_INCLUDE_DIRS;GSTREAMER_LIBRARIES;GSTREAMER_VERSION;GSTREAMER_BASE_INCLUDE_DIRS;GSTREAMER_BASE_LIBRARIES;GSTREAMER_APP_INCLUDE_DIRS;GSTREAMER_APP_LIBRARIES;GSTREAMER_PBUTILS_INCLUDE_DIRS;GSTREAMER_PBUTILS_LIBRA\RIES;GSTREAMER_VIDEO_INCLUDE_DIRS;GSTREAMER_VIDEO_LIBRARIES;GSTREAMER_MPEGTS_INCLUDE_DIRS;GSTREAMER_MPEGTS_LIBRARIES;GSTREAMER_TAG_INCLUDE_DIRS;GSTREAMER_TAG_LIBRARIES;GSTREAMER_GL_INCLUDE_DIRS;GSTREAMER_GL_LIBRARIES;GSTREAMER_AUDIO_INCLUD\E_DIRS;GSTREAMER_AUDIO_LIBRARIES;GSTREAMER_FFT_INCLUDE_DIRS;GSTREAMER_FFT_LIBRARIES;GSTREAMER_TRANSCODER_INCLUDE_DIRS;GSTREAMER_TRANSCODER_LIBRARIES > -- (Required is at least version "1.16.2") > ^[[31mCMake Error at Source/cmake/GStreamerChecks.cmake:62 (message): > GStreamerTranscoder >= 1.20 is needed for USE_GSTREAMER_TRANSCODER. > > Thanks in advance for any suggestions. >
First, I'm not real good at this. Sometimes the error message isn't obvious or is hard to figure. That said, this is my thinking. First, see what version of gstreamer you have installed. You can do that with this command: equery list -po media-libs/gstreamer According to what I see above, I think you have a 1.16 version installed which isn't even in the tree anymore. I'd suspect you either included a version in a emerge at some point which was added to your world file or there is a mask for higher versions in package.mask. Either way, if you fix that then it should upgrade to a version webkit-gtk likes. By the way, this is what I show here for mine. I suspect yours will include a 1.16 version that isn't in the tree anymore. root@fireball / # equery list -po media-libs/gstreamer * Searching for gstreamer in media-libs ... [-P-] [ ] media-libs/gstreamer-1.20.3:1.0 [-P-] [ ] media-libs/gstreamer-1.20.4:1.0 [-P-] [ ] media-libs/gstreamer-1.20.5:1.0 [IP-] [ ] media-libs/gstreamer-1.20.6:1.0 [-P-] [ ~] media-libs/gstreamer-1.22.3:1.0 root@fireball / # I may be wrong but never hurts to look. ;-) Hope that helps. Dale :-) :-)