----- Original Message -----
> jeffpc> FWIW, I get a build failure on OpenIndiana:
> Why is it always jeffpc how comes with unusual distros?
:)
> jeffpc> === pmie ===
> jeffpc> sed -e's;/var/adm/pmielog/;PCP_LOG_DIR/pmie/;' -e
> 's;/var/pcp;'/var/lib/pcp';g' control > control.install
> jeffpc> sed -e's;/var/adm/pmielog/;PCP_LOG_DIR/pmie/;' -e
> 's;/var/pcp;'/var/lib/pcp';g' config.default > config.default.install
> jeffpc> sed -e's;/usr/pcp/bin;'/usr/share/pcp/bin';g' crontab >
> crontab.install
> jeffpc> === src ===
> jeffpc> /usr/bin/gcc -m64 -fPIC -fno-strict-aliasing -Wall -g
> -DPCP_DEBUG -DPCP_VERSION=\"3.5.5\" -DASYNC_API -I../../../src/include
> -c -o pmie.o pmie.c
> jeffpc> /usr/bin/gcc -m64 -fPIC -fno-strict-aliasing -Wall -g
> -DPCP_DEBUG -DPCP_VERSION=\"3.5.5\" -DASYNC_API -I../../../src/include
> -c -o symbol.o symbol.c
> jeffpc> /usr/bin/gcc -m64 -fPIC -fno-strict-aliasing -Wall -g
> -DPCP_DEBUG -DPCP_VERSION=\"3.5.5\" -DASYNC_API -I../../../src/include
> -c -o dstruct.o dstruct.c
> jeffpc> yacc -d -b `basename grammar.y .y` grammar.y && cp `basename
> grammar.h .h`.tab.h grammar.h
> jeffpc> "grammar.y", line 61: fatal: invalid escape, or illegal
> reserved word: expect
> jeffpc> gmake[4]: *** [grammar.h] Error 1
>
> %expect is the bison thing, you're using AT&T yacc - install gnu bison
> and the issue will go away.
>
> Nathan, we should really check for bison and bison only if we're using
> its features.
*nod* ... interesting, looks alot like a build failure Ken and I were
recently mulling over on oss.sgi.com (but which mysteriously cleared
itself up after some seeminly unrelated environment variable tweaks).
cheers.
--
Nathan
|