Build of buckygen with vanilla toolchain

The build took 00h 00m 58s and was SUCCESSFUL.

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

SLOCLanguage
9,850 ansic
14 makefile
9,864 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: buckygen 1.0-1 (Wed Aug 24 12:05:06 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# rm -f buckygen
# gcc -O4 buckygen.c -o buckygen
# splay.c: In function 'splay_scan':
# buckygen.c:254:19: warning: implicit declaration of function 'outputnode' [-Wimplicit-function-declaration]
# #define ACTION(p) outputnode(p)
# ^
# splay.c:139:6: note: in expansion of macro 'ACTION'
# ACTION(p);
# ^~~~~~
# splay.c: In function 'splay_insert':
# buckygen.c:260:20: warning: implicit declaration of function 'comparenodes' [-Wimplicit-function-declaration]
# #define COMPARE(p) comparenodes(canong, codelength, type, p)
# ^
# splay.c:263:15: note: in expansion of macro 'COMPARE'
# cmp = COMPARE(p);
# ^~~~~~~
# In file included from buckygen.c:272:0:
# splay.c: In function 'splay_delete':
# splay.c:352:20: warning: 'return' with no value, in function returning non-void
# if (p == NULL) return;
# ^~~~~~
# splay.c:113:22: note: declared here
# #define SPLAY_DELETE splay_delete
# ^
# splay.c:347:1: note: in expansion of macro 'SPLAY_DELETE'
# SPLAY_DELETE(SPLAYNODE **to_root, SPLAYNODE *p)
# ^~~~~~~~~~~~
# splay.c:366:2: warning: 'return' with no value, in function returning non-void
# return;
# ^~~~~~
# splay.c:113:22: note: declared here
# #define SPLAY_DELETE splay_delete
# ^
# splay.c:347:1: note: in expansion of macro 'SPLAY_DELETE'
# SPLAY_DELETE(SPLAYNODE **to_root, SPLAYNODE *p)
# ^~~~~~~~~~~~
# splay.c:376:9: warning: 'return' with no value, in function returning non-void
# return;
# ^~~~~~
# splay.c:113:22: note: declared here
# #define SPLAY_DELETE splay_delete
# ^
# splay.c:347:1: note: in expansion of macro 'SPLAY_DELETE'
# SPLAY_DELETE(SPLAYNODE **to_root, SPLAYNODE *p)
# ^~~~~~~~~~~~
# buckygen.c: At top level:
# buckygen.c:943:1: warning: return type defaults to 'int' [-Wimplicit-int]
# outputnode(SPLAYNODE *liste)
# ^~~~~~~~~~
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "buckygen"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: buckygen 1.0-1 (Wed Aug 24 12:05:17 UTC 2016)

CMD: pacman --query --file buckygen-1.0-1-x86_64.pkg.tar.xz
# buckygen 1.0-1

Creating hybrid package for 'buckygen'

Trying to find vanilla package 'buckygen'...

CMD: pacman --query --file /mirror/buckygen-1.0-1.pkg.tar.xz
# buckygen 1.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/buckygen

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf buckygen.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/buckygen.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/buckygen.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/buckygen.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'