unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#41400: Current biber version is incompatible with biblatex
@ 2020-05-19 11:23 Mikhail Tsykalov
  2020-05-29 15:38 ` Ludovic Courtès
  0 siblings, 1 reply; 6+ messages in thread
From: Mikhail Tsykalov @ 2020-05-19 11:23 UTC (permalink / raw)
  To: 41400

When running biber the following error appears:

ERROR - Error: Found biblatex control file version 3.5, expected version 
3.4.
This means that your biber (2.11) and biblatex (3.12) versions are 
incompatible.
See compat matrix in biblatex or biber PDF documentation.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#41400: Current biber version is incompatible with biblatex
  2020-05-19 11:23 bug#41400: Current biber version is incompatible with biblatex Mikhail Tsykalov
@ 2020-05-29 15:38 ` Ludovic Courtès
  2020-05-29 16:07   ` Julien Lepiller
  2020-05-30 14:09   ` Mikhail Tsykalov
  0 siblings, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2020-05-29 15:38 UTC (permalink / raw)
  To: Mikhail Tsykalov; +Cc: 41400

Hi,

Mikhail Tsykalov <tsymsh@gmail.com> skribis:

> When running biber the following error appears:
>
> ERROR - Error: Found biblatex control file version 3.5, expected
> version 3.4.
> This means that your biber (2.11) and biblatex (3.12) versions are
> incompatible.
> See compat matrix in biblatex or biber PDF documentation.

Not long ago, I did this:

  commit 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413
  Author: Ludovic Courtès <ludo@gnu.org>
  Date:   Fri Apr 24 16:17:38 2020 +0200

      gnu: biber: Downgrade to 2.11.

      Biber 2.12 is incompatible with biblatex 3.11, which is what's currently
      packaged.  This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464.

      * gnu/packages/tex.scm (biber): Downgrade to 2.11.

However, it seems that biblatex has been updated in the meantime.

Could you check whether reverting the commit above fixes the problem for
you?

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#41400: Current biber version is incompatible with biblatex
  2020-05-29 15:38 ` Ludovic Courtès
@ 2020-05-29 16:07   ` Julien Lepiller
  2020-05-30 13:55     ` Ludovic Courtès
  2020-05-30 14:09   ` Mikhail Tsykalov
  1 sibling, 1 reply; 6+ messages in thread
From: Julien Lepiller @ 2020-05-29 16:07 UTC (permalink / raw)
  To: Ludovic Courtès, Mikhail Tsykalov; +Cc: 41400

Le 29 mai 2020 11:38:31 GMT-04:00, "Ludovic Courtès" <ludo@gnu.org> a écrit :
>Hi,
>
>Mikhail Tsykalov <tsymsh@gmail.com> skribis:
>
>> When running biber the following error appears:
>>
>> ERROR - Error: Found biblatex control file version 3.5, expected
>> version 3.4.
>> This means that your biber (2.11) and biblatex (3.12) versions are
>> incompatible.
>> See compat matrix in biblatex or biber PDF documentation.
>
>Not long ago, I did this:
>
>  commit 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413
>  Author: Ludovic Courtès <ludo@gnu.org>
>  Date:   Fri Apr 24 16:17:38 2020 +0200
>
>      gnu: biber: Downgrade to 2.11.
>
>Biber 2.12 is incompatible with biblatex 3.11, which is what's
>currently
>packaged.  This is a followup to
>41a010875ba4108e666f11fc111cf5bb5dcf5464.
>
>      * gnu/packages/tex.scm (biber): Downgrade to 2.11.
>
>However, it seems that biblatex has been updated in the meantime.
>
>Could you check whether reverting the commit above fixes the problem
>for
>you?
>
>Thanks,
>Ludo’.

