Bug 583637

Summary: Include bibtex (bbx/cbx) dependencies in file dependency solver
Product: [Fedora] Fedora Reporter: Fabien Archambault <marbolangos>
Component: texliveAssignee: Jindrich Novy <jnovy>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: jnovy, pertusus, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-30 15:12:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabien Archambault 2010-04-19 09:53:35 UTC
Description of problem:
Installation of texlive-biblatex-chem does not install the dependency texlive-biblatex

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. Install texlive-biblatex-chem with packagekit.
  
Actual results:
No installation of texlive-biblatex

Expected results:
Installation of texlive-biblatex

Additional info:

Comment 1 Jindrich Novy 2010-04-20 12:41:52 UTC
The biblatex bbx/cbx files are currently excluded from the dependency calculations. Only .sty files are parsed now. I will keep this bug updated with progress.

Comment 2 Jindrich Novy 2010-04-22 17:00:09 UTC
The dependency could be tracked via:

\RequireCitationStyle{numeric-comp}

and numeric-comp.bbx belong to texlive-biblatex and it contains:

\ProvidesFile{numeric-comp.bbx}

so it is likely dependencies could be generated similarly to .sty/.cls file dependencies.

Comment 3 Jindrich Novy 2010-04-30 15:12:30 UTC
The dependency generator is now updated to take these dependencies into account.

Please see:

https://bugzilla.redhat.com/show_bug.cgi?id=488651#c133

for announcement.

Thanks for the bugreport.