https://bugzilla.redhat.com/show_bug.cgi?id=1398750

            Bug ID: 1398750
           Summary: The biber and texlive-biblatex versions in F25 are
                    incompatible.
           Product: Fedora
           Version: 25
         Component: biber
          Severity: medium
          Assignee: c...@m.fsf.org
          Reporter: lennart.j...@gmail.com
        QA Contact: extras...@fedoraproject.org
                CC: c...@m.fsf.org, mefos...@gmail.com,
                    novyjindr...@gmail.com,
                    perl-devel@lists.fedoraproject.org



User-Agent:       Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/54.0.2840.100 Safari/537.36
Build Identifier: 

When trying to build a LaTeX paper with bibliography using biber, the final
`pdflatex` command fails.
The build sequence is pdflatex -> biber -> pdflatex.

Biber complains about the format version of the biblatex control file (expected
version 2.7, actual: 3.2).

After this, `pdflatex` fails to build the final pdf because of format errors.


Reproducible: Always

Steps to Reproduce:
1. Run pdflatex on a LaTeX project that uses biber for bibliography management.
2. Run biber to generate the bibliography.
3. Run pdflatex to build the final pdf.
Actual Results:  
The pdf is missing bibliography. The first page is empty exept for a few random
letters that should not be there.

Expected Results:  
A nicely formatted pdf with correct bibliographical referencens printed at the
bottom, as well as citations in the preceding text.

Warning from biber:
```
WARN - Warning: Found biblatex control file version 3.2, expected version 2.7
```

pdflatex fails with the following message:
```
Package biblatex Warning: File 'main.bbl' is wrong format version - expected 2.
8.

(./main.bbl
! Use of \sortlist doesn't match its definition.
l.21   \sortlist{
                 nty}{nty}
```

Related bug against rawhide:
https://bugzilla.redhat.com/show_bug.cgi?id=1383096

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to