GNU bug report logs -
#62956
gajim-1.4.7: build fails during check phase
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62956 in the body.
You can then email your comments to 62956 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Wed, 19 Apr 2023 21:24:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Christopher Howard <christopher <at> librehacker.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 19 Apr 2023 21:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Please see attached log file for build failure.
```
christopher <at> theoden
-------------------
OS: Guix System x86_64
Host: OptiPlex 9020 00
Kernel: 5.15.105-gnu
Uptime: 16 days, 3 hours, 49 mins
Packages: 94 (guix-system), 185 (guix-user)
Shell: bash 5.1.8
Resolution: 1920x1080
DE: GNOME
Theme: Adwaita [GTK2/3]
Icons: Adwaita [GTK2/3]
Terminal: shepherd
CPU: Intel i5-4570 (4) @ 3.600GHz
GPU: Intel HD Graphics
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM
Memory: 2644MiB / 7867MiB
```
```
Generation 48 Apr 19 2023 10:45:51 (current)
guix b82a18c
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: b82a18c8a33482249c634de1e91be18ac10a3c76
```
--
馃摏 Christopher Howard
馃殌 gemini://gem.librehacker.com
馃寪 http://gem.librehacker.com
讘专讗砖讬转 讘专讗 讗诇讛讬诐 讗转 讛砖诪讬诐 讜讗转 讛讗专抓
[m7g4d3pi9fmh30aml28q31dymn6p1b-gajim-1.4.7.drv (text/plain, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Sat, 22 Apr 2023 16:18:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 62956 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
IRC user jlicht gave me a patch, which I used to successful build gajim after patching a guix checkout yesterday. I am attaching unaltered the patch file I received.
Christopher Howard
[0001-gnu-gajim-Add-missing-inputs.patch (text/plain, attachment)]
Added tag(s) patch.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 24 Apr 2023 08:54:04 GMT)
Full text and
rfc822 format available.
Merged 62956 63011.
Request was from
zimoun <zimon.toutoune <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 24 Apr 2023 08:54:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Mon, 24 Apr 2023 09:53:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 62956 <at> debbugs.gnu.org (full text, mbox):
Am Mon, Apr 24, 2023 at 10:51:31AM +0200 schrieb Simon Tournier:
> Please note #62956 reporting the failure and proposing a patch.
Thanks for the notice! On core-updates, the current gajim requires
python-gssapi, which fails to build; so this would have to be repaired
additionally to the above patch.
Andreas
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Wed, 26 Apr 2023 21:09:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 62956 <at> debbugs.gnu.org (full text, mbox):
Thanks for the ping, I missed this message in time before the merge.
On Mon, Apr 24, 2023 at 11:52 AM, Andreas Enge wrote:
> Am Mon, Apr 24, 2023 at 10:51:31AM +0200 schrieb Simon Tournier:
>> Please note #62956 reporting the failure and proposing a patch.
>
> Thanks for the notice! On core-updates, the current gajim requires
> python-gssapi, which fails to build; so this would have to be repaired
> additionally to the above patch.
>
I will send the two patches for the needed updates and then gajim
builds for me locally (I only built and checked that it ran, though it
wouldn't open a window in my pure environment at least). I'll attempt
with the new mumi updates, so it may take a bit for me to get it set
up.
Notes:
1. For python-k5tests I removed all inputs (guix refresh -u suggested
some) and everything built and seemed to work fine for
python-gssapi. I'm not familiar with these packages though.
2. gajim built for me with only the addition of python-idna, but again
did not test extensively.
If they look good feel free to push to master (after QA if it sees
these patches?) or I can later if no complaints.
John
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Wed, 26 Apr 2023 21:19:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 62956 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-k5test): Update to 0.10.3.
[propagated-inputs]: Remove.
[native-inputs]: Remove.
[arguments]{phases}: Remove.
---
gnu/packages/python-xyz.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0abfa226f4..849b75ead2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26096,30 +26096,15 @@ (define-public python-forbiddenfruit
(define-public python-k5test
(package
(name "python-k5test")
- (version "0.9.2")
+ (version "0.10.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "k5test" version))
(sha256
(base32
- "1lqp3jgfngyhaxjgj3n230hn90wsylwilh120yjf62h7b1s02mh8"))))
+ "07sp9hc6nkbgzywvr2ivcik03wibs6gmxm1k33l1b8v3mnyfx7cw"))))
(build-system python-build-system)
- (propagated-inputs
- (list python-six
- ;; `which`, `kadmin.local` binaries called inside library
- which mit-krb5))
- (native-inputs (list mit-krb5))
- (arguments
- '(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'apply-upstream-fixes
- (lambda* _
- (substitute* "k5test/realm.py"
- ;; Upstream commit f6b302d94dbdce37a1b81cc3faeeac4dc637b0e9.
- (("'kadmin_local'") "'kadmin.local'")
- ;; Upstream commit 3aef84515cf3d1a171c66856c898d0a5cbbd03ea.
- (("\\.stop_daemon") "._stop_daemon")))))))
(home-page "https://github.com/pythongssapi/k5test")
(synopsis "Library for setting up self-contained Kerberos 5 environments")
(description
--
2.39.2
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Wed, 26 Apr 2023 21:20:01 GMT)
Full text and
rfc822 format available.
Message #24 received at 62956 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.8.2.
[native-inputs]: Add python-cython. Order alphabetically.
---
gnu/packages/python-xyz.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 849b75ead2..247a842a3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26117,22 +26117,25 @@ (define-public python-k5test
(define-public python-gssapi
(package
(name "python-gssapi")
- (version "1.6.12")
+ (version "1.8.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "gssapi" version))
(sha256
(base32
- "1j2idrbrbczykzlb56q1bn0ivc9c0rjjljpk4yz86xn3gxfkpv8n"))))
+ "16n86nr19s95czvc1a9mdhs1kiq77qkcjp2c1rk5h4f93h10m3mp"))))
(build-system python-build-system)
(propagated-inputs
(list python-decorator python-six))
(inputs
(list mit-krb5))
- ;; for tests
(native-inputs
- (list python-parameterized python-k5test python-nose))
+ (list python-cython
+ ;; for tests
+ python-k5test
+ python-nose
+ python-parameterized))
(home-page "https://github.com/pythongssapi/python-gssapi")
(synopsis "Python GSSAPI Wrapper")
(description
--
2.39.2
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Wed, 26 Apr 2023 21:23:02 GMT)
Full text and
rfc822 format available.
Message #27 received at 62956 <at> debbugs.gnu.org (full text, mbox):
> I will send the two patches for the needed updates and then gajim
> builds for me locally (I only built and checked that it ran, though it
> wouldn't open a window in my pure environment at least). I'll attempt
> with the new mumi updates, so it may take a bit for me to get it set
> up.
>
Ah, when sending via mumi it was sent directly to the bug address and
didn't CC anyone else. Please see the patches starting at
<https://issues.guix.gnu.org/62956#6>
> Notes:
>
> 1. For python-k5tests I removed all inputs (guix refresh -u suggested
> some) and everything built and seemed to work fine for
> python-gssapi. I'm not familiar with these packages though.
>
> 2. gajim built for me with only the addition of python-idna, but again
> did not test extensively.
>
> If they look good feel free to push to master (after QA if it sees
> these patches?) or I can later if no complaints.
>
> John
Information forwarded
to
bug-guix <at> gnu.org
:
bug#62956
; Package
guix
.
(Fri, 19 May 2023 01:36:01 GMT)
Full text and
rfc822 format available.
Message #30 received at 62956 <at> debbugs.gnu.org (full text, mbox):
hey!
just bumping this thread. ik there's a lot to be done since the
core-updates merge but I wanted to make sure this wasn't forgotten
about. haven't been able to contact some friends in a few weeks.
thanks!
Reply sent
to
Lars-Dominik Braun <lars <at> 6xq.net>
:
You have taken responsibility.
(Fri, 19 May 2023 07:38:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Christopher Howard <christopher <at> librehacker.com>
:
bug acknowledged by developer.
(Fri, 19 May 2023 07:38:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 62956-done <at> debbugs.gnu.org (full text, mbox):
Hi,
> just bumping this thread. ik there's a lot to be done since the
> core-updates merge but I wanted to make sure this wasn't forgotten
> about. haven't been able to contact some friends in a few weeks.
I already bumped k5test and gssapi independently and just added
python-idna to gajim. Looks like it builds and starts.
Cheers,
Lars
Reply sent
to
Lars-Dominik Braun <lars <at> 6xq.net>
:
You have taken responsibility.
(Fri, 19 May 2023 07:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"bdju" <bdju <at> tilde.team>
:
bug acknowledged by developer.
(Fri, 19 May 2023 07:38:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 16 Jun 2023 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.