Am 12.10.2014 um 18:14 schrieb Werner LEMBERG <w...@gnu.org>: I pulled from git and did a make distclean.
>> During make: >> >> sed -e "s;@VERSION@;1.22.3;" webpage.ms [...] >> sed: RE error: illegal byte sequence > > Should be fixed now. Sorry, it isn't: sed -e "s;@VERSION@;1.22.3;" webpage.ms | GROFF_COMMAND_PREFIX= GROFF_BIN_PATH="`echo /Users/axel/src/groff/src/roff/groff /Users/axel/src/groff/src/roff/troff /Users/axel/src/groff/src/preproc/preconv /Users/axel/src/groff/src/preproc/pic /Users/axel/src/groff/src/preproc/eqn /Users/axel/src/groff/src/preproc/tbl /Users/axel/src/groff/src/preproc/grn /Users/axel/src/groff/src/preproc/refer /Users/axel/src/groff/src/preproc/soelim /Users/axel/src/groff/src/preproc/html /Users/axel/src/groff/src/devices/grops /Users/axel/src/groff/src/devices/gropdf /Users/axel/src/groff/src/devices/grohtml | sed -e 's| *|:|g'`" /Users/axel/src/groff/src/roff/groff/groff -M/Users/axel/src/groff/tmac -M/Users/axel/src/groff/tmac -F/Users/axel/src/groff/font -F/Users/axel/src/groff/font -Upet -ww -Tps -ms -mwww >webpage.ps sed: RE error: illegal byte sequence sed -e "s;@VERSION@;1.22.3;" grnexmpl.me | GROFF_COMMAND_PREFIX= GROFF_BIN_PATH="`echo /Users/axel/src/groff/src/roff/groff /Users/axel/src/groff/src/roff/troff /Users/axel/src/groff/src/preproc/preconv /Users/axel/src/groff/src/preproc/pic /Users/axel/src/groff/src/preproc/eqn /Users/axel/src/groff/src/preproc/tbl /Users/axel/src/groff/src/preproc/grn /Users/axel/src/groff/src/preproc/refer /Users/axel/src/groff/src/preproc/soelim /Users/axel/src/groff/src/preproc/html /Users/axel/src/groff/src/devices/grops /Users/axel/src/groff/src/devices/gropdf /Users/axel/src/groff/src/devices/grohtml | sed -e 's| *|:|g'`" /Users/axel/src/groff/src/roff/groff/groff -M/Users/axel/src/groff/tmac -M/Users/axel/src/groff/tmac -F/Users/axel/src/groff/font -F/Users/axel/src/groff/font -Upet -ww -k -Tps -ge -me >grnexmpl.ps sed -e "s;@VERSION@;1.22.3;" webpage.ms | GROFF_COMMAND_PREFIX= GROFF_BIN_PATH="`echo /Users/axel/src/groff/src/roff/groff /Users/axel/src/groff/src/roff/troff /Users/axel/src/groff/src/preproc/preconv /Users/axel/src/groff/src/preproc/pic /Users/axel/src/groff/src/preproc/eqn /Users/axel/src/groff/src/preproc/tbl /Users/axel/src/groff/src/preproc/grn /Users/axel/src/groff/src/preproc/refer /Users/axel/src/groff/src/preproc/soelim /Users/axel/src/groff/src/preproc/html /Users/axel/src/groff/src/devices/grops /Users/axel/src/groff/src/devices/gropdf /Users/axel/src/groff/src/devices/grohtml | sed -e 's| *|:|g'`" /Users/axel/src/groff/src/roff/groff/groff -M/Users/axel/src/groff/tmac -M/Users/axel/src/groff/tmac -F/Users/axel/src/groff/font -F/Users/axel/src/groff/font -Upet -ww -P-j`basename webpage.ms | sed -e 's|.ms$||'` \ -P-nrpb -P-I`basename webpage.ms | sed -e 's|.ms$||'` \ -P-Dimg -Thtml -ms >webpage.html sed: RE error: illegal byte sequence We could turn "Heinz-Jürgen Örtel" into "Heinz-J\[:u]rgen \[:O]rtel" BTW, in his mail address Mr. Oertel writes his last name without Umlaut. >> and during make install: >> >> /usr/bin/install -c -m 644 ./m.tmac \ >> /usr/local/share/groff/1.22.3/tmac/m.tmac >> sed: RE error: illegal byte sequence > > Hmm. I can't believe that the `install' program is involved. Please > try again a complete, clean build of groff from the git repository and > report any remaining problems. I still get the message and only 4 files in tmac. Once I reset LANG all files are installed. Axel