Opened 10 years ago

Closed 10 years ago

#41726 closed defect (fixed)

bibtex2html requires 'fullpage.sty'

Reported by: foo@… Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: latex, html, bibtex Cc: cooljeanius (Eric Gallager), kurthindenburg (Kurt Hindenburg)
Port: bibtex2html

Description

Installing bibtex2html requires the file 'fullpage.sty'. Installation fails. Installing the pakage texlive-latex-extra then installing bibtex2html fixes the problem. Following is part of the error log.

:info:build (./manual.tex
:info:build LaTeX2e <2011/06/27>
:info:build Babel <3.9f> and hyphenation patterns for 43 languages loaded.
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/article.cls
:info:build Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/size11.clo))
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/fontenc.sty
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/t1enc.def))
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/inputenc.sty
:info:build (/opt/local/share/texmf-texlive/tex/latex/base/latin1.def))
:info:build 
:info:build ! LaTeX Error: File `fullpage.sty' not found.
:info:build 
:info:build Type X to quit or <RETURN> to proceed,
:info:build or enter new name. (Default extension: sty)
:info:build 
:info:build Enter file name: 
:info:build ! Emergency stop.
:info:build <read *> 
:info:build          
:info:build l.22 \usepackage
:info:build                 {url}^^M
:info:build !  ==> Fatal error occurred, no output PDF file produced!
:info:build Transcript written on manual.log.
:info:build make: *** [manual.pdf] Error 1
:info:build make: *** Waiting for unfinished jobs....
:info:build strip bib2bib
:info:build make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibtex2html/bibtex2html/work/bibtex2html-1.97'
:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibtex2html/bibtex2html/work/bibtex2html-1.97" && /usr/bin/make -j8 -w all 
:info:build Exit code: 2
:error:build org.macports.build for port bibtex2html returned: command execution failed
:debug:build Error code: CHILDSTATUS 49408 2
:debug:build Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: targets not executed for bibtex2html: org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Please see the log file for port bibtex2html for details:
    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_bibtex2html/bibtex2html/main.log

Change History (6)

comment:1 Changed 10 years ago by cooljeanius (Eric Gallager)

I have a fullpage.sty:

Local-Admins-MacBook-Pro:~ root# port provides /opt/local/share/texmf-texlive/tex/latex/preprint/fullpage.sty
/opt/local/share/texmf-texlive/tex/latex/preprint/fullpage.sty is provided by: texlive-latex-extra

Do you have texlive-latex-extra installed?

Local-Admins-MacBook-Pro:~ root# port installed texlive-latex-extra
The following ports are currently installed:
  texlive-latex-extra @30788_0+doc+src (active)

comment:2 Changed 10 years ago by cooljeanius (Eric Gallager)

Cc: egall@… added

Cc Me!

comment:3 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

Cc: khindenburg@… added

Cc Me!

comment:4 Changed 10 years ago by kurthindenburg (Kurt Hindenburg)

It just sounds like the Portfile needs to add a dependency on port:texlive-latex-extra

comment:5 Changed 10 years ago by drkp (Dan Ports)

Owner: changed from macports-tickets@… to dports@…
Status: newassigned

Thanks for catching this!

The dependency bin:pdflatex:texlive-basic is also clearly wrong, since pdflatex is provided by texlive-latex...

comment:6 Changed 10 years ago by drkp (Dan Ports)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.