Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Current biber and biblatex version incompatibil
@ 2024-03-18 10:45 sabrinasomething
  2024-03-18 10:47 ` sabrinasomething
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: sabrinasomething @ 2024-03-18 10:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

New issue by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.22_1 x86_64 GenuineIntel uptodate rrFF

### Package(s) Affected

bbiber-2.16_3, texlive-bibtexextra-2023.66579_1, texlive-20230313_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

Upstream not affected

### Expected behaviour

Compiling a latex file in which biblatex is used to cite should work.

### Actual behaviour

biber returns an error:
```
ERROR - Error: Found biblatex control file version 3.10, expected version 3.7.
This means that your biber (2.16) and biblatex (3.19) versions are incompatible.
```

As can be seen here: https://texdoc.org/serve/biber.pdf/0 2.19 is the correct biber version for biblatex version 3.19

### Steps to reproduce

1. Write a small latex file where biblatex is used to cite something.
2. Try to compile it (for example using latexmk).

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
@ 2024-03-18 10:47 ` sabrinasomething
  2024-03-18 11:25 ` meator
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sabrinasomething @ 2024-03-18 10:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

New comment by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2003574664

Comment:
There is a stale pull request (#46424) to update biber, but it has not been merged.

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
  2024-03-18 10:47 ` sabrinasomething
@ 2024-03-18 11:25 ` meator
  2024-03-18 22:02 ` dkwo
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: meator @ 2024-03-18 11:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by meator on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2003656979

Comment:
Could you provide a sample LaTeX file (and additional files if necessary) which triggers this error?

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
  2024-03-18 10:47 ` sabrinasomething
  2024-03-18 11:25 ` meator
@ 2024-03-18 22:02 ` dkwo
  2024-03-18 22:17 ` sabrinasomething
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dkwo @ 2024-03-18 22:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2005124474

Comment:
maybe just update biber?

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (2 preceding siblings ...)
  2024-03-18 22:02 ` dkwo
@ 2024-03-18 22:17 ` sabrinasomething
  2024-03-18 22:18 ` sabrinasomething
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sabrinasomething @ 2024-03-18 22:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

New comment by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2005142644

Comment:
> Could you provide a sample LaTeX file (and additional files if necessary) which triggers this error?

More complete reproduction:

1. Create empty file `test.bib`
2. Create file `test.tex` in the same folder containing
```
\documentclass{article}

\usepackage{biblatex}
\addbibresource{test.bib}

\begin{document}

\end{document}
```

3. Run the following commands in the folder:
```
$ pdflatex test.tex
$ pdflatex test
```

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (3 preceding siblings ...)
  2024-03-18 22:17 ` sabrinasomething
@ 2024-03-18 22:18 ` sabrinasomething
  2024-03-18 22:19 ` sabrinasomething
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sabrinasomething @ 2024-03-18 22:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

New comment by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2005142644

Comment:
> Could you provide a sample LaTeX file (and additional files if necessary) which triggers this error?

More complete reproduction:

1. Create empty file `test.bib`
2. Create file `test.tex` in the same folder containing
```
\documentclass{article}

\usepackage{biblatex}
\addbibresource{test.bib}

\begin{document}

\end{document}
```

3. Run the following commands in the folder:
```
$ pdflatex test.tex
$ biber test
```

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (4 preceding siblings ...)
  2024-03-18 22:18 ` sabrinasomething
@ 2024-03-18 22:19 ` sabrinasomething
  2024-03-20 22:54 ` Clos3y
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sabrinasomething @ 2024-03-18 22:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 987 bytes --]

New comment by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2005142644

Comment:
> Could you provide a sample LaTeX file (and additional files if necessary) which triggers this error?

More complete reproduction:

1. Create empty file `test.bib`
2. Create file `test.tex` in the same folder containing
```
\documentclass{article}

\usepackage{biblatex}
\addbibresource{test.bib}

\begin{document}

\end{document}
```

3. Run the following commands in the folder:
```
$ pdflatex test.tex
$ biber test
```

The second command will generate the following output:
```
INFO - This is Biber 2.16
INFO - Logfile is 'test.blg'
INFO - Reading 'test.bcf'
ERROR - Error: Found biblatex control file version 3.10, expected version 3.7.
This means that your biber (2.16) and biblatex (3.19) versions are incompatible.
See compat matrix in biblatex or biber PDF documentation.
INFO - ERRORS: 1
```

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (5 preceding siblings ...)
  2024-03-18 22:19 ` sabrinasomething
@ 2024-03-20 22:54 ` Clos3y
  2024-03-20 23:20 ` Clos3y
  2024-03-21 11:14 ` [ISSUE] [CLOSED] " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: Clos3y @ 2024-03-20 22:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by Clos3y on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2010828188

Comment:
I'm having the same issue. I imagine the aforementioned PR would work but it failed the `i686` build: I'll test it this week if I can.

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

* Re: Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (6 preceding siblings ...)
  2024-03-20 22:54 ` Clos3y
@ 2024-03-20 23:20 ` Clos3y
  2024-03-21 11:14 ` [ISSUE] [CLOSED] " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: Clos3y @ 2024-03-20 23:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 303 bytes --]

New comment by Clos3y on void-packages repository

https://github.com/void-linux/void-packages/issues/49347#issuecomment-2010828188

Comment:
I'm having the same issue. I imagine the aforementioned PR would work but it failed the `i686` build: I'll test it this week if I can.

EDIT: Thanks @dkwo <3 

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

* Re: [ISSUE] [CLOSED] Current biber and biblatex version incompatibil
  2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
                   ` (7 preceding siblings ...)
  2024-03-20 23:20 ` Clos3y
@ 2024-03-21 11:14 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2024-03-21 11:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

Closed issue by sabrinasomething on void-packages repository

https://github.com/void-linux/void-packages/issues/49347

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.22_1 x86_64 GenuineIntel uptodate rrFF

### Package(s) Affected

bbiber-2.16_3, texlive-bibtexextra-2023.66579_1, texlive-20230313_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

Upstream not affected

### Expected behaviour

Compiling a latex file in which biblatex is used to cite should work.

### Actual behaviour

biber returns an error:
```
ERROR - Error: Found biblatex control file version 3.10, expected version 3.7.
This means that your biber (2.16) and biblatex (3.19) versions are incompatible.
```

As can be seen here: https://texdoc.org/serve/biber.pdf/0 2.19 is the correct biber version for biblatex version 3.19

### Steps to reproduce

1. Write a small latex file where biblatex is used to cite something.
2. Try to compile it (for example using latexmk).

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

end of thread, other threads:[~2024-03-21 11:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-18 10:45 [ISSUE] Current biber and biblatex version incompatibil sabrinasomething
2024-03-18 10:47 ` sabrinasomething
2024-03-18 11:25 ` meator
2024-03-18 22:02 ` dkwo
2024-03-18 22:17 ` sabrinasomething
2024-03-18 22:18 ` sabrinasomething
2024-03-18 22:19 ` sabrinasomething
2024-03-20 22:54 ` Clos3y
2024-03-20 23:20 ` Clos3y
2024-03-21 11:14 ` [ISSUE] [CLOSED] " leahneukirchen

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 NNTP newsgroup(s).