Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 953250 - dev-python/pyside-6.8.2-r1: fails to compile (Could not find a package configuration file provided by "Shiboken6")
Summary: dev-python/pyside-6.8.2-r1: fails to compile (Could not find a package config...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Nowa Ammerlaan
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-05 16:48 UTC by Knut Hoffmann
Modified: 2025-04-06 09:50 UTC (History)
2 users (show)

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


Attachments
buildlog, outputs of 'emerge --info' and 'emerge -pqv' (file_953250.txt,54.66 KB, text/plain)
2025-04-05 16:48 UTC, Knut Hoffmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Hoffmann 2025-04-05 16:48:57 UTC
Created attachment 923595 [details]
buildlog, outputs of 'emerge --info' and 'emerge -pqv'

During compilation of dev-python/pyside-6.8.2-r1 the process aborts unexpected.
All necessary logs and outputs are attached.
(It happened while setting up my second Gentoo-system. This supposed bug prevents me from completing the merge of kde-plasma/plasma-meta and kde-apps/kde-apps-meta).
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-04-05 16:53:12 UTC
```
-- Could NOT find Shiboken6Tools (missing: Shiboken6Tools_DIR)
CMake Error at cmake/PySideSetup.cmake:44 (find_package):
  Could not find a package configuration file provided by "Shiboken6"
  (requested version 6) with any of the following names:

    Shiboken6Config.cmake
    shiboken6-config.cmake

  Add the installation prefix of "Shiboken6" to CMAKE_PREFIX_PATH or set
  "Shiboken6_DIR" to a directory containing one of the above files.  If
  "Shiboken6" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  CMakeLists.txt:12 (include)
```
Comment 2 Paul Zander 2025-04-05 16:58:39 UTC
> "--shiboken-target-path=/var/tmp/portage/dev-python/pyside-6.8.2-r1/work/pyside-setup-everywhere-src-6.8.2-python3_13/build1//install"

pyside_build_dir seems to be empty? Note the // in there.


https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-python/pyside/pyside-6.8.2-r1.ebuild#n381
Comment 3 Nowa Ammerlaan gentoo-dev 2025-04-05 17:02:59 UTC
Please resync and try again. It's probably the same issue that I already solved yesterday.
Comment 4 Larry the Git Cow gentoo-dev 2025-04-06 09:48:51 UTC
The bug has been closed via the following commit(s):

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

commit 6b7aac298427f4e2991836dd6be0e873092bda92
Author:     Nowa Ammerlaan <nowa@gentoo.org>
AuthorDate: 2025-04-06 09:48:21 +0000
Commit:     Nowa Ammerlaan <nowa@gentoo.org>
CommitDate: 2025-04-06 09:48:30 +0000

    dev-python/pyside: account for different name if debug enabled
    
    Closes: https://bugs.gentoo.org/953250
    Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>

 dev-python/pyside/pyside-6.8.2-r1.ebuild | 6 +++---
 dev-python/pyside/pyside-6.8.3.ebuild    | 6 +++---
 dev-python/pyside/pyside-6.9.0.ebuild    | 6 +++---
 dev-python/pyside/pyside-6.9.9999.ebuild | 6 +++---
 dev-python/pyside/pyside-6.9999.ebuild   | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)
Comment 5 Nowa Ammerlaan gentoo-dev 2025-04-06 09:50:34 UTC
I think, but I'm not 100% sure, that it should work now. Please re-open this bug if it still fails.