bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnubg] gnubg-020610.tar.gz - bison problems are back


From: Jim Segrave
Subject: [Bug-gnubg] gnubg-020610.tar.gz - bison problems are back
Date: Tue, 11 Jun 2002 17:00:59 +0200
User-agent: Mutt/1.2.5i

Under FreeBSD 4.6 Release Candidate, the snapshot from 10 June 2002
does not build with bison 1.34a, but does with bison 1.30l

This was the same situation as the 2 June snapshot, whereas the 4 June
snapshot built with both versions. The current one fails during
make install (using gnu make). Tail of the make output is as follows:

gmake[1]: Entering directory `/usr/local/src/gnubg/met'
gmake[2]: Entering directory `/usr/local/src/gnubg/met'
gmake[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/local/share/gnubg/met
 /usr/bin/install -c -m 644 ./catalog
 /usr/local/share/gnubg/met/catalog
 /usr/bin/install -c -m 644 ./met.dtd
 /usr/local/share/gnubg/met/met.dtd
 /usr/bin/install -c -m 644 ./met.xsl
 /usr/local/share/gnubg/met/met.xsl
 /usr/bin/install -c -m 644 ./jacobs.xml
 /usr/local/share/gnubg/met/jacobs.xml
 /usr/bin/install -c -m 644 ./snowie.xml
 /usr/local/share/gnubg/met/snowie.xml
 /usr/bin/install -c -m 644 ./woolsey.xml
 /usr/local/share/gnubg/met/woolsey.xml
 /usr/bin/install -c -m 644 ./zadeh.xml
 /usr/local/share/gnubg/met/zadeh.xml
gmake[2]: Leaving directory `/usr/local/src/gnubg/met'
gmake[1]: Leaving directory `/usr/local/src/gnubg/met'
Making install in po
gmake[1]: Entering directory `/usr/local/src/gnubg/po'
/bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *)
echo ".././m
kinstalldirs" ;; esac` /usr/local/share
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/gnubg.mo
if test "gnubg" = "gettext"; then \
  /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *)
  echo "../.
/mkinstalldirs" ;; esac` /usr/local/share/gettext/po; \
  /usr/bin/install -c -m 644 ./Makefile.in.in \
          /usr/local/share/gettext/po/Makefile.in.in; \
else \
  : ; \
fi
gmake[1]: Leaving directory `/usr/local/src/gnubg/po'
gmake[1]: Entering directory `/usr/local/src/gnubg'
bison -o sgfp.h -p sgf -d ./sgf.y
./sgf.y:166: fatal error: header and parser would both be named
`sgfp.h'
gmake[1]: *** [sgfp.h] Error 1
gmake[1]: Leaving directory `/usr/local/src/gnubg'
gmake: *** [install-recursive] Error 1

(and the sed expression on line 5995 of configure is still looking for
a version number from bison surrounded by whitespace:

    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n's/^.*GNU Bison .* 
\([0-9]*\.[0-9.]*\).*$/\1/p'`

Should be:
ac_prog_version=`$INTLBISON --version 2>&1 | sed -n's/^.*GNU 
Bison.*\([0-\9]*\.[0-9.]*\).*$/\1/p'`

(Fixing this does not fix the problem however)

-- 
Jim Segrave           address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]