We should add a comment to the biber package toqwarn about this. Wdyt?




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#41400: Current biber version is incompatible with biblatex
  2020-05-29 16:07   ` Julien Lepiller
@ 2020-05-30 13:55     ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2020-05-30 13:55 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: 41400, Mikhail Tsykalov

Julien Lepiller <julien@lepiller.eu> skribis:

> We should add a comment to the biber package toqwarn about this. Wdyt?

Yes, definitely.

Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#41400: Current biber version is incompatible with biblatex
  2020-05-29 15:38 ` Ludovic Courtès
  2020-05-29 16:07   ` Julien Lepiller
@ 2020-05-30 14:09   ` Mikhail Tsykalov
  2020-05-31 17:02     ` Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Mikhail Tsykalov @ 2020-05-30 14:09 UTC (permalink / raw)
  To: Ludovic Courtès

Hi,

On 29.05.2020 18:38, Ludovic Courtès wrote:
> Not long ago, I did this:
>
>    commit 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413
>    Author: Ludovic Courtès <ludo@gnu.org>
>    Date:   Fri Apr 24 16:17:38 2020 +0200
>
>        gnu: biber: Downgrade to 2.11.
>
>        Biber 2.12 is incompatible with biblatex 3.11, which is what's currently
>        packaged.  This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464.
>
>        * gnu/packages/tex.scm (biber): Downgrade to 2.11.
>
> However, it seems that biblatex has been updated in the meantime.
>
> Could you check whether reverting the commit above fixes the problem for
> you?
>
> Thanks,
> Ludo’.

Yes, reverting 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413 seems to fix the 
problem.

I have no idea why biber's test suite doesn't check that biblatex 
version is compatible.

Can we add guix-specific check, so the package would fail to build if 
similar thing happens?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#41400: Current biber version is incompatible with biblatex
  2020-05-30 14:09   ` Mikhail Tsykalov
@ 2020-05-31 17:02     ` Ludovic Courtès
  0 siblings, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2020-05-31 17:02 UTC (permalink / raw)
  To: Mikhail Tsykalov; +Cc: 41400-done

Hi,

Mikhail Tsykalov <tsymsh@gmail.com> skribis:

> On 29.05.2020 18:38, Ludovic Courtès wrote:
>> Not long ago, I did this:
>>
>>    commit 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413
>>    Author: Ludovic Courtès <ludo@gnu.org>
>>    Date:   Fri Apr 24 16:17:38 2020 +0200
>>
>>        gnu: biber: Downgrade to 2.11.
>>
>>        Biber 2.12 is incompatible with biblatex 3.11, which is what's currently
>>        packaged.  This is a followup to 41a010875ba4108e666f11fc111cf5bb5dcf5464.
>>
>>        * gnu/packages/tex.scm (biber): Downgrade to 2.11.
>>
>> However, it seems that biblatex has been updated in the meantime.
>>
>> Could you check whether reverting the commit above fixes the problem for
>> you?
>>
>> Thanks,
>> Ludo’.
>
> Yes, reverting 40fd909e3ddee2c46a27a4fe92ed49d3e7ffb413 seems to fix
> the problem.

OK, I’ll push the revert shortly.

> I have no idea why biber's test suite doesn't check that biblatex
> version is compatible.
>
> Can we add guix-specific check, so the package would fail to build if
> similar thing happens?

I don’t know why Biber’s test suite doesn’t do the relevant check, but I
don’t think we can it by ourselves.  There’s a biber/biblatex
compatibility matrix in the biblatex documentation:

  http://ctan.math.washington.edu/tex-archive/macros/latex/contrib/biblatex/doc/biblatex.pdf

(Linked from <https://ctan.org/pkg/biblatex>.)  I guess we just need to
double-check that when updating.  I’ve added a comment in the code.

Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-05-31 17:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 11:23 bug#41400: Current biber version is incompatible with biblatex Mikhail Tsykalov
2020-05-29 15:38 ` Ludovic Courtès
2020-05-29 16:07   ` Julien Lepiller
2020-05-30 13:55     ` Ludovic Courtès
2020-05-30 14:09   ` Mikhail Tsykalov
2020-05-31 17:02     ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).