-
Notifications
You must be signed in to change notification settings - Fork 38
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
test failures with 2.16 #378
Comments
This is normal if the |
Thanks, that makes sense. |
I guess it's simpler to wait for Void to update perl to 5.34, as collate is shipped there, and then update biber. Shoudn't the version you require for perl and unicode:collate match though, as now you're requiring a collate that ships with a more recent perl version than the one you require, if I understand. |
* gnu/packages/tex.scm (biber): Update to 2.16. [source]: Remove 'patches'. [inputs]: Add 'perl-io-string', 'perl-parse-recdescent', and 'perl-unicode-collate' (upstream appears to have fixed the issue initially mentioned as a comment: recent issue was closed after telling user to use perl-unicode-collate 1.29, which is the one available; see <plk/biber#378>.) * gnu/packages/patches/biber-fix-encoding-write.patch, gnu/packages/patches/biber-sortinithash.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
I'm trying to update
biber
on Void linux, x86_64-musl.The build is fine, but some checks fail.
It's using perl 5.32.1.
Some dependecies are missing, but I'm not even sure they're relevant, see also
The test failures are
The template I'm using to build is
Do you know how to address the failures?
Thanks.
The text was updated successfully, but these errors were encountered: