[Bug 190071] Review Request: dvipost - latex post filter command

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 27 12:27:26 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: dvipost - latex post filter command


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





------- Additional Comments From mpeters at mac.com  2006-04-27 08:27 EST -------
>From the makefile inside the mock build -

# Directory to install LaTeX styles

LATEX=  $(DESTDIR).

which is incorrect.

-=-

This is how configure does it:

if      texpath=`kpsewhich latex.ltx 2>/dev/null`
then    kpseflag=""
elif    texpath=`kpsewhich tex latex.ltx 2>/dev/null`
then    kpseflag="-DKPSEWHICH_NEED_TYPE"
else    texpath="."; kpseflag=""
fi


texpath=`echo $texpath | sed -e 's%/[^/][^/]*/[^/]*$%/misc%'`


if      test "$texpath" = "."
then    echo "$ac_t"""broken"" 1>&6
elif    test "$kpseflag" != ""
then    echo "$ac_t""kpsewhich needs type" 1>&6
else    echo "$ac_t""ok" 1>&6
fi

latex.ltx is tetex-latex - which is probably why the mock build failed.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list