Opened 14 years ago
Closed 14 years ago
#25836 closed defect (fixed)
Circular dependency through latexmk
Reported by: | j.bugzilla2@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | vinc17@… | |
Port: | latexmk |
Description
changeset:70023 (ticket:25778) seems to create a circular dependency between texlive-bin-extra and latekmk which I verified by examining the two portfiles. texlive-bin-extra treats latexmk as a depends_run, latexmk requires the whole texlive as depends_lib. Currently texlive is not installable, it errors out eventually while calculating dependencies.
Change History (2)
comment:1 Changed 14 years ago by drkp (Dan Ports)
Cc: | dports@… removed |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
Status: | new → assigned |
comment:2 Changed 14 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r70041 by making latexmk depend on texlive-latex instead of all of texlive.