On Sun, Mar 8, 2009 at 11:22 AM, Edd Barrett <[email protected]> wrote: > Hi, > > Fontforge appears to be broken in -current: > > /usr/local/lib/python2.5/config/libpython2.5.a(posixmodule.o)(.text+0x1c3a): > In > function `posix_openpty': > : undefined reference to `openpty' > /usr/local/lib/python2.5/config/libpython2.5.a(posixmodule.o)(.text+0x1c8e): > In > function `posix_forkpty': > : undefined reference to `forkpty' > collect2: ld returned 1 exit status > gmake[1]: *** [../libfontforge.la] Error 1 > gmake[1]: Leaving directory > `/usr/ports/print/fontforge/w-fontforge-20080927/fon > tforge-20080927/fontforge' > gmake: *** [fontforge] Error 2 > *** Error code 2 > > I have checked that both the fontforge and python ports are up to date. > > I am using a 2 week(ish) old snapshot on i386.
Make sure you are linking with -lutil. That may be your problem. --patrick
