GNU bug report logs -
#73439
[PATCH 00/10] Update libreoffice to its latest version.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 23 Sep 2024 12:23:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #136 received at 73439 <at> debbugs.gnu.org (full text, mbox):
On 2024-11-16 01:04, Nicolas Graves via Guix-patches via wrote:
>
> Actually these lines were supposed to fix it, they seem to be in the
> patch, aren't they?
>
> @@ -961,6 +967,13 @@ (define-public libreoffice
> "shell/source/unix/misc/senddoc.sh")
> (("/usr/bin/xdg-open")
> (search-input-file inputs "/bin/xdg-open")))
> +
> + ;; https://issues.guix.gnu.org/43579
> + (substitute* '("sal/rtl/math.cxx"
> + "sc/source/core/tool/math.cxx")
> + (("std::(fe[gs]etround|feclearexcept|fetestexcept)" all suffix)
> + suffix))
> +
>
> Did it not apply correctly? I think it's the same error as 43579.
I don't really know what broke that, possibly recent work on input
ordering. When putting gcc-12 as the last native-input, it seems to
work properly on my end (whereas alphabetically, I would have the same
error). All of this is a dirty hack though, but at least it points to
the right issue which is not with libreoffice but 43579.
I'll resubmit a new version updated to the last current libreoffice
version.
--
Best regards,
Nicolas Graves
This bug report was last modified 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.