GNU bug report logs - #64841
[PATCH] gnu: python-shiboken-6: Remove inherited workaround.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Tue, 25 Jul 2023 00:19:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64841 in the body.
You can then email your comments to 64841 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andreas <at> enge.fr, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#64841; Package guix-patches. (Tue, 25 Jul 2023 00:19:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to andreas <at> enge.fr, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Tue, 25 Jul 2023 00:19:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>, Formbi <formbi <at> protonmail.com>
Subject: [PATCH] gnu: python-shiboken-6: Remove inherited workaround.
Date: Tue, 25 Jul 2023 08:16:11 +0800
Fixes: <https://issues.guix.gnu.org/64803>.

The importlib workaround inherited from python-shiboken-2 is not required for
building python-pyside-6, and will cause a build issue on the identation.

* gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete
'workaround-importlib-error.

Reported-by: Formbi <formbi <at> protonmail.com>
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index a79338f84e..e8654eee44 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -4005,6 +4005,7 @@ (define-public python-shiboken-6
      (substitute-keyword-arguments (package-arguments python-shiboken-2)
        ((#:phases p)
         #~(modify-phases #$p
+            (delete 'workaround-importlib-error)
             (replace 'use-shiboken-dir-only
               (lambda _ (chdir "sources/shiboken6")))))
        ((#:configure-flags flags)

base-commit: 76e041f9eef85bb039c5251d3350c62ee2066883
-- 
2.41.0





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Wed, 26 Jul 2023 12:43:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Wed, 26 Jul 2023 12:43:02 GMT) Full text and rfc822 format available.

Message #10 received at 64841-done <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 64841-done <at> debbugs.gnu.org, Formbi <formbi <at> protonmail.com>,
 宋文武 <iyzsong <at> envs.net>
Subject: Re: [bug#64841] [PATCH] gnu: python-shiboken-6: Remove inherited
 workaround.
Date: Wed, 26 Jul 2023 14:42:39 +0200
Hello,

Am Tue, Jul 25, 2023 at 08:16:11AM +0800 schrieb Hilton Chain:
> Fixes: <https://issues.guix.gnu.org/64803>.

thanks for the report and the fix! I confirm it makes the package itself and
its unique dependent package python-pyside-6 build.

Closing the bug.

Andreas





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 24 Aug 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 296 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.