[Bug 833815] New: texlive biber doesn't create bbl file
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c0 Summary: texlive biber doesn't create bbl file Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.3 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: arun@gmx.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Created an attachment (id=551639) --> (http://bugzilla.novell.com/attachment.cgi?id=551639) test file User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0 Using biber doesn't create a bbl file. The content that should be in the bbl file is printed on stdout and biber claims to create a bbl though. I attached a minimal case that shows the problem on my system. I'm runniing 12.3+Tumbleweed and have the following version of biber installed: arun@ape:~/tmp/tmp8>rpm -qi texlive-biber Name : texlive-biber Version : 2012.67.0.0.9.9svn25858 Release : 4.5.2 Architecture: noarch Install Date: Mon 05 Aug 2013 11:51:46 AM PDT Group : Productivity/Publishing/TeX/Base Size : 264335 License : Artistic-2.0 and GPL-1.0+ Signature : RSA/SHA256, Mon 05 Aug 2013 02:42:34 AM PDT, Key ID b88b2fd43dbdc284 Source RPM : texlive-biber-2012.67.0.0.9.9svn25858-4.5.2.src.rpm Build Date : Mon 22 Jul 2013 06:49:06 AM PDT Build Host : build35 Relocations : (not relocatable) Packager : http://bugs.opensuse.org Vendor : openSUSE URL : http://www.tug.org/texlive/ Summary : A BibTeX replacement for users of biblatex Description : Biber is a BibTeX replacement for users of biblatex. Biber supports full UTF-8, can (re)-encode input and output, supports highly configurable sorting, dynamic bibliography sets and many other features. The CTAN distribution offers a compressed tar archive of the sources, etc., together with "binary" distributions for a variety of platforms. Note: on SourceForge biber is formally named "biblatex-biber", to distinguish it from an earlier (now apparently moribund) project called "biber". date: 2012-04-01 18:46:39 +0000 Distribution: openSUSE 12.3 arun@ape:~/tmp/tmp8>rpm -qi texlive-biber-bin Name : texlive-biber-bin Version : 2012.20120611.svn25858 Release : 3.6.3 Architecture: x86_64 Install Date: Mon 05 Aug 2013 11:51:02 AM PDT Group : Productivity/Publishing/TeX/Utilities Size : 7609918 License : LPPL-1.0 Signature : RSA/SHA256, Mon 05 Aug 2013 02:42:35 AM PDT, Key ID b88b2fd43dbdc284 Source RPM : texlive-2012.20120611-3.6.3.src.rpm Build Date : Thu 25 Jul 2013 08:52:17 AM PDT Build Host : cloud121 Relocations : /usr/bin Packager : http://bugs.opensuse.org Vendor : openSUSE URL : http://www.tug.org/texlive/ Summary : Binary files of biber Description : Binary files of biber Distribution: openSUSE 12.3 arun@ape:~/tmp/tmp8>uname -a Linux ape 3.10.3-19.gec6c1d9-desktop #1 SMP PREEMPT Fri Jul 26 05:54:19 UTC 2013 (ec6c1d9) x86_64 x86_64 x86_64 GNU/Linux Reproducible: Always Steps to Reproduce: 1. use attached files taken from http://www.eng.cam.ac.uk/help/tpl/textprocessing/biblatex.html including some names changes and using biber backend 2. run pdflatex test.tex 3. run biber test no bbl file created Actual Results: when running biber I get the following text printed on stdout: arun@ape:~/tmp/tmp8>biber test INFO - This is Biber 0.9.9 INFO - Logfile is 'test.blg' INFO - Reading 'test.bcf' INFO - Found 1 citekeys in bib section 0 INFO - Processing bib section 0 INFO - Looking for bibtex format file 'test.bib' for section 0 INFO - Found BibTeX data source 'test.bib' INFO - Sorting list 'MAIN' keys INFO - No sort tailoring available for locale 'en_US.UTF-8' INFO - Sorting list 'SHORTHANDS' keys INFO - No sort tailoring available for locale 'en_US.UTF-8' INFO - Writing 'test.bbl' with encoding 'ascii' % $ biblatex auxiliary file $ % $ biblatex version 1.7 $ % $ biber version 0.9.9 $ % Do not modify the above lines! % % This is an auxiliary file used by the 'biblatex' package. % This file may safely be deleted. It will be recreated by % biber or bibtex as required. % \begingroup \makeatletter \@ifundefined{ver@biblatex.sty} {\@latex@error {Missing 'biblatex' package} {The bibliography requires the 'biblatex' package.} \aftergroup\endinput} {} \endgroup \refsection{0} \entry{KandR}{book}{} \name{labelname}{2}{}{% {{hash=1052228cbdc74ef71d9c24c30ddc01ef}{Kernighan}{K\bibinitperiod}{Brian\bibnamedelima W.}{B\bibinitperiod\bibinitdelim W\bibinitperiod}{}{}{}{}}% {{hash=42af644cbe8be3fb0872492484150c5e}{Ritchie}{R\bibinitperiod}{Dennis\bibnamedelima M.}{D\bibinitperiod\bibinitdelim M\bibinitperiod}{}{}{}{}}% } \name{author}{2}{}{% {{hash=1052228cbdc74ef71d9c24c30ddc01ef}{Kernighan}{K\bibinitperiod}{Brian\bibnamedelima W.}{B\bibinitperiod\bibinitdelim W\bibinitperiod}{}{}{}{}}% {{hash=42af644cbe8be3fb0872492484150c5e}{Ritchie}{R\bibinitperiod}{Dennis\bibnamedelima M.}{D\bibinitperiod\bibinitdelim M\bibinitperiod}{}{}{}{}}% } \list{publisher}{1}{% {Prentice-Hall, Inc.}% } \strng{namehash}{7504cc867375f33ae6c760d0facfc70a} \strng{fullhash}{7504cc867375f33ae6c760d0facfc70a} \field{sortinit}{K} \field{title}{{The C Programming Language Second Edition}} \field{year}{1988} \endentry \endrefsection \endinput INFO - Output to test.bbl test.bbl does _not_ exist afterwards Expected Results: creation of test.bbl -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c1 --- Comment #1 from Arun Persaud <arun@gmx.de> 2013-08-07 17:10:48 UTC --- Created an attachment (id=551640) --> (http://bugzilla.novell.com/attachment.cgi?id=551640) laetx file for test -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |werner@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |arun@gmx.de Severity|Major |Normal --- Comment #2 from Dr. Werner Fink <werner@suse.com> 2013-08-08 06:34:12 UTC --- Attach 'test.bib' as well d88 werner/Downloads> biber bug-833815_test INFO - This is Biber 0.9.9 INFO - Logfile is 'bug-833815_test.blg' INFO - Reading 'bug-833815_test.bcf' INFO - Found 1 citekeys in bib section 0 INFO - Processing bib section 0 INFO - Looking for bibtex format file 'test.bib' for section 0 ERROR - Cannot find 'test.bib'! INFO - ERRORS: 1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c3 --- Comment #3 from Arun Persaud <arun@gmx.de> 2013-08-08 07:17:34 UTC --- test.bib is already attached in the original description. Sorry for the confusion, couldn't figure out how to attache both file at once... should have left a comment about it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c4 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED CC| |lnussel@suse.com InfoProvider|arun@gmx.de | Resolution| |FIXED --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2013-08-08 10:07:47 UTC --- OK found and fixed (see SR #186367) the culprit: d88 werner/Downloads> biber --debug bug-833815_test INFO - This is Biber 0.9.9 INFO - Logfile is 'bug-833815_test.blg' INFO - DEBUG mode: all messages are logged to 'bug-833815_test.blg' INFO - Reading 'bug-833815_test.bcf' INFO - Found 1 citekeys in bib section 0 INFO - Processing bib section 0 INFO - Looking for bibtex format file 'bug-833815_test.bib' for section 0 INFO - Found BibTeX data source 'bug-833815_test.bib' INFO - Sorting list 'MAIN' keys INFO - No sort tailoring available for locale 'de_DE.UTF-8' INFO - Sorting list 'SHORTHANDS' keys INFO - No sort tailoring available for locale 'de_DE.UTF-8' INFO - Writing 'bug-833815_test.bbl' with encoding 'ascii' INFO - Output to bug-833815_test.bbl d88 werner/Downloads> wc -l bug-833815_test.bbl 43 bug-833815_test.bbl d88 werner/Downloads> latex bug-833815_test [...] (/usr/share/texmf/tex/latex/biblatex/lbx/english.lbx) (./bug-833815_test.aux) (./bug-833815_test.bbl) [1] (./bug-833815_test.aux) ) Output written on bug-833815_test.dvi (1 page, 668 bytes). Transcript written on bug-833815_test.log. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-08-08 13:00:20 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/186367 Maintenance / -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c6 --- Comment #6 from Swamp Workflow Management <swamp@suse.de> 2013-08-16 14:04:33 UTC --- openSUSE-RU-2013:1350-1: An update that has two recommended fixes can now be installed. Category: recommended (low) Bug References: 833498,833815 CVE References: Sources used: openSUSE 12.3 (src): texlive-2012.20120611-3.10.1, texlive-a0poster-2012.67.1.22bsvn15878-4.15.1, texlive-a2ping-2012.67.svn18835-4.15.1, texlive-a4wide-2012.67.svn20943-4.15.1, texlive-a5comb-2012.67.4svn17020-4.15.1, texlive-aastex-2012.67.5.2svn15878-4.15.1, texlive-abbr-2012.67.svn15878-4.15.1, texlive-abc-2012.67.0.0.0svn15878-4.15.1, texlive-abstract-2012.67.1.2asvn15878-4.15.1, texlive-abstyles-2012.67.svn15878-4.15.1, texlive-accfonts-2012.67.0.0.25svn18835-4.15.1, texlive-achemso-2012.67.3.7asvn26274-4.15.1, texlive-acmconf-2012.67.1.3svn15878-4.15.1, texlive-acronym-2012.67.1.36svn19660-4.15.1, texlive-acroterm-2012.67.0.0.1svn20498-4.15.1, texlive-active-conf-2012.67.0.0.3asvn15878-4.15.1, texlive-addlines-2012.67.0.0.2svn15878-4.15.1, texlive-adfathesis-2012.67.2.42svn26048-4.15.1, texlive-adforn-2012.67.1.001_b_2svn20019-4.15.1, texlive-adfsymbols-2012.67.1.001svn19766-4.15.1, texlive-adjmulticol-2012.67.1.0svn21512-4.15.1, texlive-adjustbox-2012.67.0.0.8svn24593-4.15.1, texlive-adobemapping-2012.67.svn26261-4.15.1, texlive-adrconv-2012.67.1.3svn17683-4.15.1, texlive-advdate-2012.67.svn20538-4.15.1, texlive-ae-2012.67.1.4svn15878-4.15.1, texlive-aeguill-2012.67.svn15878-4.15.1, texlive-afm2pl-2012.67.svn23089-4.15.1, texlive-afthesis-2012.67.2.7svn15878-4.15.1, texlive-aguplus-2012.67.1.6bsvn17156-4.15.1, texlive-aiaa-2012.67.3.6svn15878-4.15.1, texlive-aichej-2012.67.svn15878-4.15.1, texlive-akktex-2012.67.0.0.3.2svn26055-4.15.1, texlive-akletter-2012.67.1.5isvn15878-4.15.1, texlive-aleph-2012.67.rc2svn26069-4.15.1, texlive-alg-2012.67.20010313svn15878-4.15.1, texlive-algorithm2e-2012.67.4.01svn16417-4.15.1, texlive-algorithmicx-2012.67.svn15878-4.15.1, texlive-algorithms-2012.67.0.0.1svn15878-4.15.1, texlive-allrunes-2012.67.2.1svn21886-4.15.1, texlive-alnumsec-2012.67.v0.03svn15878-4.15.1, texlive-alterqcm-2012.67.3.7csvn23385-4.15.1, texlive-altfont-2012.67.1.1svn15878-4.15.1, texlive-ametsoc-2012.67.3.0svn15878-4.15.1, texlive-amiri-2012.67.0.0.101svn24961-4.15.1, texlive-amsaddr-2012.67.1.0svn15878-4.15.1, texlive-amscls-2012.67.svn23392-4.15.1, texlive-amsfonts-2012.67.3.0svn15878-4.15.1, texlive-amslatex-primer-2012.67.2.2svn22612-4.15.1, texlive-amsldoc-it-2012.67.svn15878-4.15.1, texlive-amsldoc-vn-2012.67.2.0svn21855-4.15.1, texlive-amsmath-2012.67.2.13svn23390-4.15.1, texlive-amsmath-it-2012.67.svn22930-4.15.1, texlive-amsrefs-2012.67.2.09svn23391-4.15.1, texlive-amstex-2012.67.2.2svn23089-4.15.1, texlive-amsthdoc-it-2012.67.svn15878-4.15.1, texlive-animate-2012.67.svn24901-4.15.1, texlive-anonchap-2012.67.1.1asvn17049-4.15.1, texlive-answers-2012.67.2.13svn20070-4.15.1, texlive-antiqua-2012.67.001.003svn24266-4.15.1, texlive-antomega-2012.67.0.0.8svn21933-4.15.1, texlive-antt-2012.67.2.08svn18651-4.15.1, texlive-anufinalexam-2012.67.svn26053-4.15.1, texlive-anyfontsize-2012.67.svn17050-4.15.1, texlive-anysize-2012.67.svn15878-4.15.1, texlive-aomart-2012.67.1.10svn23349-4.15.1, texlive-apa-2012.67.1.3.4svn15878-4.15.1, texlive-apa6-2012.67.1.3svn25852-4.15.1, texlive-apa6e-2012.67.0.0.3svn23350-4.15.1, texlive-apacite-2012.67.6.01svn25515-4.15.1, texlive-apalike2-2012.67.svn15878-4.15.1, texlive-appendix-2012.67.1.2bsvn15878-4.15.1, texlive-appendixnumberbeamer-2012.67.svn25809-4.15.1, texlive-apprends-latex-2012.67.4.02svn19306-4.15.1, texlive-arabi-2012.67.1.1svn25095-4.15.1, texlive-arabtex-2012.67.3.17_svn25711-4.15.1, texlive-arabxetex-2012.67.v1.1.4svn17470-4.15.1, texlive-archaic-2012.67.svn15878-4.15.1, texlive-arcs-2012.67.1svn15878-4.15.1, texlive-arev-2012.67.svn15878-4.15.1, texlive-around-the-bend-2012.67.svn15878-4.15.1, texlive-arphic-2012.67.svn15878-4.15.1, texlive-arrayjobx-2012.67.1.04svn18125-4.15.1, texlive-arsclassica-2012.67.4.0.3svn25466-4.15.1, texlive-articleingud-2012.67.0.0.1svn26197-4.15.1, texlive-arydshln-2012.67.1.71svn15878-4.15.1, texlive-asaetr-2012.67.1.0asvn15878-4.15.1, texlive-ascelike-2012.67.2.2svn25303-4.15.1, texlive-ascii-2012.67.2.0svn15878-4.15.1, texlive-ascii-chart-2012.67.svn20536-4.15.1, texlive-aspectratio-2012.67.2.0svn25243-4.15.1, texlive-assignment-2012.67.svn20431-4.15.1, texlive-astro-2012.67.2.20svn15878-4.15.1, texlive-asyfig-2012.67.0.0.1csvn17512-4.15.1, texlive-asymptote-2012.67.2.21svn29349-4.15.1, texlive-asymptote-by-example-zh-cn-2012.67.svn15878-4.15.1, texlive-asymptote-faq-zh-cn-2012.67.svn15878-4.15.1, texlive-asymptote-manual-zh-cn-2012.67.svn15878-4.15.1, texlive-attachfile-2012.67.v1.5bsvn21866-4.15.1, texlive-augie-2012.67.svn18948-4.15.1, texlive-auncial-new-2012.67.2.0svn15878-4.15.1, texlive-aurical-2012.67.1.5svn15878-4.15.1, texlive-authoraftertitle-2012.67.0.0.9svn24863-4.15.1, texlive-authorindex-2012.67.svn18835-4.15.1, texlive-auto-pst-pdf-2012.67.0.0.6svn23723-4.15.1, texlive-autoarea-2012.67.0.0.3asvn15878-4.15.1, texlive-automata-2012.67.0.0.3svn19717-4.15.1, texlive-avantgar-2012.67.svn21993-4.15.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c7 --- Comment #7 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-02 19:00:09 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/197137 Factory / texlive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c8 --- Comment #8 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-03 12:00:13 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/197251 Factory / texlive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c9 --- Comment #9 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-05 12:00:14 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/197478 Factory / texlive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c10 --- Comment #10 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-05 12:00:24 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/197477 Factory / texlive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=833815 https://bugzilla.novell.com/show_bug.cgi?id=833815#c11 --- Comment #11 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-09-09 10:00:12 CEST --- This is an autogenerated message for OBS integration: This bug (833815) was mentioned in https://build.opensuse.org/request/show/197958 Factory / texlive -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com