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
View this message in rfc822 format
On 2024-11-16 22:38, Nicolas Graves via Guix-patches via wrote:
> 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.
That was actually not true, it failed eventually.
> I'll resubmit a new version updated to the last current libreoffice
> version.
So strange, now it refuses to build again.
I tried with gcc-toolchain-12 yesterday, it built properlty, and then
after some cleanup this morning, not anymore. The issue is definitely
in Guix and not in Libreoffice.
--
Best regards,
Nicolas Graves
This bug report was last modified 172 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.