Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2006 17:17:56 GMT
From:      Andreas Steinel <lnxbil@saarlinux.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/103721: musixtex don't install with teTeX-3.0
Message-ID:  <200609271717.k8RHHuxM067400@www.freebsd.org>
Resent-Message-ID: <200609271720.k8RHKJXv007343@freefall.freebsd.org>

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

>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@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:



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