BibTeX, biblatex and biberpdflatex finished with error code 1 (again)

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
esorato
Posts: 3
Joined: Sat Jan 04, 2014 1:28 pm

pdflatex finished with error code 1 (again)

Post by esorato »

Hello everybody,

I am writing a thesis using latex (I am a newbie regarding latex environment) and I got this error when compiling the doc.

I have searched in the forum and it seems that this case is little different from others.

I am trying to use a library automatically generated in mendeley environment.

This is the log generated:

This is BibTeX, Version 0.99c (TeX Live 2009/Debian)
The top-level auxiliary file: disert_sorato_v0004.aux
I couldn't open database file library.bib.bib
---line 90 of file disert_sorato_v0004.aux
: \bibdata{abnt-options,library.bib
: }
I'm skipping whatever remains of this command
The style file: abnt-alf.bst
Reallocated wiz_functions (elt_size=4) to 6000 items from 3000.
Database file #1: abnt-options.bib
Warning--I didn't find a database entry for "abnt-url-package=html"
Warning--I didn't find a database entry for "Kolodzy2002"
Warning--I didn't find a database entry for "ya09"
Warning--I didn't find a database entry for "Haykin2009a"
Warning--I didn't find a database entry for "Yucek2006"
Warning--I didn't find a database entry for "Dobre2007"
Warning--I didn't find a database entry for "cck12"
Warning--I didn't find a database entry for "sc08"
Warning--I didn't find a database entry for "Dobre"
Warning--I didn't find a database entry for "CUM1999"
Warning--I didn't find a database entry for "DIC2001"
Warning--I didn't find a database entry for "Zeng2010"
Warning--I didn't find a database entry for "VAP1998"
Warning--I didn't find a database entry for "BUR1998"
Warning--I didn't find a database entry for "HSU2002"
Warning--I didn't find a database entry for "CHI2011"
Warning--I didn't find a database entry for "CHA1999"
Warning--I didn't find a database entry for "SOR2013"
Reallocated wiz_functions (elt_size=4) to 9000 items from 6000.
+---------------------------------------------------------+
| Estilo bibliografico abnt-alf.bst versao 1.53 |
| Implementa a NBR6023, NBR10520 e NBR10523 |
| Em caso de duvidas ou problemas com este estilo procure |
| http://abntex.codigolivre.org.br |
+---------------------------------------------------------+
You've used 3 entries,
6522 wiz_defined-function locations,
1198 strings with 9564 characters,
and the built_in function-call counts, 1497 in all, are:
= -- 216
> -- 0
< -- 0
+ -- 45
- -- 0
* -- 51
:= -- 217
add.period$ -- 0
call.type$ -- 5
change.case$ -- 9
chr.to.int$ -- 1
cite$ -- 0
duplicate$ -- 11
empty$ -- 173
format.name$ -- 0
if$ -- 397
int.to.chr$ -- 2
int.to.str$ -- 0
missing$ -- 32
newline$ -- 8
num.names$ -- 0
pop$ -- 34
preamble$ -- 1
purify$ -- 9
quote$ -- 0
skip$ -- 219
stack$ -- 1
substring$ -- 56
swap$ -- 0
text.length$ -- 0
text.prefix$ -- 0
top$ -- 0
type$ -- 0
warning$ -- 0
while$ -- 2
width$ -- 0
write$ -- 8
(There was 1 error message)


this line is weird to me:

I couldn't open database file library.bib.bib


In my document I have only this:

\phystyle{ufscThesis/ufsc-alf}
\bibliography{library}

So, I don understand why the double extension (.bib.bib) appears in the log file.
Any glue ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply