GNU bug report logs -
#41446
[PATCH 0/2 staging] dconf: Enable tests.
Previous Next
Reported by: Brice Waegeneire <brice <at> waegenei.re>
Date: Fri, 22 May 2020 08:16:01 UTC
Severity: normal
Tags: patch
Done: Brice Waegeneire <brice <at> waegenei.re>
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 41446 in the body.
You can then email your comments to 41446 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#41446
; Package
guix-patches
.
(Fri, 22 May 2020 08:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brice Waegeneire <brice <at> waegenei.re>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 22 May 2020 08:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Brice Waegeneire (2):
gnu: dconf: Appease 'guix lint'.
gnu: dconf: Enable tests.
gnu/packages/gnome.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
2.26.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41446
; Package
guix-patches
.
(Fri, 22 May 2020 08:23:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
---
gnu/packages/gnome.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e9d2965f70..803ac8fe5a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3432,9 +3432,7 @@ and RDP protocols.")
("pkg-config" ,pkg-config)
("vala" ,vala)))
(arguments
- `(#:tests? #f ; To contact dbus it needs to load /var/lib/dbus/machine-id
- ; or /etc/machine-id.
- #:glib-or-gtk? #t
+ `(#:glib-or-gtk? #t
#:configure-flags '("-Denable-gtk-doc=true")))
(home-page "https://developer.gnome.org/dconf/")
(synopsis "Low-level GNOME configuration system")
--
2.26.2
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41446
; Package
guix-patches
.
(Fri, 22 May 2020 08:23:02 GMT)
Full text and
rfc822 format available.
Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed668c280b..e9d2965f70 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3436,7 +3436,7 @@ and RDP protocols.")
; or /etc/machine-id.
#:glib-or-gtk? #t
#:configure-flags '("-Denable-gtk-doc=true")))
- (home-page "https://developer.gnome.org/dconf")
+ (home-page "https://developer.gnome.org/dconf/")
(synopsis "Low-level GNOME configuration system")
(description "Dconf is a low-level configuration system. Its main purpose
is to provide a backend to GSettings on platforms that don't already have
--
2.26.2
Changed bug title to '[PATCH 0/2 staging] dconf: Enable tests.' from '[PATCH 0/2] dconf: Enable tests.'
Request was from
Brice Waegeneire <brice <at> waegenei.re>
to
control <at> debbugs.gnu.org
.
(Fri, 22 May 2020 08:47:01 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#41446
; Package
guix-patches
.
(Sat, 23 May 2020 17:43:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 41446 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Brice Waegeneire <brice <at> waegenei.re> writes:
> * gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
dconf has over 400 dependent packages, so this should wait for the next
'staging' branch. Can you fork off the current branch and push a
'staging-next' so it does not get forgotten?
Otherwise LGTM. The other patch can go directly on 'master'.
Thanks!
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Brice Waegeneire <brice <at> waegenei.re>
:
You have taken responsibility.
(Sat, 23 May 2020 20:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brice Waegeneire <brice <at> waegenei.re>
:
bug acknowledged by developer.
(Sat, 23 May 2020 20:06:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 41446-done <at> debbugs.gnu.org (full text, mbox):
On 2020-05-23 17:42, Marius Bakke wrote:
> Brice Waegeneire <brice <at> waegenei.re> writes:
>
>> * gnu/packages/gnome.scm (dconf)[arguments]: Enable tests.
>
> dconf has over 400 dependent packages, so this should wait for the next
> 'staging' branch. Can you fork off the current branch and push a
> 'staging-next' so it does not get forgotten?
>
> Otherwise LGTM. The other patch can go directly on 'master'.
>
> Thanks!
Pushed the first patch on master as
79d7b5277f803d474f8934b1680ce598c9c27e2d.
And the second on staging-next as
27106f465382fc95f0f19e1cd3147cab5716a173.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 21 Jun 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.