Build of benzene with vanilla toolchain

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

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

SLOCLanguage
2,589 ansic
27 makefile
13 sh
2,629 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: benzene 1.2.2-1 (Wed Aug 24 12:10:10 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# mkdir -p ../build/linux
# mkdir -p ../build/win32
# cc -Wall -DNOLOG -O4 benzene.c -o ../build/linux/benzene
# /usr/bin/i586-mingw32msvc-gcc -Wall -DNOLOG -O4 benzene.c \
# -o ../build/win32/benzene.exe
# make: /usr/bin/i586-mingw32msvc-gcc: Command not found
# make: *** [Makefile:61: for-win32-on-linux] Error 127
# make: *** Waiting for unfinished jobs....
# benzene.c: In function 'embed_benzenoid':
# benzene.c:1314:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
# { for (i=checkedges[vertex], run_net=startedgenn; i != 1; i--, run_net=run_net->next);
# ^~~
# benzene.c:1315:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
# buffer=run_net->invers;
# ^~~~~~
# benzene.c: In function 'embed_benzenoid_sym':
# benzene.c:1634:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
# { for (i=checkedges[vertex], run_net=startedgenn; i != 1; i--, run_net=run_net->next);
# ^~~
# benzene.c:1635:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
# buffer=run_net->invers;
# ^~~~~~
# ==> ERROR: A failure occurred in build().
# Aborting...