Build of mp3gain 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
8,700 ansic
49 makefile
8,749 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: mp3gain 1.5.2-3 (Wed Aug 24 12:43:09 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mp3gain.o mp3gain.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o apetag.o apetag.c
# apetag.c: In function 'ReadMP3APETag':
# apetag.c:157:33: warning: variable 'curFieldNum' set but not used [-Wunused-but-set-variable]
# unsigned long curFieldNum;
# ^~~~~~~~~~~
# apetag.c:146:33: warning: variable 'flags' set but not used [-Wunused-but-set-variable]
# unsigned long flags;
# ^~~~~
# mp3gain.c: In function 'changeGain':
# mp3gain.c:696:7: warning: variable 'freqidx' set but not used [-Wunused-but-set-variable]
# int freqidx;
# ^~~~~~~
# mp3gain.c: In function 'main':
# mp3gain.c:1416:6: warning: variable 'crcflag' set but not used [-Wunused-but-set-variable]
# int crcflag;
# ^~~~~~~
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o id3tag.o id3tag.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o gain_analysis.o gain_analysis.c
# gain_analysis.c:119:1: warning: variably modified 'lstepbuf' at file scope
# Float_t lstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
# ^~~~~~~
# gain_analysis.c:121:1: warning: variably modified 'loutbuf' at file scope
# Float_t loutbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
# ^~~~~~~
# gain_analysis.c:125:1: warning: variably modified 'rstepbuf' at file scope
# Float_t rstepbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
# ^~~~~~~
# gain_analysis.c:127:1: warning: variably modified 'routbuf' at file scope
# Float_t routbuf [MAX_SAMPLES_PER_WINDOW + MAX_ORDER];
# ^~~~~~~
# gain_analysis.c:135:1: warning: variably modified 'A' at file scope
# static Uint32_t A [(size_t)(STEPS_per_dB * MAX_dB)];
# ^~~~~~
# gain_analysis.c:136:1: warning: variably modified 'B' at file scope
# static Uint32_t B [(size_t)(STEPS_per_dB * MAX_dB)];
# ^~~~~~
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o rg_error.o rg_error.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/common.o mpglibDBL/common.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/dct64_i386.o mpglibDBL/dct64_i386.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/decode_i386.o mpglibDBL/decode_i386.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/interface.o mpglibDBL/interface.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/layer3.o mpglibDBL/layer3.c
# gcc -Wall -O2 -DHAVE_MEMCPY -c -o mpglibDBL/tabinit.o mpglibDBL/tabinit.c
# gcc -o mp3gain mp3gain.o apetag.o id3tag.o gain_analysis.o rg_error.o mpglibDBL/common.o mpglibDBL/dct64_i386.o mpglibDBL/decode_i386.o mpglibDBL/interface.o mpglibDBL/layer3.o mpglibDBL/tabinit.o -lm
# ==> Entering fakeroot environment...
# ==> Starting package()...
# cp -p mp3gain "/tmp/mp3gain/pkg/mp3gain/usr/bin"
# ifeq (linux,beos)
# /bin/sh: -c: line 0: syntax error near unexpected token `linux,beos'
# /bin/sh: -c: line 0: `ifeq (linux,beos)'
# make: *** [Makefile:63: install] Error 1
# ==> ERROR: A failure occurred in package().
# Aborting...