>> Please try again with >> strace -ff -o ~/mf2pt1.strace mf2pt1 feta11.mf >> so that we can see the strace messages from `t1asm` also. Note that >> you will get at least two files called `mf2pt1.strace.XXXXX`, where >> `XXXXX` is a process ID. >> > > Four log-files were created, and the 3 resulting font-files as well.
Thanks. Your `t1asm` binary crashes with a segmentation fault, as can be seen in last two lines of `mf2pt1.strace.657213`: --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x3055683} --- +++ killed by SIGSEGV (core dumped) +++ You should also see an error message if you manually do t1asm feta11.pt1 feta11.pfb Please try to either re-install `t1asm`, get a newer version, or compile and install it by yourself. I use the `t1asm` binary from TeXLive 2019; it is works without problems. Werner