ports/103721: musixtex don't install with teTeX-3.0

Andreas Steinel lnxbil at saarlinux.org
Wed Sep 27 17:20:22 UTC 2006


>Number:         103721
>Category:       ports
>Synopsis:       musixtex don't install with teTeX-3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 27 17:20:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Steinel
>Release:        6.1
>Organization:
>Environment:
FreeBSD laptop.lnxbil.dyndns.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
I can't install musixtex:

===>  Patching for musixtex-T112
===>   musixtex-T112 depends on executable in : tex - found
===>  Configuring for musixtex-T112
===>  Building for musixtex-T112
(cd system/c-source; cc -O2 -o ../../musixflx musixflx.c)
(cd tex; export TEXFONTS=/usr/ports/print/musixtex/work/musixtex-T112/tfm:;  initex '&tex ../system/dos/musixtex.ins \dump')
initex: not found
*** Error code 127

If I change initex to 'tex --ini' everything works. I don't know if there is a workaround for teTeX-3.0 or something else.

What package should I install to have the command 'initex'? 
>How-To-Repeat:
Try to use teTeX-3.0 and want to install musixtex.
>Fix:
--- scripts/configure.old       Wed Sep 27 18:23:55 2006
+++ scripts/configure   Wed Sep 27 18:10:03 2006
@@ -21,7 +21,7 @@
 all:
        (cd system/c-source; cc -O2 -o ../../musixflx musixflx.c)
        (cd tex; export TEXFONTS=${WRKSRC}/tfm:; \\
-               initex '&tex ../system/dos/musixtex.ins \dump')
+               tex -ini '&tex ../system/dos/musixtex.ins \dump')
 
 install:
        install -c -s -o bin -g bin musixflx $PREFIX/bin/

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list