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

Can't use an undefined value as an ARRAY reference #198

Closed
kleinschmidt opened this issue Nov 27, 2017 · 5 comments
Closed

Can't use an undefined value as an ARRAY reference #198

kleinschmidt opened this issue Nov 27, 2017 · 5 comments

Comments

@kleinschmidt
Copy link

Since upgrading to 2.8 (and still on 2.9), I'm getting the following error when trying to extract cited refs to a .bib file. (this runs fine in my normal latexmk workflow, without the --output_format=bibtex, producing a .bbl file).

Omitting some warnings (which I think are about ISBNs and duplicate keys and I think unrelated):

➜ biber --output_format=bibtex talker-variability.bcf
INFO - This is Biber 2.9
INFO - Logfile is 'talker-variability.blg'
INFO - Reading 'talker-variability.bcf'
INFO - Found 76 citekeys in bib section 0
INFO - Looking for bibtex format file 'talker-variability.bib'
INFO - LaTeX decoding ...
INFO - Found BibTeX data source 'talker-variability.bib'
WARN - BibTeX subsystem: /tmp/cRfLN_Zqdw/talker-variability.bib_23427.utf8, line 8, warning: 194 characters of junk seen at toplevel
Can't use an undefined value as an ARRAY reference at /tmp/par-64617665/cache-975de9a2a2c44ccaa5329d9695a54026ffc29f68/inc/lib/Biber/Internals.pm line 1100.

Apologies for the lack of a MRE, but I've uploaded the bcf and bib files here as a gist. If I find the time I'll try to chase down a MRE.

@plk
Copy link
Owner

plk commented Nov 27, 2017

That .bcf file you are using - was this generated with biber <2.8? The format has changed in 2.8 which I suspect is your problem.

@kleinschmidt
Copy link
Author

Nope, it's generated with 2.8.

plk added a commit that referenced this issue Nov 28, 2017
@plk
Copy link
Owner

plk commented Nov 28, 2017

Please try biber 2.10 DEV version from the development folder on Sourceforge. This was a bug.

@kleinschmidt
Copy link
Author

Works great! Thanks for the quick fix.

@3e4
Copy link

3e4 commented Feb 23, 2018

I had same problem with 2.9, and 2.10 fixed it. Here is the link to the binaries
https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/2.10/binaries/

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

3 participants