From: Adam Van Ymeren <adam@vany.ca>
To: 28813@debbugs.gnu.org
Subject: bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Date: Fri, 13 Oct 2017 12:40:50 -0400 [thread overview]
Message-ID: <87efq79etx.fsf@vany.ca> (raw)
In-Reply-To: <87lgkf9hgy.fsf@vany.ca>
---
gnu/packages/gnome.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1ceba162b..031b30426 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3641,6 +3641,12 @@ for application developers.")
(arguments
`(#:glib-or-gtk? #t
+ ;; Disable parallel builds until
+ ;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28813 is
+ ;; fixed. Try enabling it when updating this package in case
+ ;; upstream has fixed it.
+ #:parallel-build? #f
+
;; Disable automatic GStreamer plugin installation via PackageKit and
;; all that.
#:configure-flags '("-D" "enable-easy-codec-installation=no"
--
2.14.1
next prev parent reply other threads:[~2017-10-13 16:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-13 15:48 bug#28813: Building totem-3.26.0 fails, ordering issue with repsect to vala plugins and Totem-1.0.gir Adam Van Ymeren
2017-10-13 16:40 ` Adam Van Ymeren [this message]
2017-10-16 12:59 ` bug#28813: [PATCH] gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813 Ludovic Courtès
2017-10-17 0:53 ` Adam Van Ymeren
2017-10-17 1:21 ` Adam Van Ymeren
2017-10-17 16:08 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87efq79etx.fsf@vany.ca \
--to=adam@vany.ca \
--cc=28813@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.