GNU bug report logs -
#63526
hubbub build failure when doing guix package -u
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Mon, 15 May 2023 19:26:01 UTC
Severity: normal
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 63526 <at> debbugs.gnu.org (full text, mbox):
On Mon, May 22, 2023 at 2:46 AM Andy Tai <atai <at> atai.org> wrote:
>
> 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
Hi Andy,
Disabling tests should be a last resort, especially without a process
to evaluate re-enabling tests in the future.
Based on the error, can we instead add
"-Wno-error=maybe-uninitialized" to the configure-flags?
Greg
This bug report was last modified 2 years and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.