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@xxxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review