Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 May 2022 19:28:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        tex@FreeBSD.org
Subject:   [Bug 263134] print/latex-biber: incompatible with biblatex version
Message-ID:  <bug-263134-41148-RrgK1lzV3n@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263134-41148@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263134-41148@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263134

--- 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 compilat=
ions
just to be sure.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263134-41148-RrgK1lzV3n>