From https://github.com/archlinux/svntogit-packages * branch packages/ispell -> FETCH_HEAD * [new branch] packages/ispell -> packages/packages/ispell Cloning into 'ispell'... 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 130k 100 130k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k % 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 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 8549k 7 679k 0 0 573k 0 0:00:14 0:00:01 0:00:13 572k 35 8549k 35 3008k 0 0 1371k 0 0:00:06 0:00:02 0:00:04 1371k 77 8549k 77 6651k 0 0 2075k 0 0:00:04 0:00:03 0:00:01 2074k 100 8549k 100 8549k 0 0 2408k 0 0:00:03 0:00:03 --:--:-- 2407k % 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 835k 0 --:--:-- --:--:-- --:--:-- 837k :: Starting full system upgrade... there is nothing to do ==> Making package: ispell 3.4.05-1 (Sat Sep 7 11:15:32 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ispell-3.4.05.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 655k 100 655k 0 0 3073k 0 --:--:-- --:--:-- --:--:-- 3078k -> Found cflags-from-environment.patch -> Found license.txt ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... ispell-3.4.05.tar.gz ... Passed cflags-from-environment.patch ... Passed license.txt ... Passed ==> Extracting sources... -> Extracting ispell-3.4.05.tar.gz with bsdtar ==> Starting prepare()... File Makefile is read-only; trying to patch anyway patching file Makefile Hunk #1 succeeded at 301 (offset 7 lines). Hunk #2 succeeded at 312 (offset 7 lines). Hunk #3 succeeded at 488 (offset 3 lines). Hunk #4 succeeded at 541 (offset 3 lines). Hunk #5 succeeded at 553 (offset 3 lines). Hunk #6 succeeded at 636 (offset 3 lines). File deformatters/Makefile is read-only; trying to patch anyway patching file deformatters/Makefile ==> Starting build()... set +vx; \ MASTERHASH=`cat config.X local.h \ | sed -n -e \ 's/^#define[ ]*LANGUAGES[ ][^}]*HASHFILES=\([^,}]*\).*$/\1/p' \ | sed -n -e '$p'`; \ HASHSUFFIX=`cat config.X local.h \ | sed -n -e \ 's/^#define[ ]*HASHSUFFIX[ ]*"\(.*\)"/\1/p' \ | sed -n -e '$p'`; \ case "$MASTERHASH" in \ american*|british*) DEFHASH="english$HASHSUFFIX";; \ *) DEFHASH="$MASTERHASH";; \ esac; \ DEFLANG=`expr "$DEFHASH" : '\(.*\)\..*$'`.aff; \ echo "/* This file is generated by the Makefile. Don't edit it! */" \ > defhash.h; \ echo '' >> defhash.h; \ echo '#ifndef MASTERHASH' >> defhash.h; \ echo '#define MASTERHASH "'"$MASTERHASH"'"' >> defhash.h; \ echo '#endif' >> defhash.h; \ echo '#ifndef DEFHASH' >> defhash.h; \ echo '#define DEFHASH "'"$DEFHASH"'"' >> defhash.h; \ echo '#endif' >> defhash.h; \ echo '#ifndef DEFLANG' >> defhash.h; \ echo '#define DEFLANG "'"$DEFLANG"'"' >> defhash.h; \ echo '#endif' >> defhash.h set +vx; \ for var in BAKEXT BINDIR CC COUNTSUFFIX DEFDICT DEFHASH \ DEFLANG EXEEXT HASHSUFFIX INSTALL \ LANGUAGES LIBDIR LIBES LINK LINT LINTFLAGS LOOK_XREF \ MAKE_SORTTMP MAN1DIR MAN1EXT MAN45DIR MAN45EXT MAN45SECT MASTERHASH \ MSGLANG POUNDBANG REGLIB STATSUFFIX \ SPELL_XREF TERMLIB TIB_XREF WORDS YACC \ ; do \ cat config.X defhash.h local.h \ | sed -n -e "s/^#define[ ]*$var[ ]*"'"'"/$var=/p" \ | sed -e 's/"[^"]*$/'"'/" -e "s/=/='/" -e 's/\\"/"/g' \ | sed -n -e '$p'; \ done > config.sh; \ echo "CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection'" >> config.sh; \ echo 'case "$MAKE_SORTTMP" in "") \ SORTTMP="-e /!!SORTTMP!!/s/=.*$/=/";; *) SORTTMP=;; esac' \ >> config.sh cp config.X config.h chmod u+w config.h echo '' >> config.h echo '/* AUTOMATICALLY-GENERATED SYMBOLS */' >> config.h cat local.h config.X \ | egrep '^#define[ ]*SIGNAL_TYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h egrep: warning: egrep is obsolescent; using grep -E cat local.h config.X \ | egrep '^#define[ ]*MASKTYPE' \ | sed -e 's/TYPE[ ]*/TYPE_STRING "/' -e 's/$/"/' -e 1q \ >> config.h egrep: warning: egrep is obsolescent; using grep -E + rm -f msgs.h + ln -s languages/english/msgs.h msgs.h + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c buildhash.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c hash.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c makedent.c + bison -y parse.y parse.y:274.16-20: warning: POSIX yacc reserves %type to nonterminals [-Wyacc] 274 | %type error | ^~~~~ + '[' -f y_tab.c ']' + mv y.tab.c y_tab.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection' -c y_tab.c + mv y_tab.o parse.o + rm -f y_tab.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o buildhash buildhash.o hash.o makedent.o parse.o make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < findaffix.X > findaffix make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' chmod +x findaffix make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < tryaffix.X > tryaffix make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' chmod +x tryaffix cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c term.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c ispell.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c correct.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c defmt.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c dump.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c exp_table.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c fields.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c good.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c lookup.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c tgood.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c tree.c + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c xgets.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ispell term.o ispell.o correct.o defmt.o dump.o exp_table.o fields.o good.o lookup.o hash.o makedent.o tgood.o tree.o xgets.o -lncurses + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c icombine.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o icombine icombine.o makedent.o parse.o + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection '-DCFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection"' -c ijoin.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o ijoin ijoin.o fields.o make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < munchlist.X > munchlist make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' chmod +x munchlist make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < subset.X > subset make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' chmod +x subset make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < zapdups.X > zapdups make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' chmod +x zapdups cd deformatters; make all make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/deformatters' + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c defmt-c.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o defmt-c defmt-c.o + cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c defmt-sh.c + cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o defmt-sh defmt-sh.o make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/deformatters' ./ispell -v | sed -e 1q @(#) International Ispell Version 3.4.05 11 Mar 2022 make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < ispell.1X > ispell.1 make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' . ./config.sh; \ set +vx; \ VERSION=`sed -n \ '/International Ispell/s/^.*\(International .*\)".*$/\1/p' \ version.h`; \ sed \ -e "s@!!BAKEXT!!@$BAKEXT@g" \ -e "s@!!COUNTSUFFIX!!@$COUNTSUFFIX@g" \ -e "s@!!DEFHASH!!@$DEFHASH@" -e "s@!!DEFLANG!!@$DEFLANG@" \ -e "s@!!HASHSUFFIX!!@$HASHSUFFIX@g" \ -e "s@!!LIBDIR!!@$LIBDIR@" -e "s@!!DEFDICT!!@$DEFDICT@" \ -e "s@!!LOOK_XREF!!@$LOOK_XREF@g" \ -e "s@!!MAN45SECT!!@$MAN45SECT@g" \ -e "s@!!POUNDBANG!!@$POUNDBANG@g" \ -e "s@!!SPELL_XREF!!@$SPELL_XREF@g" \ -e "s@!!STATSUFFIX!!@$STATSUFFIX@g" \ -e "s@!!TIB_XREF!!@$TIB_XREF@g" \ -e "s@!!WORDS!!@$WORDS@g" \ -e "s@!!VERSION!!@$VERSION@g" \ $SORTTMP < ispell.5X > ispell.5 make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' make LANGUAGE_TARGET=all SHELLDEBUG=+vx language-subdirs make[1]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' + cd languages/american + eval make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx ' '\''MASTERDICTS=american.med'\'' '\''HASHFILES=americanmed.hash'\'' '\''EXTRADICT='\''' all ++ make BUILD=build DBUILD=build CBUILD=build SHELLDEBUG=+vx MASTERDICTS=american.med HASHFILES=americanmed.hash EXTRADICT= all make[2]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make[3]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' rm -f english.[0-3] american.[0-2] altamer.[012] british.[012] make[3]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make[3]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make -f ../english/Makefile VARIANTS=american \ 'EXTRADICT=' 'SHELLDEBUG=+vx' \ 'AFFIXES=../english/english.aff' \ english.med make[4]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' + PATH=../..:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export PATH + ../../munchlist -v -l ../english/english.aff english.0 english.1 american.0 american.1 Collecting input. Finding flag marker. Generating roots and affixes. egrep: warning: egrep is obsolescent; using grep -E Expanding dictionary into EXPANDEDPAIRS. Creating list of legal roots/flags. Creating list of flags that participate in cross-products. egrep: warning: egrep is obsolescent; using grep -E egrep: warning: egrep is obsolescent; using grep -E Finding prefix and suffix flags. egrep: warning: egrep is obsolescent; using grep -E Creating awk script. Creating cross expansions (pass 1). Finding illegal cross expansions (pass 1). Creating cross expansions (pass 2). Finding illegal cross expansions (pass 2). Creating cross expansions (pass 3). Finding illegal cross expansions (pass 3). Creating cross expansions (pass 4). Finding illegal cross expansions (pass 4). Finding roots of cross expansions. Eliminating non-optimal affixes. Generating output word list. test -s english.med \ || (echo 'error: zero-length dictionary generated'; \ rm -f english.med; exit 1) make[4]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' rm -f american.med + ln -s english.med american.med make[3]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make SHELLDEBUG=+vx americanmed.hash make[3]: Entering directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' rm -f americanmed.hash ../../buildhash american.med ../english/english.aff americanmed.hash Counting words in dictionary ... 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 32505 words 0 1000 2000 3000 4000 5000 6000 7000 8000 9000 10000 11000 12000 13000 14000 15000 16000 17000 18000 19000 20000 21000 22000 23000 24000 25000 26000 27000 28000 29000 30000 31000 32000 make[3]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make[2]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05/languages/american' make[1]: Leaving directory '/tmp/archlinux-ci/ispell-archlinuxrb-build-vifxhCgM/ispell/trunk/src/ispell-3.4.05' ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "ispell"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: ispell 3.4.05-1 (Sat Sep 7 11:15:50 2024)