John Covici wrote:
> On Fri, 08 Sep 2023 01:17:30 -0400,
> Dale wrote:
>> 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.  ;-)
> Searching yields the following:
> eix media-libs/gstreamer
> [I] media-libs/gstreamer
>      Available versions:  (1.0) 1.20.3^t{xpak} 1.20.4^t{xpak}
>       1.20.5^t{xpak} 1.20.6^t (~)1.22.3^t{xpak}
>              {+caps +introspection nls +orc test unwind ABI_MIPS="n32
>                 n64 o32" ABI_S390="32 64" ABI_X86="32 64 x32"}
>                      Installed versions:  1.22.3(1.0)^t{xpak}(08:40:21 PM
>                         06/04/2023)(caps introspection nls orc -test -unwind
>                         ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32 -64"
>                         ABI_X86="64 -32 -x32")
>                              Homepage:
>                                 https://gstreamer.freedesktop.org/
>                                      Description:         Open source 
> multimedia
>                                         framework
>
> * media-libs/gstreamer-editing-services
>      Available versions:  (1.0) 1.20.3^t 1.20.4^t 1.20.5^t 1.20.6^t
>      (~)1.22.3^t
>              {+introspection test PYTHON_TARGETS="python3_10
>      python3_11"}
>            Homepage:            http://wiki.pitivi.org/wiki/GES
>                    Description:         SDK for making video editors and
>      more
>
> Found 2 matches
>
> So, I am still not understanding the error.
>


I can't tell anything from that command since the installed version is
highlighted with color.  You need to run the command I posted so that it
lists them and shows which version is installed in plain text.  If I
read that error right, you just have a old version installed for some
reason.  First we need to be sure that is the case and if it is, figure
out why.

By the way, the command I gave only displays what is available and what
version is installed.  It's just a information tool.  Thing is, it copy
and pastes better so that it is easy to read in a email.  The eix
command doesn't copy and paste well. 

Dale

:-)  :-) 

Reply via email to