Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 May 1997 00:57:12 +0200 (CEST)
From:      tm@systrix.de
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/3537: MakeTexPK calls gftopk with wron argument
Message-ID:  <199705072257.AAA01817@tmueller.prodata.de>
Resent-Message-ID: <199705072150.OAA19736@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3537
>Category:       ports
>Synopsis:       MakeTexPK calls gftopk with wron argument
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May  7 14:50:01 PDT 1997
>Last-Modified:
>Originator:     Thomas Mueller
>Organization:
SYSTRIX CS GmbH
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:
>Description:

    MakeTeXPK (from FreeBSD 2.2.1-RELEASE CD-ROM package tex-3.14159)
    calls gftopk with wrong argument (-v instead of -verbose) making 
    it unuseable.

>How-To-Repeat:

    Run xdvi on .dvi file using a font which doesn't exist on your
    system.

>Fix:
	
*** /usr/local/bin/MakeTeXPK.ORG        Thu May  8 00:55:11 1997
--- /usr/local/bin/MakeTeXPK    Thu May  8 00:55:27 1997
***************
*** 146,152 ****
     exit 1
  fi
  
! gftopk -verbose ./$GFNAME ./$PKNAME
  
  # Install the PK file carefully, since others may be doing the same
  # as us simultaneously.
--- 146,152 ----
     exit 1
  fi
  
! gftopk -v ./$GFNAME ./$PKNAME
  
  # Install the PK file carefully, since others may be doing the same
  # as us simultaneously.

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705072257.AAA01817>