all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 63526@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: bug#63526: [PATCH] gnu: hubbub: Disable building tests
Date: Sun, 21 May 2023 23:44:59 -0700	[thread overview]
Message-ID: <0b33a2a18cd178f84c55db0b295b0d0010d3cbd1.1684737820.git.atai@atai.org> (raw)
In-Reply-To: <CAJsg1E_iwbiQMQi-xPDwSEa55w3b1OVvv5gjegsHfgutXSFE7A@mail.gmail.com>

Fix for https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63526

* gnu/packages/web.scm (hubbub): [arguments] (tests): Set to #f to disable test build
---
 gnu/packages/web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index fe52f673e2..203e3283cf 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5252,7 +5252,9 @@ (define-public hubbub
            perl))
     (propagated-inputs
      (list libparserutils)) ;for libhubbub.pc
-    (arguments netsurf-buildsystem-arguments)
+    (arguments
+     `(#:tests? #f  ;build error in building tests with gcc 11; skip for now
+       ,@netsurf-buildsystem-arguments))
     (home-page "https://www.netsurf-browser.org/projects/hubbub/")
     (synopsis "HTML5 compliant parsing library")
     (description

base-commit: 3abcf1663b86bc075e29563140698d8bfae44992
-- 
2.40.1





  reply	other threads:[~2023-05-22  6:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-15 19:24 bug#63526: hubbub build failure when doing guix package -u Andy Tai
2023-05-22  6:44 ` Andy Tai [this message]
2023-05-25 13:02   ` bug#63526: [PATCH] gnu: hubbub: Disable building tests Greg Hogan
2023-05-25 13:35     ` Bruno Victal
2023-05-25 17:54       ` Andy Tai
2023-05-27  7:29 ` bug#63526: [PATCH v2] gnu (hubbub): Fix build Andy Tai

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=0b33a2a18cd178f84c55db0b295b0d0010d3cbd1.1684737820.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=63526@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.