> Ghostscript Error:
> postnote 404: sys: write on closed pipe pc=0x0001f8fc
> Fontmap entry for LucidaSans ends prematurely!  Giving up.
> 
> I don't understand what's going on here but as far as I can tell /sys/ 
> lib/postscript/fonts/LucidaSans has never existed in the Plan 9  
> directory tree (checking sourcesdump) and my old VM works fine without  
> it. Anyone know what's going on here? Thanks.

no, it never did.  

         ; find /sys/lib|grep 'LucidaSans$'
        /sys/lib/postscript/troff/LucidaSans
        /sys/lib/troff/font/devutf/LucidaSans

i can't reproduce your results:

        ladd; bind -b /n/sources/plan9/386/bin /bin
        ladd; bind -b /n/sources/plan9/rc/bin /bin
        ladd; bind /n/sources/plan9/lib /lib
        ladd; bind /n/sources/plan9/sys /sys
        ladd; ramfs
        ladd; mkdir /tmp/x
        ladd; bind /tmp/x /sys/lib/lp/log
        ladd; touch /tmp/x/stdout; chmod +a /tmp/x/stdout
        ladd; echo hello | troff | page

- erik

Reply via email to