* installing *source* package ‘dparser’ ...
** this is package ‘dparser’ version ‘1.3.1-13’
** package ‘dparser’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘gcc (GCC) 15.1.1 20250521 (Red Hat 15.1.1-2)’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c dparser.c -o dparser.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c dsymtab.c -o dsymtab.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c gram.c -o gram.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c grammar.g.c -o grammar.g.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c lex.c -o lex.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c lr.c -o lr.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mkdparse.c -o mkdparse.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c mkdparser.c -o mkdparser.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c parse.c -o parse.o
In file included from d.h:109,
from parse.c:5:
parse.c: In function ‘new_ZNode’:
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
| ^~~~~~~~~~~~~~~~~~~~~
parse.c:225:22: note: in expansion of macro ‘znode_next’
225 | p->free_znodes = znode_next(z);
| ^~~~~~~~~~
parse.c: In function ‘free_ZNode’:
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
| ^~~~~~~~~~~~~~~~~~~~~
parse.c:268:3: note: in expansion of macro ‘znode_next’
268 | znode_next(z) = p->free_znodes;
| ^~~~~~~~~~
parse.c: In function ‘free_parser_working_data’:
parse.h:152:26: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
152 | #define znode_next(_z) (*(ZNode **)&((_z)->pn))
| ^~~~~~~~~~~~~~~~~~~~~
parse.c:436:17: note: in expansion of macro ‘znode_next’
436 | ZNode *zn = znode_next(p->free_znodes);
| ^~~~~~~~~~
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c rdparse.c -o rdparse.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c read_binary.c -o read_binary.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c scan.c -o scan.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c util.c -o util.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c version.c -o version.o
gcc -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I/usr/local/include -DUSE_FREELISTS -DTRACK_PNODES -fpic -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -c write_tables.c -o write_tables.o
gcc -shared -g -O2 -Wall -pedantic -mtune=native -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection -Werror=implicit-function-declaration -Wstrict-prototypes -fpic -L/usr/local/lib64 -o dparser.so dparser.o dsymtab.o gram.o grammar.g.o lex.o lr.o mkdparse.o mkdparser.o parse.o rdparse.o read_binary.o scan.o util.o version.o write_tables.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/dparser/src'
installing via 'install.libs.R' to /data/gannet/ripley/R/packages/tests-devel/dparser.Rcheck/00LOCK-dparser/00new/dparser
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (dparser)