From https://github.com/archlinux/svntogit-community * branch packages/ragel -> FETCH_HEAD * [new branch] packages/ragel -> community/packages/ragel Cloning into 'ragel'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 389k 0 --:--:-- --:--:-- --:--:-- 390k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 8543k 0 65029 0 0 188k 0 0:00:45 --:--:-- 0:00:45 187k 100 8543k 100 8543k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 419k 0 --:--:-- --:--:-- --:--:-- 420k :: Starting full system upgrade... there is nothing to do gpg: key 50FE47277DC196FB: public key "Adrian Thurston " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: ragel 6.10-3 (Tue Jul 25 13:37:54 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ragel-6.10.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1204k 100 1204k 0 0 19.9M 0 --:--:-- --:--:-- --:--:-- 20.2M -> Downloading ragel-6.10.tar.gz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 181 100 181 0 0 4960 0 --:--:-- --:--:-- --:--:-- 5027 ==> Validating source files with sha256sums... ragel-6.10.tar.gz ... Passed ragel-6.10.tar.gz.asc ... Skipped ==> Verifying source file signatures with gpg... ragel-6.10.tar.gz ... Passed ==> Extracting sources... -> Extracting ragel-6.10.tar.gz with bsdtar ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of 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... no checking for javac... no checking for txl... no checking for ruby... no checking for gmcs... no checking for go... no 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 make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' echo '#define VERSION "6.10"' > version.h echo '#define PUBDATE "March 2017"' >> version.h make all-am make[2]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-main.o -MD -MP -MF .deps/ragel-main.Tpo -c -o ragel-main.o `test -f 'main.cpp' || echo './'`main.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-parsetree.o -MD -MP -MF .deps/ragel-parsetree.Tpo -c -o ragel-parsetree.o `test -f 'parsetree.cpp' || echo './'`parsetree.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-parsedata.o -MD -MP -MF .deps/ragel-parsedata.Tpo -c -o ragel-parsedata.o `test -f 'parsedata.cpp' || echo './'`parsedata.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmstate.o -MD -MP -MF .deps/ragel-fsmstate.Tpo -c -o ragel-fsmstate.o `test -f 'fsmstate.cpp' || echo './'`fsmstate.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmbase.o -MD -MP -MF .deps/ragel-fsmbase.Tpo -c -o ragel-fsmbase.o `test -f 'fsmbase.cpp' || echo './'`fsmbase.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmattach.o -MD -MP -MF .deps/ragel-fsmattach.Tpo -c -o ragel-fsmattach.o `test -f 'fsmattach.cpp' || echo './'`fsmattach.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmmin.o -MD -MP -MF .deps/ragel-fsmmin.Tpo -c -o ragel-fsmmin.o `test -f 'fsmmin.cpp' || echo './'`fsmmin.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmgraph.o -MD -MP -MF .deps/ragel-fsmgraph.Tpo -c -o ragel-fsmgraph.o `test -f 'fsmgraph.cpp' || echo './'`fsmgraph.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-fsmap.o -MD -MP -MF .deps/ragel-fsmap.Tpo -c -o ragel-fsmap.o `test -f 'fsmap.cpp' || echo './'`fsmap.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rlscan.o -MD -MP -MF .deps/ragel-rlscan.Tpo -c -o ragel-rlscan.o `test -f 'rlscan.cpp' || echo './'`rlscan.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rlparse.o -MD -MP -MF .deps/ragel-rlparse.Tpo -c -o ragel-rlparse.o `test -f 'rlparse.cpp' || echo './'`rlparse.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-inputdata.o -MD -MP -MF .deps/ragel-inputdata.Tpo -c -o ragel-inputdata.o `test -f 'inputdata.cpp' || echo './'`inputdata.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-common.o -MD -MP -MF .deps/ragel-common.Tpo -c -o ragel-common.o `test -f 'common.cpp' || echo './'`common.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-redfsm.o -MD -MP -MF .deps/ragel-redfsm.Tpo -c -o ragel-redfsm.o `test -f 'redfsm.cpp' || echo './'`redfsm.cpp g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gendata.o -MD -MP -MF .deps/ragel-gendata.Tpo -c -o ragel-gendata.o `test -f 'gendata.cpp' || echo './'`gendata.cpp In file included from redfsm.h:30, from redfsm.cpp:22: ../aapl/vector.h: In instantiation of 'void Vector::remove(long int, long int) [with T = RedTransEl; Resize = ResizeExpn]': ../aapl/vector.h:172:48: required from 'void Vector::remove(long int) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:258:17: required from here ../aapl/vector.h:1036:24: warning: 'void* 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 | ^~~~~~~~~~ ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': ../aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = RedTransEl; Resize = ResizeExpn]' ../aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:257:18: required from here ../aapl/vector.h:654:55: warning: 'void* 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 | ^~~~~~~~~~ ../aapl/vector.h: In instantiation of 'void Vector::downResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': ../aapl/vector.h:1039:2: required from 'void Vector::remove(long int, long int) [with T = RedTransEl; Resize = ResizeExpn]' ../aapl/vector.h:172:48: required from 'void Vector::remove(long int) [with T = RedTransEl; Resize = ResizeExpn]' redfsm.cpp:258:17: required from here ../aapl/vector.h:685:55: warning: 'void* 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 ); | ^~~~~~~~~~~ mv -f .deps/ragel-common.Tpo .deps/ragel-common.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdcodegen.o -MD -MP -MF .deps/ragel-cdcodegen.Tpo -c -o ragel-cdcodegen.o `test -f 'cdcodegen.cpp' || echo './'`cdcodegen.cpp 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 fsmgraph.h:30, from fsmgraph.cpp:25: ../aapl/vector.h: In instantiation of 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]': ../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 ../aapl/vector.h:1173:24: warning: 'void* 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 | ^~~ ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = Key; Resize = ResizeExpn]': ../aapl/vector.h:1169:2: required from 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]' ../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 ../aapl/vector.h:654:55: warning: 'void* 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 ragel.h:29, from parsedata.cpp:28: ../aapl/vector.h: In instantiation of 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]': ../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 ../aapl/vector.h:1173:24: warning: 'void* 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 | ^~~ In file included from redfsm.h:30, from gendata.h:27, from gendata.cpp:22: ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = RedTransEl; Resize = ResizeExpn]': ../aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = RedTransEl; Resize = ResizeExpn]' ../aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = RedTransEl; Resize = ResizeExpn]' gendata.cpp:557:21: required from here ../aapl/vector.h:654:55: warning: 'void* 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 | ^~~~~~~~~~ ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = Key; Resize = ResizeExpn]': ../aapl/vector.h:1169:2: required from 'void Vector::makeRawSpaceFor(long int, long int) [with T = Key; Resize = ResizeExpn]' ../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 ../aapl/vector.h:654:55: warning: 'void* 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 ../aapl/bstmap.h:26, from parsedata.h:29, from rlparse.kh:27, from rlparse.kl:22: ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = EpsilonLink; Resize = ResizeExpn]': ../aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = EpsilonLink; Resize = ResizeExpn]' ../aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = EpsilonLink; Resize = ResizeExpn]' rlparse.kl:448:47: required from here ../aapl/vector.h:654:55: warning: 'void* 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 | ^~~~~~~~~~~ mv -f .deps/ragel-inputdata.Tpo .deps/ragel-inputdata.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdtable.o -MD -MP -MF .deps/ragel-cdtable.Tpo -c -o ragel-cdtable.o `test -f 'cdtable.cpp' || echo './'`cdtable.cpp mv -f .deps/ragel-fsmstate.Tpo .deps/ragel-fsmstate.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdftable.o -MD -MP -MF .deps/ragel-cdftable.Tpo -c -o ragel-cdftable.o `test -f 'cdftable.cpp' || echo './'`cdftable.cpp mv -f .deps/ragel-fsmattach.Tpo .deps/ragel-fsmattach.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdflat.o -MD -MP -MF .deps/ragel-cdflat.Tpo -c -o ragel-cdflat.o `test -f 'cdflat.cpp' || echo './'`cdflat.cpp mv -f .deps/ragel-redfsm.Tpo .deps/ragel-redfsm.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdfflat.o -MD -MP -MF .deps/ragel-cdfflat.Tpo -c -o ragel-cdfflat.o `test -f 'cdfflat.cpp' || echo './'`cdfflat.cpp mv -f .deps/ragel-main.Tpo .deps/ragel-main.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdgoto.o -MD -MP -MF .deps/ragel-cdgoto.Tpo -c -o ragel-cdgoto.o `test -f 'cdgoto.cpp' || echo './'`cdgoto.cpp mv -f .deps/ragel-fsmmin.Tpo .deps/ragel-fsmmin.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdfgoto.o -MD -MP -MF .deps/ragel-cdfgoto.Tpo -c -o ragel-cdfgoto.o `test -f 'cdfgoto.cpp' || echo './'`cdfgoto.cpp mv -f .deps/ragel-fsmbase.Tpo .deps/ragel-fsmbase.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdipgoto.o -MD -MP -MF .deps/ragel-cdipgoto.Tpo -c -o ragel-cdipgoto.o `test -f 'cdipgoto.cpp' || echo './'`cdipgoto.cpp mv -f .deps/ragel-fsmap.Tpo .deps/ragel-fsmap.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cdsplit.o -MD -MP -MF .deps/ragel-cdsplit.Tpo -c -o ragel-cdsplit.o `test -f 'cdsplit.cpp' || echo './'`cdsplit.cpp mv -f .deps/ragel-parsetree.Tpo .deps/ragel-parsetree.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-javacodegen.o -MD -MP -MF .deps/ragel-javacodegen.Tpo -c -o ragel-javacodegen.o `test -f 'javacodegen.cpp' || echo './'`javacodegen.cpp mv -f .deps/ragel-cdfgoto.Tpo .deps/ragel-cdfgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rubycodegen.o -MD -MP -MF .deps/ragel-rubycodegen.Tpo -c -o ragel-rubycodegen.o `test -f 'rubycodegen.cpp' || echo './'`rubycodegen.cpp mv -f .deps/ragel-parsedata.Tpo .deps/ragel-parsedata.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rubytable.o -MD -MP -MF .deps/ragel-rubytable.Tpo -c -o ragel-rubytable.o `test -f 'rubytable.cpp' || echo './'`rubytable.cpp 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 ); | ^~~~~~~~~~~ mv -f .deps/ragel-cdfflat.Tpo .deps/ragel-cdfflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rubyftable.o -MD -MP -MF .deps/ragel-rubyftable.Tpo -c -o ragel-rubyftable.o `test -f 'rubyftable.cpp' || echo './'`rubyftable.cpp mv -f .deps/ragel-fsmgraph.Tpo .deps/ragel-fsmgraph.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rubyflat.o -MD -MP -MF .deps/ragel-rubyflat.Tpo -c -o ragel-rubyflat.o `test -f 'rubyflat.cpp' || echo './'`rubyflat.cpp mv -f .deps/ragel-cdftable.Tpo .deps/ragel-cdftable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rubyfflat.o -MD -MP -MF .deps/ragel-rubyfflat.Tpo -c -o ragel-rubyfflat.o `test -f 'rubyfflat.cpp' || echo './'`rubyfflat.cpp mv -f .deps/ragel-cdipgoto.Tpo .deps/ragel-cdipgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-rbxgoto.o -MD -MP -MF .deps/ragel-rbxgoto.Tpo -c -o ragel-rbxgoto.o `test -f 'rbxgoto.cpp' || echo './'`rbxgoto.cpp mv -f .deps/ragel-rlparse.Tpo .deps/ragel-rlparse.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cscodegen.o -MD -MP -MF .deps/ragel-cscodegen.Tpo -c -o ragel-cscodegen.o `test -f 'cscodegen.cpp' || echo './'`cscodegen.cpp mv -f .deps/ragel-gendata.Tpo .deps/ragel-gendata.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cstable.o -MD -MP -MF .deps/ragel-cstable.Tpo -c -o ragel-cstable.o `test -f 'cstable.cpp' || echo './'`cstable.cpp mv -f .deps/ragel-cdsplit.Tpo .deps/ragel-cdsplit.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csftable.o -MD -MP -MF .deps/ragel-csftable.Tpo -c -o ragel-csftable.o `test -f 'csftable.cpp' || echo './'`csftable.cpp mv -f .deps/ragel-cdcodegen.Tpo .deps/ragel-cdcodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csflat.o -MD -MP -MF .deps/ragel-csflat.Tpo -c -o ragel-csflat.o `test -f 'csflat.cpp' || echo './'`csflat.cpp mv -f .deps/ragel-cdgoto.Tpo .deps/ragel-cdgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csfflat.o -MD -MP -MF .deps/ragel-csfflat.Tpo -c -o ragel-csfflat.o `test -f 'csfflat.cpp' || echo './'`csfflat.cpp mv -f .deps/ragel-rubyfflat.Tpo .deps/ragel-rubyfflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csgoto.o -MD -MP -MF .deps/ragel-csgoto.Tpo -c -o ragel-csgoto.o `test -f 'csgoto.cpp' || echo './'`csgoto.cpp mv -f .deps/ragel-rubyftable.Tpo .deps/ragel-rubyftable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csfgoto.o -MD -MP -MF .deps/ragel-csfgoto.Tpo -c -o ragel-csfgoto.o `test -f 'csfgoto.cpp' || echo './'`csfgoto.cpp mv -f .deps/ragel-cdflat.Tpo .deps/ragel-cdflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-csipgoto.o -MD -MP -MF .deps/ragel-csipgoto.Tpo -c -o ragel-csipgoto.o `test -f 'csipgoto.cpp' || echo './'`csipgoto.cpp mv -f .deps/ragel-rubycodegen.Tpo .deps/ragel-rubycodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-cssplit.o -MD -MP -MF .deps/ragel-cssplit.Tpo -c -o ragel-cssplit.o `test -f 'cssplit.cpp' || echo './'`cssplit.cpp mv -f .deps/ragel-rubyflat.Tpo .deps/ragel-rubyflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-dotcodegen.o -MD -MP -MF .deps/ragel-dotcodegen.Tpo -c -o ragel-dotcodegen.o `test -f 'dotcodegen.cpp' || echo './'`dotcodegen.cpp mv -f .deps/ragel-cdtable.Tpo .deps/ragel-cdtable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-xmlcodegen.o -MD -MP -MF .deps/ragel-xmlcodegen.Tpo -c -o ragel-xmlcodegen.o `test -f 'xmlcodegen.cpp' || echo './'`xmlcodegen.cpp mv -f .deps/ragel-rubytable.Tpo .deps/ragel-rubytable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gocodegen.o -MD -MP -MF .deps/ragel-gocodegen.Tpo -c -o ragel-gocodegen.o `test -f 'gocodegen.cpp' || echo './'`gocodegen.cpp mv -f .deps/ragel-rbxgoto.Tpo .deps/ragel-rbxgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gotable.o -MD -MP -MF .deps/ragel-gotable.Tpo -c -o ragel-gotable.o `test -f 'gotable.cpp' || echo './'`gotable.cpp mv -f .deps/ragel-csftable.Tpo .deps/ragel-csftable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-goftable.o -MD -MP -MF .deps/ragel-goftable.Tpo -c -o ragel-goftable.o `test -f 'goftable.cpp' || echo './'`goftable.cpp 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 ); | ^~~~~~~~~~~ mv -f .deps/ragel-cscodegen.Tpo .deps/ragel-cscodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-goflat.o -MD -MP -MF .deps/ragel-goflat.Tpo -c -o ragel-goflat.o `test -f 'goflat.cpp' || echo './'`goflat.cpp mv -f .deps/ragel-csfgoto.Tpo .deps/ragel-csfgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gofflat.o -MD -MP -MF .deps/ragel-gofflat.Tpo -c -o ragel-gofflat.o `test -f 'gofflat.cpp' || echo './'`gofflat.cpp mv -f .deps/ragel-csfflat.Tpo .deps/ragel-csfflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gogoto.o -MD -MP -MF .deps/ragel-gogoto.Tpo -c -o ragel-gogoto.o `test -f 'gogoto.cpp' || echo './'`gogoto.cpp In file included from ragel.h:29, from xmlcodegen.cpp:23: ../aapl/vector.h: In instantiation of 'void Vector::upResize(long int) [with T = TransEl; Resize = ResizeExpn]': ../aapl/vector.h:873:3: required from 'void Vector::replace(long int, const T*, long int) [with T = TransEl; Resize = ResizeExpn]' ../aapl/vector.h:272:52: required from 'void Vector::append(const T&) [with T = TransEl; Resize = ResizeExpn]' xmlcodegen.cpp:48:17: required from here ../aapl/vector.h:654:55: warning: 'void* 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 | ^~~~~~~ mv -f .deps/ragel-dotcodegen.Tpo .deps/ragel-dotcodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gofgoto.o -MD -MP -MF .deps/ragel-gofgoto.Tpo -c -o ragel-gofgoto.o `test -f 'gofgoto.cpp' || echo './'`gofgoto.cpp mv -f .deps/ragel-csipgoto.Tpo .deps/ragel-csipgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-goipgoto.o -MD -MP -MF .deps/ragel-goipgoto.Tpo -c -o ragel-goipgoto.o `test -f 'goipgoto.cpp' || echo './'`goipgoto.cpp mv -f .deps/ragel-cssplit.Tpo .deps/ragel-cssplit.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-gotablish.o -MD -MP -MF .deps/ragel-gotablish.Tpo -c -o ragel-gotablish.o `test -f 'gotablish.cpp' || echo './'`gotablish.cpp mv -f .deps/ragel-javacodegen.Tpo .deps/ragel-javacodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlcodegen.o -MD -MP -MF .deps/ragel-mlcodegen.Tpo -c -o ragel-mlcodegen.o `test -f 'mlcodegen.cpp' || echo './'`mlcodegen.cpp mv -f .deps/ragel-csflat.Tpo .deps/ragel-csflat.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mltable.o -MD -MP -MF .deps/ragel-mltable.Tpo -c -o ragel-mltable.o `test -f 'mltable.cpp' || echo './'`mltable.cpp mv -f .deps/ragel-rlscan.Tpo .deps/ragel-rlscan.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlftable.o -MD -MP -MF .deps/ragel-mlftable.Tpo -c -o ragel-mlftable.o `test -f 'mlftable.cpp' || echo './'`mlftable.cpp mv -f .deps/ragel-csgoto.Tpo .deps/ragel-csgoto.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlflat.o -MD -MP -MF .deps/ragel-mlflat.Tpo -c -o ragel-mlflat.o `test -f 'mlflat.cpp' || echo './'`mlflat.cpp mv -f .deps/ragel-cstable.Tpo .deps/ragel-cstable.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlfflat.o -MD -MP -MF .deps/ragel-mlfflat.Tpo -c -o ragel-mlfflat.o `test -f 'mlfflat.cpp' || echo './'`mlfflat.cpp mv -f .deps/ragel-gotablish.Tpo .deps/ragel-gotablish.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlgoto.o -MD -MP -MF .deps/ragel-mlgoto.Tpo -c -o ragel-mlgoto.o `test -f 'mlgoto.cpp' || echo './'`mlgoto.cpp mv -f .deps/ragel-xmlcodegen.Tpo .deps/ragel-xmlcodegen.Po g++ -DHAVE_CONFIG_H -I. -I../aapl -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -MT ragel-mlfgoto.o -MD -MP -MF .deps/ragel-mlfgoto.Tpo -c -o ragel-mlfgoto.o `test -f 'mlfgoto.cpp' || echo './'`mlfgoto.cpp mv -f .deps/ragel-gofgoto.Tpo .deps/ragel-gofgoto.Po mv -f .deps/ragel-gocodegen.Tpo .deps/ragel-gocodegen.Po mv -f .deps/ragel-gofflat.Tpo .deps/ragel-gofflat.Po mv -f .deps/ragel-goipgoto.Tpo .deps/ragel-goipgoto.Po mv -f .deps/ragel-goftable.Tpo .deps/ragel-goftable.Po mv -f .deps/ragel-mlfgoto.Tpo .deps/ragel-mlfgoto.Po mv -f .deps/ragel-mlftable.Tpo .deps/ragel-mlftable.Po mv -f .deps/ragel-mlfflat.Tpo .deps/ragel-mlfflat.Po mv -f .deps/ragel-mlcodegen.Tpo .deps/ragel-mlcodegen.Po mv -f .deps/ragel-gogoto.Tpo .deps/ragel-gogoto.Po mv -f .deps/ragel-gotable.Tpo .deps/ragel-gotable.Po mv -f .deps/ragel-goflat.Tpo .deps/ragel-goflat.Po mv -f .deps/ragel-mlflat.Tpo .deps/ragel-mlflat.Po mv -f .deps/ragel-mlgoto.Tpo .deps/ragel-mlgoto.Po mv -f .deps/ragel-mltable.Tpo .deps/ragel-mltable.Po g++ -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -std=gnu++98 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ragel ragel-main.o ragel-parsetree.o ragel-parsedata.o ragel-fsmstate.o ragel-fsmbase.o ragel-fsmattach.o ragel-fsmmin.o ragel-fsmgraph.o ragel-fsmap.o ragel-rlscan.o ragel-rlparse.o ragel-inputdata.o ragel-common.o ragel-redfsm.o ragel-gendata.o ragel-cdcodegen.o ragel-cdtable.o ragel-cdftable.o ragel-cdflat.o ragel-cdfflat.o ragel-cdgoto.o ragel-cdfgoto.o ragel-cdipgoto.o ragel-cdsplit.o ragel-javacodegen.o ragel-rubycodegen.o ragel-rubytable.o ragel-rubyftable.o ragel-rubyflat.o ragel-rubyfflat.o ragel-rbxgoto.o ragel-cscodegen.o ragel-cstable.o ragel-csftable.o ragel-csflat.o ragel-csfflat.o ragel-csgoto.o ragel-csfgoto.o ragel-csipgoto.o ragel-cssplit.o ragel-dotcodegen.o ragel-xmlcodegen.o ragel-gocodegen.o ragel-gotable.o ragel-goftable.o ragel-goflat.o ragel-gofflat.o ragel-gogoto.o ragel-gofgoto.o ragel-goipgoto.o ragel-gotablish.o ragel-mlcodegen.o ragel-mltable.o ragel-mlftable.o ragel-mlflat.o ragel-mlfflat.o ragel-mlgoto.o ragel-mlfgoto.o make[2]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' Making all in doc make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' ==> Entering fakeroot environment... ==> Starting package()... Making install in ragel make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make install-am make[2]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make[3]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make[3]: Nothing to be done for 'install-data-am'. /usr/sbin/mkdir -p '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/bin' /usr/bin/install -c ragel '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/bin' make[3]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make[2]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/ragel' Making install in doc make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[2]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/sbin/mkdir -p '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/share/man/man1' /usr/bin/install -c -m 644 ragel.1 '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/share/man/man1' make[2]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10/doc' make[1]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' make[2]: Entering directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' make[2]: Nothing to be done for 'install-exec-am'. /usr/sbin/mkdir -p '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/share/doc/ragel' /usr/bin/install -c -m 644 CREDITS ChangeLog '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/pkg/ragel//usr/share/doc/ragel' make[2]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' make[1]: Leaving directory '/tmp/archlinux-ci/ragel-archlinuxrb-build-Ky8DxLG4/ragel/trunk/src/ragel-6.10' ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "ragel"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: ragel 6.10-3 (Tue Jul 25 13:38:09 2023)