Mailing List Archive

net-libs:webkit-gtk-2.40.5-r410 fails to configure
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.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
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

:-)  :-) 
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
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.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
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

:-)  :-) 
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
On Fri, 8 Sept 2023 at 10:01, Dale <rdalek1967@gmail.com> wrote:
> John Covici wrote:
> > 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
>
> 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.

I think you might be misreading the initial message Dale, the output
is saying that it requires a version of 1.16.2 or higher, and John's
latest shows that he has version 1.22.3 installed.

I found a bug on bgo which might be related,
https://bugs.gentoo.org/913644, it could be worth a try to downgrade
dev-util/pkgconfig. I have the same versions installed, but when I
last compiled webkit-gtk I had version 1.8.1 installed.

Regards,
Arve
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
Arve Barsnes wrote:
> On Fri, 8 Sept 2023 at 10:01, Dale <rdalek1967@gmail.com> wrote:
>> John Covici wrote:
>>> 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
>> 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.
> I think you might be misreading the initial message Dale, the output
> is saying that it requires a version of 1.16.2 or higher, and John's
> latest shows that he has version 1.22.3 installed.
>
> I found a bug on bgo which might be related,
> https://bugs.gentoo.org/913644, it could be worth a try to downgrade
> dev-util/pkgconfig. I have the same versions installed, but when I
> last compiled webkit-gtk I had version 1.8.1 installed.
>
> Regards,
> Arve
>
>


Given how it was shown previously, I wasn't sure what version was
installed.  I could tell it was wanting a higher version but that was
it.  The reply was from eix which uses color and doesn't transfer well
to a email. 

I thought it might be worth looking into until more info could be
suggested.  If nothing else, the additional info may help diagnose the
problem. 

Dale

:-)  :-) 
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
On Fri, 08 Sep 2023 04:23:38 -0400,
Arve Barsnes wrote:
>
> On Fri, 8 Sept 2023 at 10:01, Dale <rdalek1967@gmail.com> wrote:
> > John Covici wrote:
> > > 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
> >
> > 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.
>
> I think you might be misreading the initial message Dale, the output
> is saying that it requires a version of 1.16.2 or higher, and John's
> latest shows that he has version 1.22.3 installed.
>
> I found a bug on bgo which might be related,
> https://bugs.gentoo.org/913644, it could be worth a try to downgrade
> dev-util/pkgconfig. I have the same versions installed, but when I
> last compiled webkit-gtk I had version 1.8.1 installed.

Thanks a lot for everyone's response, but its a puzzle to me.

So, I looked at that bug, but could not find any resolution. Also, I
don't have any pkgconfig other than dev-perl/ExtUtils-PkgConfig
1.160.0-r1 and a virtual for the same 2-r1 . So, I am puzzled.


--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
On Fri, 8 Sept 2023 at 21:12, John Covici <covici@ccs.covici.com> wrote:
> Thanks a lot for everyone's response, but its a puzzle to me.
>
> So, I looked at that bug, but could not find any resolution. Also, I
> don't have any pkgconfig other than dev-perl/ExtUtils-PkgConfig
> 1.160.0-r1 and a virtual for the same 2-r1 . So, I am puzzled.

The package is named dev-util/pkgconf, no "ig" in the name :)

Regards,
Arve
Re: net-libs:webkit-gtk-2.40.5-r410 fails to configure [ In reply to ]
On Sat, 09 Sep 2023 06:28:37 -0400,
Arve Barsnes wrote:
>
> On Fri, 8 Sept 2023 at 21:12, John Covici <covici@ccs.covici.com> wrote:
> > Thanks a lot for everyone's response, but its a puzzle to me.
> >
> > So, I looked at that bug, but could not find any resolution. Also, I
> > don't have any pkgconfig other than dev-perl/ExtUtils-PkgConfig
> > 1.160.0-r1 and a virtual for the same 2-r1 . So, I am puzzled.
>
> The package is named dev-util/pkgconf, no "ig" in the name :)

I downgraded to 2.01 and webkit-gtk is now compiling -- thanks again.

--
Your life is like a penny. You're going to lose it. The question is:
How do
you spend it?

John Covici wb2una
covici@ccs.covici.com