Build of snowball with vanilla toolchain

The build took 00h 00m 30s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
40,196 ansic
541 python
386 java
261 sh
216 perl
41,600 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: snowball 0+337-2 (Wed Aug 24 13:47:55 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting pkgver()...
# ==> Starting build()...
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/space.o compiler/space.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/tokeniser.o compiler/tokeniser.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/analyser.o compiler/analyser.c
# compiler/analyser.c: In function 'check_name_type':
# compiler/analyser.c:235:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# case 'r': if (p->type == t_routine ||
# ^~
# compiler/analyser.c:236:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# p->type == t_external) return; break;
# ^~~~~
# compiler/analyser.c: In function 'read_program':
# compiler/analyser.c:942:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (q->used && q->definition == 0) error4(a, q); break;
# ^~
# compiler/analyser.c:942:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (q->used && q->definition == 0) error4(a, q); break;
# ^~~~~
# compiler/analyser.c:944:21: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (q->used && q->grouping == 0) error4(a, q); break;
# ^~
# compiler/analyser.c:944:68: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (q->used && q->grouping == 0) error4(a, q); break;
# ^~~~~
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/generator.o compiler/generator.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/driver.o compiler/driver.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/generator_java.o compiler/generator_java.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/generator_jsx.o compiler/generator_jsx.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o compiler/generator_python.o compiler/generator_python.c
# sed 's/@MODULES_H@/modules.h/' libstemmer/libstemmer_c.in >libstemmer/libstemmer.c
# libstemmer/mkmodules.pl libstemmer/modules.h src_c libstemmer/modules.txt libstemmer/mkinc.mak
# cp algorithms/danish/stem_ISO_8859_1.sbl algorithms/danish/stem_Unicode.sbl
# cp algorithms/dutch/stem_ISO_8859_1.sbl algorithms/dutch/stem_Unicode.sbl
# cp algorithms/english/stem_ISO_8859_1.sbl algorithms/english/stem_Unicode.sbl
# cp algorithms/finnish/stem_ISO_8859_1.sbl algorithms/finnish/stem_Unicode.sbl
# cp algorithms/french/stem_ISO_8859_1.sbl algorithms/french/stem_Unicode.sbl
# cp algorithms/german/stem_ISO_8859_1.sbl algorithms/german/stem_Unicode.sbl
# cp algorithms/italian/stem_ISO_8859_1.sbl algorithms/italian/stem_Unicode.sbl
# cp algorithms/norwegian/stem_ISO_8859_1.sbl algorithms/norwegian/stem_Unicode.sbl
# cp algorithms/porter/stem_ISO_8859_1.sbl algorithms/porter/stem_Unicode.sbl
# cp algorithms/portuguese/stem_ISO_8859_1.sbl algorithms/portuguese/stem_Unicode.sbl
# cp algorithms/spanish/stem_ISO_8859_1.sbl algorithms/spanish/stem_Unicode.sbl
# cp algorithms/swedish/stem_ISO_8859_1.sbl algorithms/swedish/stem_Unicode.sbl
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o runtime/api.o runtime/api.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o runtime/utilities.o runtime/utilities.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o examples/stemwords.o examples/stemwords.c
# cp algorithms/german2/stem_ISO_8859_1.sbl algorithms/german2/stem_Unicode.sbl
# cp algorithms/kraaij_pohlmann/stem_ISO_8859_1.sbl algorithms/kraaij_pohlmann/stem_Unicode.sbl
# cp algorithms/lovins/stem_ISO_8859_1.sbl algorithms/lovins/stem_Unicode.sbl
# cc -o snowball compiler/space.o compiler/tokeniser.o compiler/analyser.o compiler/generator.o compiler/driver.o compiler/generator_java.o compiler/generator_jsx.o compiler/generator_python.o
# ./snowball algorithms/arabic/stem_Unicode.sbl -o src_c/stem_UTF_8_arabic -eprefix arabic_UTF_8_ -r ../runtime -u
# ./snowball algorithms/danish/stem_Unicode.sbl -o src_c/stem_UTF_8_danish -eprefix danish_UTF_8_ -r ../runtime -u
# ./snowball algorithms/dutch/stem_Unicode.sbl -o src_c/stem_UTF_8_dutch -eprefix dutch_UTF_8_ -r ../runtime -u
# ./snowball algorithms/english/stem_Unicode.sbl -o src_c/stem_UTF_8_english -eprefix english_UTF_8_ -r ../runtime -u
# ./snowball algorithms/finnish/stem_Unicode.sbl -o src_c/stem_UTF_8_finnish -eprefix finnish_UTF_8_ -r ../runtime -u
# ./snowball algorithms/french/stem_Unicode.sbl -o src_c/stem_UTF_8_french -eprefix french_UTF_8_ -r ../runtime -u
# ./snowball algorithms/german/stem_Unicode.sbl -o src_c/stem_UTF_8_german -eprefix german_UTF_8_ -r ../runtime -u
# ./snowball algorithms/hungarian/stem_Unicode.sbl -o src_c/stem_UTF_8_hungarian -eprefix hungarian_UTF_8_ -r ../runtime -u
# ./snowball algorithms/italian/stem_Unicode.sbl -o src_c/stem_UTF_8_italian -eprefix italian_UTF_8_ -r ../runtime -u
# ./snowball algorithms/norwegian/stem_Unicode.sbl -o src_c/stem_UTF_8_norwegian -eprefix norwegian_UTF_8_ -r ../runtime -u
# ./snowball algorithms/porter/stem_Unicode.sbl -o src_c/stem_UTF_8_porter -eprefix porter_UTF_8_ -r ../runtime -u
# ./snowball algorithms/portuguese/stem_Unicode.sbl -o src_c/stem_UTF_8_portuguese -eprefix portuguese_UTF_8_ -r ../runtime -u
# ./snowball algorithms/romanian/stem_Unicode.sbl -o src_c/stem_UTF_8_romanian -eprefix romanian_UTF_8_ -r ../runtime -u
# ./snowball algorithms/russian/stem_Unicode.sbl -o src_c/stem_UTF_8_russian -eprefix russian_UTF_8_ -r ../runtime -u
# ./snowball algorithms/spanish/stem_Unicode.sbl -o src_c/stem_UTF_8_spanish -eprefix spanish_UTF_8_ -r ../runtime -u
# ./snowball algorithms/swedish/stem_Unicode.sbl -o src_c/stem_UTF_8_swedish -eprefix swedish_UTF_8_ -r ../runtime -u
# ./snowball algorithms/tamil/stem_Unicode.sbl -o src_c/stem_UTF_8_tamil -eprefix tamil_UTF_8_ -r ../runtime -u
# ./snowball algorithms/turkish/stem_Unicode.sbl -o src_c/stem_UTF_8_turkish -eprefix turkish_UTF_8_ -r ../runtime -u
# ./snowball algorithms/russian/stem_KOI8_R.sbl -o src_c/stem_KOI8_R_russian -eprefix russian_KOI8_R_ -r ../runtime
# ./snowball algorithms/danish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_danish -eprefix danish_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/dutch/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_dutch -eprefix dutch_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/english/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_english -eprefix english_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/finnish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_finnish -eprefix finnish_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/french/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_french -eprefix french_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/german/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_german -eprefix german_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/italian/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_italian -eprefix italian_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/norwegian/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_norwegian -eprefix norwegian_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/porter/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_porter -eprefix porter_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/portuguese/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_portuguese -eprefix portuguese_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/spanish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_spanish -eprefix spanish_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/swedish/stem_ISO_8859_1.sbl -o src_c/stem_ISO_8859_1_swedish -eprefix swedish_ISO_8859_1_ -r ../runtime
# ./snowball algorithms/hungarian/stem_ISO_8859_2.sbl -o src_c/stem_ISO_8859_2_hungarian -eprefix hungarian_ISO_8859_2_ -r ../runtime
# ./snowball algorithms/romanian/stem_ISO_8859_2.sbl -o src_c/stem_ISO_8859_2_romanian -eprefix romanian_ISO_8859_2_ -r ../runtime
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_arabic.o src_c/stem_UTF_8_arabic.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_danish.o src_c/stem_UTF_8_danish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_dutch.o src_c/stem_UTF_8_dutch.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_english.o src_c/stem_UTF_8_english.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_finnish.o src_c/stem_UTF_8_finnish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_french.o src_c/stem_UTF_8_french.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_german.o src_c/stem_UTF_8_german.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_hungarian.o src_c/stem_UTF_8_hungarian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_italian.o src_c/stem_UTF_8_italian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_norwegian.o src_c/stem_UTF_8_norwegian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_porter.o src_c/stem_UTF_8_porter.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_portuguese.o src_c/stem_UTF_8_portuguese.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_romanian.o src_c/stem_UTF_8_romanian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_russian.o src_c/stem_UTF_8_russian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_spanish.o src_c/stem_UTF_8_spanish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_swedish.o src_c/stem_UTF_8_swedish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_tamil.o src_c/stem_UTF_8_tamil.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_turkish.o src_c/stem_UTF_8_turkish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_KOI8_R_russian.o src_c/stem_KOI8_R_russian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_danish.o src_c/stem_ISO_8859_1_danish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_dutch.o src_c/stem_ISO_8859_1_dutch.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_english.o src_c/stem_ISO_8859_1_english.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_finnish.o src_c/stem_ISO_8859_1_finnish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_french.o src_c/stem_ISO_8859_1_french.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_german.o src_c/stem_ISO_8859_1_german.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_italian.o src_c/stem_ISO_8859_1_italian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_norwegian.o src_c/stem_ISO_8859_1_norwegian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_porter.o src_c/stem_ISO_8859_1_porter.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_portuguese.o src_c/stem_ISO_8859_1_portuguese.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_spanish.o src_c/stem_ISO_8859_1_spanish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_1_swedish.o src_c/stem_ISO_8859_1_swedish.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_2_hungarian.o src_c/stem_ISO_8859_2_hungarian.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_ISO_8859_2_romanian.o src_c/stem_ISO_8859_2_romanian.c
# ./snowball algorithms/german2/stem_Unicode.sbl -o src_c/stem_UTF_8_german2 -eprefix german2_UTF_8_ -r ../runtime -u
# ./snowball algorithms/kraaij_pohlmann/stem_Unicode.sbl -o src_c/stem_UTF_8_kraaij_pohlmann -eprefix kraaij_pohlmann_UTF_8_ -r ../runtime -u
# ./snowball algorithms/lovins/stem_Unicode.sbl -o src_c/stem_UTF_8_lovins -eprefix lovins_UTF_8_ -r ../runtime -u
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_german2.o src_c/stem_UTF_8_german2.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_kraaij_pohlmann.o src_c/stem_UTF_8_kraaij_pohlmann.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o src_c/stem_UTF_8_lovins.o src_c/stem_UTF_8_lovins.c
# cc -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations -Iinclude -c -o libstemmer/libstemmer.o libstemmer/libstemmer.c
# ar -cru libstemmer.o libstemmer/libstemmer.o runtime/api.o runtime/utilities.o src_c/stem_UTF_8_arabic.o src_c/stem_UTF_8_danish.o src_c/stem_UTF_8_dutch.o src_c/stem_UTF_8_english.o src_c/stem_UTF_8_finnish.o src_c/stem_UTF_8_french.o src_c/stem_UTF_8_german.o src_c/stem_UTF_8_hungarian.o src_c/stem_UTF_8_italian.o src_c/stem_UTF_8_norwegian.o src_c/stem_UTF_8_porter.o src_c/stem_UTF_8_portuguese.o src_c/stem_UTF_8_romanian.o src_c/stem_UTF_8_russian.o src_c/stem_UTF_8_spanish.o src_c/stem_UTF_8_swedish.o src_c/stem_UTF_8_tamil.o src_c/stem_UTF_8_turkish.o src_c/stem_KOI8_R_russian.o src_c/stem_ISO_8859_1_danish.o src_c/stem_ISO_8859_1_dutch.o src_c/stem_ISO_8859_1_english.o src_c/stem_ISO_8859_1_finnish.o src_c/stem_ISO_8859_1_french.o src_c/stem_ISO_8859_1_german.o src_c/stem_ISO_8859_1_italian.o src_c/stem_ISO_8859_1_norwegian.o src_c/stem_ISO_8859_1_porter.o src_c/stem_ISO_8859_1_portuguese.o src_c/stem_ISO_8859_1_spanish.o src_c/stem_ISO_8859_1_swedish.o src_c/stem_ISO_8859_2_hungarian.o src_c/stem_ISO_8859_2_romanian.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# cc -o stemwords examples/stemwords.o libstemmer.o
# rm algorithms/spanish/stem_Unicode.sbl algorithms/porter/stem_Unicode.sbl algorithms/danish/stem_Unicode.sbl algorithms/english/stem_Unicode.sbl algorithms/italian/stem_Unicode.sbl algorithms/swedish/stem_Unicode.sbl algorithms/lovins/stem_Unicode.sbl algorithms/german/stem_Unicode.sbl algorithms/norwegian/stem_Unicode.sbl algorithms/portuguese/stem_Unicode.sbl algorithms/french/stem_Unicode.sbl algorithms/kraaij_pohlmann/stem_Unicode.sbl algorithms/finnish/stem_Unicode.sbl algorithms/dutch/stem_Unicode.sbl algorithms/german2/stem_Unicode.sbl
# ==> Entering fakeroot environment...
# ==> Starting package_snowball()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "snowball"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_libstemmer()...
# install: cannot stat './libstemmer.so.0.0.0': No such file or directory
# ==> ERROR: A failure occurred in package_libstemmer().
# Aborting...