Skip to content
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

Error: Found biblatex control file version 3.9, expected version 3.8. #32

Open
michidk opened this issue Jun 24, 2022 · 0 comments
Open

Comments

@michidk
Copy link
Contributor

michidk commented Jun 24, 2022

Since today the build fails on multiple projects (on multiple different machines) using this devcontainer.
Error:

Biber error: [285] Utils.pm:409> ERROR - Error: Found biblatex control file version 3.9, expected version 3.8.
This means that your biber (2.17) and biblatex (3.18) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.

The main.blg file:

[0] Config.pm:307> INFO - This is Biber 2.17
[1] Config.pm:310> INFO - Logfile is 'out/main.blg'
[126] biber:340> INFO - === Fri Jun 24, 2022, 13:33:54
[148] Biber.pm:418> INFO - Reading 'out/main.bcf'
[293] Utils.pm:409> ERROR - Error: Found biblatex control file version 3.9, expected version 3.8.
This means that your biber (2.17) and biblatex (3.18) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
[293] Biber.pm:135> INFO - ERRORS: 1

Tlmgr shows that all packages are up-to-date:

/workspace master wip *1 !6 ❯ tlmgr update -all                                                                                                                                                              8s root@751b68f21a7f
tlmgr: package repository http://ctan.math.utah.edu/ctan/tex-archive/systems/texlive/tlnet (verified)
tlmgr: no updates available

There are no other conflicting biber, biblatex binaries, as suggested by a StackOverflow post:

/workspace master wip *1 !7 ❯ which -a biber                                                                                                                                                                                    root@9c65c9ca24ea
/usr/local/texlive/2022/bin/x86_64-linux/biber
/workspace master wip *1 !7 ❯ which -a pdflatex                                                                                                                                                                                 root@9c65c9ca24ea
/usr/local/texlive/2022/bin/x86_64-linux/pdflatex
/workspace master wip *1 !7 ❯ kpsewhich -all biblatex.sty                                                                                                                                                                       root@9c65c9ca24ea
/usr/local/texlive/2022/texmf-dist/tex/latex/biblatex/biblatex.sty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant