INFO: not using any hashes in /data/userland-archives/hashes for ragel-6.10.tar.gz (overridden with --hash) Source /data/userland-archives/ragel-6.10.tar.gz... not found, skipping file copy Source https://www.colm.net/files/ragel/ragel-6.10.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok symlink cloning /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10 to /jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/amd64 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... /usr/gcc/13/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/gcc/13/bin/gcc accepts -g... yes checking for /usr/gcc/13/bin/gcc option to accept ISO C89... none needed checking whether /usr/gcc/13/bin/gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /usr/gcc/13/bin/gcc... gcc3 checking whether we are using the GNU C++ compiler... yes checking whether /usr/gcc/13/bin/g++ accepts -g... yes checking dependency style of /usr/gcc/13/bin/g++... gcc3 checking for ar... ar checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking for gdc... no checking for the Objective-C compiler... yes checking for javac... javac checking for txl... no checking for ruby... ruby checking for gmcs... no checking for go... go build checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating ragel/Makefile config.status: creating aapl/Makefile config.status: creating doc/Makefile config.status: creating doc/ragel.1 config.status: creating contrib/Makefile config.status: creating test/Makefile config.status: creating test/runtests config.status: creating examples/Makefile config.status: creating ragel/config.h config.status: executing depfiles commands config.status: executing default commands configuration of ragel complete Making all in ragel In file included from ragel.h:29, from parsedata.cpp:28: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/bstcommon.h:478:29: required from 'Key* BstSet::insert(const Key&, Key**) [with Key = Key; Compare = CmpKey; Resize = ResizeExpn]' parsedata.cpp:228:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1173:24: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct Key'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 1173 | memmove(BaseTable::data + pos + len, BaseTable::data + pos, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1174 | sizeof(T)*(BaseTable::tabLen-pos)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ragel.h:31: common.h:40:8: note: 'struct Key' declared here 40 | struct Key | ^~~ /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = Key; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1169:2: required from 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/bstcommon.h:478:29: required from 'Key* BstSet::insert(const Key&, Key**) [with Key = Key; Compare = CmpKey; Resize = ResizeExpn]' parsedata.cpp:228:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct Key'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.h:40:8: note: 'struct Key' declared here 40 | struct Key | ^~~ In file included from fsmgraph.h:30, from fsmgraph.cpp:25: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/bstcommon.h:478:29: required from 'Key* BstSet::insert(const Key&, Key**) [with Key = Key; Compare = CmpKey; Resize = ResizeExpn]' fsmgraph.cpp:86:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1173:24: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct Key'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 1173 | memmove(BaseTable::data + pos + len, BaseTable::data + pos, | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1174 | sizeof(T)*(BaseTable::tabLen-pos)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from fsmgraph.h:29: common.h:40:8: note: 'struct Key' declared here 40 | struct Key | ^~~ /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = Key; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1169:2: required from 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/bstcommon.h:478:29: required from 'Key* BstSet::insert(const Key&, Key**) [with Key = Key; Compare = CmpKey; Resize = ResizeExpn]' fsmgraph.cpp:86:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct Key'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common.h:40:8: note: 'struct Key' declared here 40 | struct Key | ^~~ In file included from /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/bstmap.h:26, from parsedata.h:29, from rlparse.kh:27, from rlparse.kl:22: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = EpsilonLink; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = EpsilonLink; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = EpsilonLink; Resize = ResizeExpn]' rlparse.kl:448:47: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct EpsilonLink'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from parsedata.h:36: parsetree.h:154:8: note: 'struct EpsilonLink' declared here 154 | struct EpsilonLink | ^~~~~~~~~~~ In file included from redfsm.h:30, from redfsm.cpp:22: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::remove(long int, long int) [with T = RedTransEl; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:172:48: required from 'void Vector::remove(long int) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:258:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1036:24: warning: 'void* std::memmove(void*, const void*, size_t)' writing to an object of non-trivially copyable type 'struct RedTransEl'; use copy-assignment or copy-initialization instead [-Wclass-memaccess] 1036 | memmove(dst, dst + len, sizeof(T)*lenToSlideOver); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redfsm.h:247:8: note: 'struct RedTransEl' declared here 247 | struct RedTransEl | ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = RedTransEl; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:257:18: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct RedTransEl'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redfsm.h:247:8: note: 'struct RedTransEl' declared here 247 | struct RedTransEl | ^~~~~~~~~~ /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::downResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:1039:2: required from 'void Vector::remove(long int, long int) [with T = RedTransEl; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:172:48: required from 'void Vector::remove(long int) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:258:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:685:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct RedTransEl'; use 'new' and 'delete' instead [-Wclass-memaccess] 685 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redfsm.h:247:8: note: 'struct RedTransEl' declared here 247 | struct RedTransEl | ^~~~~~~~~~ In file included from gendata.cpp:36: csipgoto.h:67:14: warning: 'virtual void CSharpIpGotoCodeGen::GOTO_HEADER(RedStateAp*)' was hidden [-Woverloaded-virtual=] 67 | void GOTO_HEADER( RedStateAp *state ); | ^~~~~~~~~~~ In file included from gendata.cpp:37: cssplit.h:38:14: note: by 'void CSharpSplitCodeGen::GOTO_HEADER(RedStateAp*, bool)' 38 | void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); | ^~~~~~~~~~~ In file included from gendata.cpp:45: cdipgoto.h:68:14: warning: 'virtual void IpGotoCodeGen::GOTO_HEADER(RedStateAp*)' was hidden [-Woverloaded-virtual=] 68 | void GOTO_HEADER( RedStateAp *state ); | ^~~~~~~~~~~ In file included from gendata.cpp:46: cdsplit.h:38:14: note: by 'void SplitCodeGen::GOTO_HEADER(RedStateAp*, bool)' 38 | void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); | ^~~~~~~~~~~ In file included from redfsm.h:30, from gendata.h:27, from gendata.cpp:22: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = RedTransEl; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = RedTransEl; Resize = ResizeExpn]' gendata.cpp:557:21: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct RedTransEl'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ redfsm.h:247:8: note: 'struct RedTransEl' declared here 247 | struct RedTransEl | ^~~~~~~~~~ In file included from cdsplit.h:25, from cdsplit.cpp:24: cdipgoto.h:68:14: warning: 'virtual void IpGotoCodeGen::GOTO_HEADER(RedStateAp*)' was hidden [-Woverloaded-virtual=] 68 | void GOTO_HEADER( RedStateAp *state ); | ^~~~~~~~~~~ cdsplit.h:38:14: note: by 'void SplitCodeGen::GOTO_HEADER(RedStateAp*, bool)' 38 | void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); | ^~~~~~~~~~~ In file included from cssplit.h:25, from cssplit.cpp:24: csipgoto.h:67:14: warning: 'virtual void CSharpIpGotoCodeGen::GOTO_HEADER(RedStateAp*)' was hidden [-Woverloaded-virtual=] 67 | void GOTO_HEADER( RedStateAp *state ); | ^~~~~~~~~~~ cssplit.h:38:14: note: by 'void CSharpSplitCodeGen::GOTO_HEADER(RedStateAp*, bool)' 38 | void GOTO_HEADER( RedStateAp *state, bool stateInPartition ); | ^~~~~~~~~~~ In file included from ragel.h:29, from xmlcodegen.cpp:23: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = TransEl; Resize = ResizeExpn]': /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = TransEl; Resize = ResizeExpn]' /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = TransEl; Resize = ResizeExpn]' xmlcodegen.cpp:48:17: required from here /jenkins/jobs/oi-userland/workspace/components/developer/ragel/ragel-6.10/aapl/vector.h:654:55: warning: 'void* std::realloc(void*, size_t)' moving an object of non-trivially copyable type 'struct TransEl'; use 'new' and 'delete' instead [-Wclass-memaccess] 654 | BaseTable::data = (T*) realloc( BaseTable::data, sizeof(T) * newLen ); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from xmlcodegen.h:27, from xmlcodegen.cpp:24: fsmgraph.h:480:8: note: 'struct TransEl' declared here 480 | struct TransEl | ^~~~~~~ Making all in doc Making install in ragel /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/bin' /usr/bin/ginstall -c ragel '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/bin' Making install in doc /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/share/man/man1' /usr/bin/ginstall -c -m 644 ragel.1 '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/share/man/man1' /usr/bin/gmkdir -p '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/share/doc/ragel' /usr/bin/ginstall -c -m 644 CREDITS ChangeLog '/jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/prototype/i386/usr/share/doc/ragel' VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/developer/ragel/build/manifest-i386-ragel.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: developer/ragel pkg://openindiana.org/developer/ragel@6.10,5.11-2023.0.0.1:20231107T184123Z PUBLISHED