GNU bug report logs - #40834
system-config-printer fails while starting

Previous Next

Package: guix;

Reported by: "Jonathan Brielmaier" <Jonathan.Brielmaier <at> web.de>

Date: Fri, 24 Apr 2020 22:13:02 UTC

Severity: normal

Merged with 41650

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

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 40834 in the body.
You can then email your comments to 40834 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 bug-guix <at> gnu.org:
bug#40834; Package guix. (Fri, 24 Apr 2020 22:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Jonathan Brielmaier" <Jonathan.Brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Fri, 24 Apr 2020 22:13:02 GMT) Full text and rfc822 format available.

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

From: "Jonathan Brielmaier" <Jonathan.Brielmaier <at> web.de>
To: bug-guix <at> gnu.org
Subject: system-config-printer fails while starting
Date: Sat, 25 Apr 2020 00:12:23 +0200
system-config-printer fails to start on current master as well as on core-updates.

```
$ system-config-printer
Traceback (most recent call last):
  File "/gnu/store/y77skk51wc3j1bikfdyc0mk5j62fj05s-system-config-printer-1.5.12/share/system-config-printer/system-config-printer.py", line 40, in <module>
    gi.require_version('Gdk', '3.0')
  File "/gnu/store/y4qwsw06ynvw3fjk2lrspp89mfmjzj5i-python-pygobject-3.28.3/lib/python3.7/site-packages/gi/__init__.py", line 130, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gdk not available
```

While python-pygobject provides a Gdk.py:
/gnu/store/y4qwsw06ynvw3fjk2lrspp89mfmjzj5i-python-pygobject-3.28.3/lib/python3.7/site-packages/gi/overrides/Gdk.py

I guess this is some issue with (python) paths




Information forwarded to bug-guix <at> gnu.org:
bug#40834; Package guix. (Fri, 31 Jul 2020 13:12:01 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: "Jonathan Brielmaier" <Jonathan.Brielmaier <at> web.de>
Cc: 40834 <at> debbugs.gnu.org
Subject: Re: bug#40834: system-config-printer fails while starting
Date: Fri, 31 Jul 2020 15:11:33 +0200
[Message part 1 (text/plain, inline)]
this seems to fix it:

[0001-gnu-system-config-printer-fix-for-40834.patch (text/x-patch, inline)]
From 83e8f11687b284bbda73c482434fac0bc0f8f9bf Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Fri, 31 Jul 2020 15:06:11 +0200
Subject: [PATCH] gnu: system-config-printer: fix for 40834.

* gnu/packages/gnome.scm (system-config-printer): fix 40834.
---
 gnu/packages/gnome.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f0153f6bf..017fa3647c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -54,6 +54,7 @@
 ;;; Copyright © 2020 Vinicius Monego <monego <at> posteo.net>
 ;;; Copyright © 2020 Brice Waegeneire <brice <at> waegenei.re>
 ;;; Copyright © 2020 Arun Isaac <arunisaac <at> systemreboot.net>
+;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1988,6 +1989,7 @@ database is translated at Transifex.")
        ("gobject-introspection" ,gobject-introspection)
        ("python" ,python)
        ("cups" ,cups)
+       ("gtk+" ,gtk+)                   ; fix http://issues.guix.gnu.org/40834
        ("python-dbus" ,python-dbus)
        ("python-pygobject" ,python-pygobject)
        ("python-pycups" ,python-pycups)
-- 
2.28.0


Merged 40834 41650. Request was from Tobias Geerinckx-Rice <me <at> tobias.gr> to control <at> debbugs.gnu.org. (Tue, 11 Aug 2020 03:26:01 GMT) Full text and rfc822 format available.

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Tue, 11 Aug 2020 03:32:01 GMT) Full text and rfc822 format available.

Notification sent to "Jonathan Brielmaier" <Jonathan.Brielmaier <at> web.de>:
bug acknowledged by developer. (Tue, 11 Aug 2020 03:32:02 GMT) Full text and rfc822 format available.

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

From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: 40834-done <at> debbugs.gnu.org
Subject: system-config-printer fails while starting
Date: Tue, 11 Aug 2020 05:31:39 +0200
[Message part 1 (text/plain, inline)]
mroh,

I rewrote the commit message & pushed your patch as 
92b9cdd569ce8dbec768ebf756d524f39ecd5421.

Thanks!

T G-R
[signature.asc (application/pgp-signature, inline)]

Reply sent to Tobias Geerinckx-Rice <me <at> tobias.gr>:
You have taken responsibility. (Tue, 11 Aug 2020 03:32:02 GMT) Full text and rfc822 format available.

Notification sent to Jan <tona_kosmicznego_smiecia <at> interia.pl>:
bug acknowledged by developer. (Tue, 11 Aug 2020 03:32: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. (Tue, 08 Sep 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 201 days ago.

Previous Next


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