Build of banner with vanilla toolchain

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

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

SLOCLanguage
2,085 ansic
58 makefile
2,143 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: banner 1.3.2-5 (Wed Aug 24 13:07:09 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (2) shhmsg-1.4.2-1 shhopt-1.1.7-1
#
# Total Installed Size: 0.04 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 shhmsg...
# installing shhopt...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# gcc -I/usr/local/include -MM *.c >depend
# gcc -o banner.o -c -Wall -I/usr/local/include -DVERSION=\"1.3.2\" banner.c
# gcc -o letters.o -c -Wall -I/usr/local/include -DVERSION=\"1.3.2\" letters.c
# banner.c: In function 'bufAddWord':
# banner.c:119:71: warning: pointer targets in passing argument 1 of 'getTextWidth' differ in signedness [-Wpointer-sign]
# addlen = getLetterWidth(' ') + getInterCharWidth() + getTextWidth(s);
# ^
# In file included from banner.c:18:0:
# banner.h:16:6: note: expected 'const char *' but argument is of type 'const unsigned char *'
# int getTextWidth(const char *s);
# ^~~~~~~~~~~~
# banner.c: In function 'bufAddLetters':
# banner.c:144:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# if ((copy = (char *) malloc((strlen(s) + 1) * sizeof(char))) == NULL)
# ^
# In file included from banner.c:13:0:
# /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'const unsigned char *'
# extern size_t strlen (const char *__s)
# ^~~~~~
# banner.c:144:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
# if ((copy = (char *) malloc((strlen(s) + 1) * sizeof(char))) == NULL)
# ^
# banner.c:146:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign]
# strcpy(copy, s);
# ^~~~
# In file included from banner.c:13:0:
# /usr/include/string.h:125:14: note: expected 'char * restrict' but argument is of type 'unsigned char *'
# extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
# ^~~~~~
# banner.c:146:18: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign]
# strcpy(copy, s);
# ^
# In file included from banner.c:13:0:
# /usr/include/string.h:125:14: note: expected 'const char * restrict' but argument is of type 'const unsigned char *'
# extern char *strcpy (char *__restrict __dest, const char *__restrict __src)
# ^~~~~~
# banner.c:163:13: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
# if (strlen(word))
# ^~~~
# In file included from banner.c:13:0:
# /usr/include/string.h:394:15: note: expected 'const char *' but argument is of type 'unsigned char *'
# extern size_t strlen (const char *__s)
# ^~~~~~
# banner.c: In function 'main':
# banner.c:270:20: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
# bufAddLetters(argv[q]);
# ^~~~
# banner.c:139:13: note: expected 'const unsigned char *' but argument is of type 'char *'
# static void bufAddLetters(const unsigned char *s)
# ^~~~~~~~~~~~~
# banner.c:272:17: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
# bufAddLetters(" ");
# ^~~
# banner.c:139:13: note: expected 'const unsigned char *' but argument is of type 'char *'
# static void bufAddLetters(const unsigned char *s)
# ^~~~~~~~~~~~~
# banner.c:279:20: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign]
# bufAddLetters(line);
# ^~~~
# banner.c:139:13: note: expected 'const unsigned char *' but argument is of type 'char *'
# static void bufAddLetters(const unsigned char *s)
# ^~~~~~~~~~~~~
# gcc -o font1.o -c -Wall -I/usr/local/include -DVERSION=\"1.3.2\" font1.c
# gcc -o font2.o -c -Wall -I/usr/local/include -DVERSION=\"1.3.2\" font2.c
# gcc -Wall -I/usr/local/include -DVERSION=\"1.3.2\" -o banner banner.o letters.o font1.o font2.o -s -L/usr/local/lib -lshhmsg -lshhopt
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -d -m 755 /tmp/banner/pkg/banner/usr//bin /tmp/banner/pkg/banner/usr/share/man/man1/
# install -s -m 755 banner /tmp/banner/pkg/banner/usr//bin
# install -m 644 banner.1 /tmp/banner/pkg/banner/usr/share/man/man1/
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "banner"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: banner 1.3.2-5 (Wed Aug 24 13:07:10 UTC 2016)

CMD: pacman --query --file banner-1.3.2-5-x86_64.pkg.tar.xz
# banner 1.3.2-5

Creating hybrid package for 'banner'

Trying to find vanilla package 'banner'...

CMD: pacman --query --file /mirror/sysvbanner-1.0.15-2.pkg.tar.xz
# sysvbanner 1.0.15-2

CMD: pacman --query --file /mirror/banner-1.3.2-5.pkg.tar.xz
# banner 1.3.2-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/banner
# /usr/share/man/man1/banner.1.gz

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 banner.pkg.tar.xz .PKGINFO
# .PKGINFO

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

Attempting to access local repository, attempt 1

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