Build of sslscan with vanilla toolchain

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

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

SLOCLanguage
1,826 ansic
37 makefile
1,863 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: sslscan 1.10.2-3 (Wed Aug 24 13:19:52 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# gcc -o sslscan sslscan.c -lssl -lcrypto
# sslscan.c: In function 'testCipher':
# sslscan.c:1098:56: warning: implicit declaration of function 'SSLv3_client_method' [-Wimplicit-function-declaration]
# if (sslCipherPointer->sslMethod == SSLv3_client_method())
# ^~~~~~~~~~~~~~~~~~~
# sslscan.c:1098:53: warning: comparison between pointer and integer
# if (sslCipherPointer->sslMethod == SSLv3_client_method())
# ^~
# sslscan.c: In function 'defaultCipher':
# sslscan.c:1253:43: warning: comparison between pointer and integer
# if (sslMethod == SSLv3_client_method())
# ^~
# sslscan.c: In function 'testHost':
# sslscan.c:1941:53: warning: passing argument 2 of 'defaultCipher' makes pointer from integer without a cast [-Wint-conversion]
# status = defaultCipher(options, SSLv3_client_method());
# ^~~~~~~~~~~~~~~~~~~
# sslscan.c:1193:5: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
# int defaultCipher(struct sslCheckOptions *options, const const SSL_METHOD *sslMethod)
# ^~~~~~~~~~~~~
# sslscan.c:1960:49: warning: passing argument 2 of 'defaultCipher' makes pointer from integer without a cast [-Wint-conversion]
# status = defaultCipher(options, SSLv3_client_method());
# ^~~~~~~~~~~~~~~~~~~
# sslscan.c:1193:5: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
# int defaultCipher(struct sslCheckOptions *options, const const SSL_METHOD *sslMethod)
# ^~~~~~~~~~~~~
# sslscan.c: In function 'main':
# sslscan.c:2302:50: warning: passing argument 2 of 'populateCipherList' makes pointer from integer without a cast [-Wint-conversion]
# populateCipherList(&options, SSLv3_client_method());
# ^~~~~~~~~~~~~~~~~~~
# sslscan.c:189:5: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
# int populateCipherList(struct sslCheckOptions *options, const SSL_METHOD *sslMethod)
# ^~~~~~~~~~~~~~~~~~
# sslscan.c:2317:50: warning: passing argument 2 of 'populateCipherList' makes pointer from integer without a cast [-Wint-conversion]
# populateCipherList(&options, SSLv3_client_method());
# ^~~~~~~~~~~~~~~~~~~
# sslscan.c:189:5: note: expected 'const SSL_METHOD * {aka const struct ssl_method_st *}' but argument is of type 'int'
# int populateCipherList(struct sslCheckOptions *options, const SSL_METHOD *sslMethod)
# ^~~~~~~~~~~~~~~~~~
# /tmp/ccjVGNj0.o: In function `testCipher':
# sslscan.c:(.text+0x1fcb): undefined reference to `SSLv3_client_method'
# /tmp/ccjVGNj0.o: In function `defaultCipher':
# sslscan.c:(.text+0x24ed): undefined reference to `SSLv3_client_method'
# /tmp/ccjVGNj0.o: In function `testHost':
# sslscan.c:(.text+0x4044): undefined reference to `SSLv3_client_method'
# sslscan.c:(.text+0x40cb): undefined reference to `SSLv3_client_method'
# /tmp/ccjVGNj0.o: In function `main':
# sslscan.c:(.text+0x51b2): undefined reference to `SSLv3_client_method'
# /tmp/ccjVGNj0.o:sslscan.c:(.text+0x5223): more undefined references to `SSLv3_client_method' follow
# collect2: error: ld returned 1 exit status
# make: *** [Makefile:19: all] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...