make.log

text/plain

Filename: make.log
Type: text/plain
Part: 1
Message: Re: GROUPING SETS revisited
make -C src all
make[1]: Entering directory `/home/shackle/pggit/postgresql/src'
make -C port all
make[2]: Entering directory `/home/shackle/pggit/postgresql/src/port'
echo "#define PGBINDIR \"/home/shackle/tip/bin\"" >pg_config_paths.h
echo "#define PGSHAREDIR \"/home/shackle/tip/share/postgresql\"" >>pg_config_paths.h
echo "#define SYSCONFDIR \"/home/shackle/tip/etc/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIR \"/home/shackle/tip/include\"" >>pg_config_paths.h
echo "#define PKGINCLUDEDIR \"/home/shackle/tip/include/postgresql\"" >>pg_config_paths.h
echo "#define INCLUDEDIRSERVER \"/home/shackle/tip/include/postgresql/server\"" >>pg_config_paths.h
echo "#define LIBDIR \"/home/shackle/tip/lib\"" >>pg_config_paths.h
echo "#define PKGLIBDIR \"/home/shackle/tip/lib/postgresql\"" >>pg_config_paths.h
echo "#define LOCALEDIR \"/home/shackle/tip/share/locale\"" >>pg_config_paths.h
echo "#define DOCDIR \"/home/shackle/tip/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define HTMLDIR \"/home/shackle/tip/share/doc//postgresql\"" >>pg_config_paths.h
echo "#define MANDIR \"/home/shackle/tip/share/man\"" >>pg_config_paths.h
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o path.o path.c
ar crs libpgport.a strlcat.o strlcpy.o chklocale.o dirmod.o exec.o noblock.o path.o pgsleep.o pgstrcasecmp.o qsort.o qsort_arg.o sprompt.o thread.o
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g  -I../../src/port  -I../../src/include -D_GNU_SOURCE -I/usr/include/libxml2  -c path.c -o path_srv.o
ar crs libpgport_srv.a strlcat_srv.o strlcpy_srv.o chklocale_srv.o dirmod_srv.o exec_srv.o noblock_srv.o path_srv.o pgsleep_srv.o pgstrcasecmp_srv.o qsort_srv.o qsort_arg_srv.o sprompt_srv.o thread_srv.o
make[2]: Leaving directory `/home/shackle/pggit/postgresql/src/port'
make -C timezone all
make[2]: Entering directory `/home/shackle/pggit/postgresql/src/timezone'
make -C ../../src/port all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/port'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/port'
make[2]: Leaving directory `/home/shackle/pggit/postgresql/src/timezone'
make -C backend all
make[2]: Entering directory `/home/shackle/pggit/postgresql/src/backend'
make -C ../../src/port all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/port'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/port'
make -C catalog schemapg.h
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/catalog'
make[3]: `schemapg.h' is up to date.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/catalog'
make -C parser gram.h
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/parser'
/usr/bin/bison -d  -o gram.c gram.y
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/parser'
prereqdir=`cd parser/ >/dev/null && pwd` && \
	  cd ../../src/include/parser/ && rm -f gram.h && \
	  ln -s "$prereqdir/gram.h" .
make -C access all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access'
make -C common all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/common'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/common'
make -C gist all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/gist'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/gist'
make -C hash all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/hash'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/hash'
make -C heap all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/heap'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/heap'
make -C index all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/index'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/index'
make -C nbtree all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/nbtree'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/nbtree'
make -C transam all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/transam'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/transam'
make -C gin all
make[4]: Entering directory `/home/shackle/pggit/postgresql/src/backend/access/gin'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access/gin'
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/access'
make -C bootstrap all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/bootstrap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/bootstrap'
make -C catalog all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/catalog'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/catalog'
make -C parser all
make[3]: Entering directory `/home/shackle/pggit/postgresql/src/backend/parser'
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o analyze.o analyze.c
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -Wno-error -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o gram.o gram.c
gram.y: In function ‘base_yyparse’:
gram.y:7847: warning: assignment from incompatible pointer type
In file included from gram.y:11920:
scan.c: In function ‘yy_try_NUL_trans’:
scan.c:16246: warning: unused variable ‘yyg’
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o keywords.o keywords.c
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o parser.o parser.c
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o parse_agg.o parse_agg.c
parse_agg.c: In function ‘parseCheckAggregates’:
parse_agg.c:422: warning: assignment from incompatible pointer type
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o parse_expr.o parse_expr.c
ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -g -I. -I. -I../../../src/include -D_GNU_SOURCE -I/usr/include/libxml2   -c -o parse_target.o parse_target.c
make[3]: *** No rule to make target `parse_gsets.o', needed by `objfiles.txt'.  Stop.
make[3]: Leaving directory `/home/shackle/pggit/postgresql/src/backend/parser'
make[2]: *** [parser-recursive] Error 2
make[2]: Leaving directory `/home/shackle/pggit/postgresql/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/shackle/pggit/postgresql/src'
make: *** [all] Error 2