Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 913644 - net-libs/webkit-gtk-2.40.5-r410: fails to configure with dev-util/pkgconf-2.0.3 (Configuring incomplete, errors occurred!)
Summary: net-libs/webkit-gtk-2.40.5-r410: fails to configure with dev-util/pkgconf-2.0...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 2 votes (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 911721
  Show dependency tree
 
Reported: 2023-09-04 17:54 UTC by Toralf Förster
Modified: 2023-09-11 23:54 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.81 KB, text/plain)
2023-09-04 17:54 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,41.84 KB, text/plain)
2023-09-04 17:54 UTC, Toralf Förster
Details
environment (environment,159.45 KB, text/plain)
2023-09-04 17:54 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,792 bytes, application/x-xz)
2023-09-04 17:54 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,11.32 KB, application/x-xz)
2023-09-04 17:54 UTC, Toralf Förster
Details
net-libs:webkit-gtk-2.40.5-r410:20230904-051419.log (net-libs:webkit-gtk-2.40.5-r410:20230904-051419.log,20.09 KB, text/plain)
2023-09-04 17:54 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,39.25 KB, application/x-xz)
2023-09-04 17:54 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-09-04 17:54:41 UTC
Call Stack (most recent call first):
  Source/cmake/OptionsGTK.cmake:574 (include)
  Source/cmake/WebKitCommon.cmake:227 (include)
  CMakeLists.txt:21 (include)


-- Configuring incomplete, errors occurred!
 * ERROR: net-libs/webkit-gtk-2.40.5-r410::gentoo failed (configure phase):
 *   cmake failed

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-20230903-194504

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.5
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.72.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit d2f255b65e1d9a88bff0c2de208285b084e76d27
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Sep 4 04:16:56 2023 +0000

    2023-09-04 04:16:56 UTC

emerge -qpvO net-libs/webkit-gtk
[ebuild  N    ] net-libs/webkit-gtk-2.40.5-r600  USE="X gstreamer introspection jpeg2k jumbo-build lcms pdf (seccomp) spell systemd (-aqua) -avif -examples -gamepad -gles2-only -keyring -wayland"
Comment 1 Toralf Förster gentoo-dev 2023-09-04 17:54:42 UTC
Created attachment 869670 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-09-04 17:54:43 UTC
Created attachment 869671 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2023-09-04 17:54:45 UTC
Created attachment 869672 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-09-04 17:54:45 UTC
Created attachment 869673 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-09-04 17:54:46 UTC
Created attachment 869674 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-09-04 17:54:47 UTC
Created attachment 869675 [details]
net-libs:webkit-gtk-2.40.5-r410:20230904-051419.log
Comment 7 Toralf Förster gentoo-dev 2023-09-04 17:54:48 UTC
Created attachment 869676 [details]
temp.tar.xz
Comment 8 Larry the Git Cow gentoo-dev 2023-09-11 23:54:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e764dd986e19eeb65e440de5b1b8734f5b3adc5

commit 6e764dd986e19eeb65e440de5b1b8734f5b3adc5
Author:     Paul Zander <negril.nx+gentoo@gmail.com>
AuthorDate: 2023-09-09 12:15:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-09-11 23:53:06 +0000

    dev-util/cmake: remove extra whitespaces from pkg-config call
    
    Due to poor parsing cmake adds extra whitespaces to the package name and
    package version, breaking pkgconf-2.0.3.
    
    This fixes this incorrect behaviour.
    
    Upstream merge request is at https://gitlab.kitware.com/cmake/cmake/-/merge_requests/8789.
    
    Closes: https://bugs.gentoo.org/913644
    Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32700
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/cmake/cmake-3.27.4-r1.ebuild              | 291 +++++++++++++++++++++
 ...ig-ignore-whitespace-separators-in-versio.patch |  38 +++
 2 files changed, 329 insertions(+)