GNU bug report logs - #26197
[PATCH 1/1] gnu: networkmanager-qt: Fix test failure.

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Mon, 20 Mar 2017 20:36:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

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 26197 in the body.
You can then email your comments to 26197 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 guix-patches <at> gnu.org:
bug#26197; Package guix-patches. (Mon, 20 Mar 2017 20:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Mar 2017 20:36:02 GMT) Full text and rfc822 format available.

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

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/1] gnu: networkmanager-qt: Fix test failure.
Date: Mon, 20 Mar 2017 21:35:21 +0100
The error-message was: 'D-Bus library appears to be incorrectly set up;
failed to read machine uuid: Failed to open "/etc/machine-id":
No such file or directory'.

* gnu/packages/kde-frameworks.scm (networkmanager-qt): [check] Add
  option "--autolaunch" to "dbus-launch" command.
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 5b11f12..07d0a68 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1116,7 +1116,7 @@ messages.")
          (replace 'check
            (lambda _
              (setenv "DBUS_FATAL_WARNINGS" "0")
-             (zero? (system* "dbus-launch" "ctest" ".")))))))
+             (zero? (system* "dbus-launch" "--autolaunch" "ctest" ".")))))))
     (home-page "https://community.kde.org/Frameworks")
     (synopsis "Qt wrapper for NetworkManager DBus API")
     (description "NetworkManagerQt provides access to all NetworkManager
-- 
2.7.4





Information forwarded to guix-patches <at> gnu.org:
bug#26197; Package guix-patches. (Mon, 20 Mar 2017 22:55:02 GMT) Full text and rfc822 format available.

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

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 26197 <at> debbugs.gnu.org
Subject: close
Date: Mon, 20 Mar 2017 23:54:37 +0100
This fix does not work.




Reply sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
You have taken responsibility. (Mon, 20 Mar 2017 23:01:02 GMT) Full text and rfc822 format available.

Notification sent to Hartmut Goebel <h.goebel <at> crazy-compilers.com>:
bug acknowledged by developer. (Mon, 20 Mar 2017 23:01:03 GMT) Full text and rfc822 format available.

Message #13 received at 26197-close <at> debbugs.gnu.org (full text, mbox):

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 26197-close <at> debbugs.gnu.org
Subject: This fix does not work.
Date: Tue, 21 Mar 2017 00:00:28 +0100
This fix does not work, will send a new patch.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 18 Apr 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 67 days ago.

Previous Next


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