On Thursday 03 April 2003 01:01 am, Anthony Towns wrote: > xfree86 4.2.1-6 fails to build on alpha due to: > > ... > LD_LIBRARY_PATH=../../../exports/lib > ../../../exports/bin/bdftopcf -t lutBS08. bdf | gzip > > lutBS08.pcf.gz > make[6]: *** [lutBS08.pcf.gz] Error 139
Looks to me like something in that chain of commands is segfaulting--either bdftopcf, gzip, or the shell itself. That's usually what "Error 139" is. I myself don't actually run Debian, but I do know that stock XFree86 4.2.1 source can build on alpha (no guarantees about how it runs afterwards, of course). Wild guess, but could be your gzip is broken? What gzip version are you running? -- Kelledin "If a server crashes in a server farm and no one pings it, does it still cost four figures to fix?"

