Build of python-iwscan with vanilla toolchain

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

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

SLOCLanguage
634 ansic
74 python
49 makefile
757 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: python-iwscan 20090609-5 (Wed Aug 24 13:54:15 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) wireless_tools-30.pre9-1
#
# Total Installed Size: 0.33 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing wireless_tools...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# running build
# running build_ext
# building 'iwscan' extension
# creating build
# creating build/temp.linux-x86_64-2.7
# gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python2.7 -c pyiwscan.c -o build/temp.linux-x86_64-2.7/pyiwscan.o
# pyiwscan.c:665:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# WirelessInterface_len, /* length */
# ^~~~~~~~~~~~~~~~~~~~~
# pyiwscan.c:665:2: note: (near initialization for 'WirelessInterface_mapping_methods.mp_length')
# pyiwscan.c:669:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# WirelessInterface_len, /* sq_length */
# ^~~~~~~~~~~~~~~~~~~~~
# pyiwscan.c:669:2: note: (near initialization for 'WirelessInterface_sequence_methods.sq_length')
# pyiwscan.c:672:2: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# WirelessInterface_seqitem, /* sq_item */
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# pyiwscan.c:672:2: note: (near initialization for 'WirelessInterface_sequence_methods.sq_item')
# pyiwscan.c: In function 'iwscan_enum_devices':
# pyiwscan.c:807:13: error: 'PROC_NET_WIRELESS' undeclared (first use in this function)
# fh = fopen(PROC_NET_WIRELESS, "r");
# ^~~~~~~~~~~~~~~~~
# pyiwscan.c:807:13: note: each undeclared identifier is reported only once for each function it appears in
# error: command 'gcc' failed with exit status 1
# ==> ERROR: A failure occurred in build().
# Aborting...