Subject: Re: New (unofficial) NetBSD/vax snapshot available
To: Greg Oster <oster@cs.usask.ca>
From: Brian Chase <vaxzilla@jarai.org>
List: port-vax
Date: 12/11/2003 12:06:19
On Thu, 11 Dec 2003, Greg Oster wrote:

> Just an update to that "success".  My native re-build of -current on
> my box is getting a seg-fault when doing:
>
> GROFF_COMMAND_PREFIX='';  export GROFF_COMMAND_PREFIX;  GROFF_BIN_PATH=`echo /u3/build11/src/tools/groff/build/src/roff/groff  /u3/build11/src/tools/groff/build/src/roff/troff  /u3/build11/src/tools/groff/build/src/preproc/pic  /u3/build11/src/tools/groff/build/src/preproc/eqn  /u3/build11/src/tools/groff/build/src/preproc/tbl  /u3/build11/src/tools/groff/build/src/preproc/grn  /u3/build11/src/tools/groff/build/src/preproc/refer  /u3/build11/src/tools/groff/build/src/preproc/soelim  /u3/build11/src/tools/groff/build/src/preproc/html  /u3/build11/src/tools/groff/build/src/devices/grops  /u3/build11/src/tools/groff/build/src/devices/grohtml | sed -e 's|  *|:|g'`;  export GROFF_BIN_PATH;  sed -e "s;@VERSION@;1.19;" /u3/build11/src/gnu/dist/groff/doc/pic.ms  | /u3/build11/src/tools/groff/build/src/roff/groff/groff -M/u3/build11/src/tools/groff/build/tmac -M/u3/build11/src/gnu/dist/groff/tmac -F/u3/build11/src/tools/groff/build/font -F/u3/build11/src/gnu/dist/groff/font -Upet -!
ww
>  -Tps -ms -mwww >pic.ps
> /u3/build11/src/tools/groff/build/src/roff/groff/groff: pic: Segmentation fault (core dumped)
>
> It's repeatable, but I havn't had a chance to figure out what's going
> wrong.. :(

Interesting.  I'd thought that was supposed to have been fixed in
-current.  There was (or apparently /is/) some problem with GCC
generating bad VAX code when it compiles groff.

Maybe I misunderstood the nature of the original problem and what's
required to fix it, but I thought getting a -current snapshot built
would've resolved it.

-brian.