GNU bug report logs -
#66278
[PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#66278: [PATCH gnome-team] gnu: telepathy-glib: Disable parallel tests.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 66278 <at> debbugs.gnu.org.
--
66278: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66278
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Am Sonntag, dem 01.10.2023 um 23:39 -0400 schrieb Maxim Cournoyer:
> Hi!
>
> Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:
>
> > * gnu/packages/glib.scm (telepathy-glib)[arguments]: Add
> > #:parallel-tests?.
> > ---
> > gnu/packages/glib.scm | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
> > index 8af89d60e0..2ba7d8039e 100644
> > --- a/gnu/packages/glib.scm
> > +++ b/gnu/packages/glib.scm
> > @@ -1129,6 +1129,8 @@ (define telepathy-glib
> > ;; EOFError: EOF read where object expected
> > ;; make[2]: *** [Makefile:1906: _gen/register-dbus-glib-
> > marshallers-body.h] Error 1
> > #:parallel-build? #f
> > + ;; When spawned in parallel, the dbus daemons may fail to
> > shut down cleanly.
> > + #:parallel-tests? #f
> > #:phases
> > (modify-phases %standard-phases
> > (add-after 'unpack 'disable-failing-tests
>
> Good catch! It should probably be reported upstream, but otherwise
> LGTM.
Searched out existing bug reports and included them; then pushed.
Cheers
[Message part 3 (message/rfc822, inline)]
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add #:parallel-tests?.
---
gnu/packages/glib.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8af89d60e0..2ba7d8039e 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1129,6 +1129,8 @@ (define telepathy-glib
;; EOFError: EOF read where object expected
;; make[2]: *** [Makefile:1906: _gen/register-dbus-glib-marshallers-body.h] Error 1
#:parallel-build? #f
+ ;; When spawned in parallel, the dbus daemons may fail to shut down cleanly.
+ #:parallel-tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'disable-failing-tests
base-commit: b18b2d13488f2a92331ccad2dc8cbb54ee15582f
--
2.41.0
This bug report was last modified 1 year and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.