-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libreoffice: broken build #37619
Comments
@mdorman yes, it is |
OK, just a bump will probably not help, but apparently this situation has already happenned in the past and we can try to force a similar workaround. |
Forgot to write here: push fixed, for example it works in https://hydra.nixos.org/build/71902525 @mdorman I will close it at some point unless you explicitly object |
@7c6f434c @mdorman |
Note that I will likely downgrade LibreOffice Still (it somehow got coalesced with Fresh in staging branch…) |
@7c6f434c both fresh and still are broken in unstable. |
I know, but doing anything with LibreOffice build takes a lot of time and I haven't yet allocated a chunk.
Also, after a weird staging merge fresh and still are the same in unstable; not sure if pointing the still back at still.nix will fix the builf because see previous sentence.
|
It was broken by the xmlsec minor version upgrade in 45eeb24 |
I reverted the |
Thanks @peti |
It seem that |
`getentropy`? is this kernel version dependent?
Current `master` is buildable for me…
|
Both revisions give the same output path for me (I probably have built it using yet another revision)
|
Hmm, strange. I'll run a local build with c5fb293 now. Let's see what happens. |
|
The build is broken still it would seem. Left my machine trying to
My buffer only goes back so far, but I've attached what I have. I hope this helps with the troubleshooting. |
The build is broken still it would seem. Left my machine trying to `nixos-rebuild switch --upgrade`, which included a LibreOffice upgrade and it looks like a problem with the tests, to my untrained eye:
```
/build/libreoffice-6.0.3.2/xmlsecurity/qa/unit/signing/signing.cxx:453:SigningTest::testOOXMLPartial
assertion failed
- Expression: (nActual == SignatureState::NOTVALIDATED || nActual == SignatureState::PARTIAL_OK)
- 2
`6.0.3.2` is the channel revision, not the `master` branch revision — _this_ problem has been already fixed by not using global `xmlsec`.
|
This reverts commit 45eeb24. This update broke the build of libreoffice. See NixOS#37619. Ping @ryantm. (cherry picked from commit 31b4bfe)
|
`getentropy` seems to be a relatively (sigh) recent system call on
Linux, what is the kernel version on the builder? Locally from master
(as of some random point between 06:00 and 10:00 UTC) I can build both
versions.
|
Both |
Issue description
Build broken in hydra: https://hydra.nixos.org/build/71636765
I'm afraid I don't have the horsepower available to do a bisection.
The text was updated successfully, but these errors were encountered: