[Bug 263134] print/latex-biber: incompatible with biblatex version
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263134] print/latex-biber: incompatible with biblatex version"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 May 2022 19:28:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263134 --- Comment #2 from rfcantao@gmail.com <rfcantao@gmail.com> --- Quick workaround that allowed me to compile my documents: 1. Clone the biblatex repo: git clone https://github.com/plk/biblatex.git 2. Checkout the tag that will make biber happy: git checkout tags/v3.17 3. Install biblatex locally (it takes precedence over system packages): cd biblatex obuild/build.sh install 3.17 ~/texmf 4. Run texhash. 5. Compile your document! I have cleaned all leftovers of previous compilations just to be sure. -- You are receiving this mail because: You are the assignee for the bug.