LaTeXpkges icon indicating copy to clipboard operation
LaTeXpkges copied to clipboard

Building the project.... Done! Initial build fails! Finishing now...

Open Huii opened this issue 6 years ago • 8 comments

I'm trying to run this script on a Debian machine with Python 2.7.13 and always end up with the following:

Building the project.... Done! Initial build fails! Finishing now...

Any ideas how to solve this issue?

Huii avatar Oct 30 '18 15:10 Huii

@Huii, what is the exact command you are trying to execute and what is your latex installation?

TarasKuzyo avatar Oct 30 '18 16:10 TarasKuzyo

pdflatex --version returns:

pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) kpathsea version 6.2.2 Copyright 2016 Han The Thanh (pdfTeX) et al. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. Compiled with libpng 1.6.28; using libpng 1.6.28 Compiled with zlib 1.2.8; using zlib 1.2.8 Compiled with poppler version 0.48.0

The command I'm executing is: python LaTeXpkges.py --latex pdflatex --bibtex biber path/to/my/MainTexFile/main.tex

Huii avatar Oct 31 '18 08:10 Huii

What about your bibtex?

TarasKuzyo avatar Oct 31 '18 22:10 TarasKuzyo

biber --version returns

biber version: 2.7 (beta)

and bibtex --version returns

BibTeX 0.99d (TeX Live 2016/Debian) kpathsea version 6.2.2 Copyright 2016 Oren Patashnik. There is NO warranty. Redistribution of this software is covered by the terms of both the BibTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the BibTeX source. Primary author of BibTeX: Oren Patashnik.

Huii avatar Nov 01 '18 19:11 Huii

Post your file somewhere so we can look at it.

pauloney avatar Nov 01 '18 22:11 pauloney

Unfortunately I can't do this as the document is confidential. Is there any way, however, to enable some debug output? That way, I could check for myself which line or which package causes the script to quit.

Huii avatar Nov 02 '18 16:11 Huii

Unfortunately, the merge doesn't fix this issue for me and the problem still persists. However, I finally managed to put a minimal working example together, which fails for me. You can find it here: https://pastebin.com/TXGTWYJE

Huii avatar Feb 06 '19 16:02 Huii

@Huii I tested your example with the newly published version on ubuntu 18.04 and it doesn't fail now.

TarasKuzyo avatar Aug 26 '21 12:08 TarasKuzyo