Build of echat with vanilla toolchain

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

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

SLOCLanguage
6,398 ansic
57 makefile
4 sh
6,459 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: echat 0.04beta1-5 (Wed Aug 24 13:07:58 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Making echat 0.04beta1
# Compiling chat_chnl.c
# LIBS = -lcurses
# CFLAGS = -Wall -g -O2
# DEFINES = -DFREEBSD -DCHARSET
# Compiling chat_cmnd.c
# chat_cmnd.c: In function 'cmnd_help':
# chat_cmnd.c:211:29: warning: too many arguments for format [-Wformat-extra-args]
# snprintf(buf, STR_SIZE, "%s %s %s(%s) %s(%s) %s %s(%s) %s(%s) %s ",
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Compiling chat_conf.c
# Compiling chat_cset.c
# Compiling chat_parm.c
# Compiling chat_syst.c
# Compiling chat_user.c
# Compiling curs_strn.c
# curs_strn.c: In function 'read_str':
# curs_strn.c:225:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (status->channels > 1) status->room = &status->chnl[1]; chnl_refresh(); return;
# ^~
# curs_strn.c:225:72: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (status->channels > 1) status->room = &status->chnl[1]; chnl_refresh(); return;
# ^~~~~~~~~~~~
# curs_strn.c:227:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (status->channels > 2) status->room = &status->chnl[2]; chnl_refresh(); return;
# ^~
# curs_strn.c:227:72: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (status->channels > 2) status->room = &status->chnl[2]; chnl_refresh(); return;
# ^~~~~~~~~~~~
# curs_strn.c:229:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# if (status->channels > 3) status->room = &status->chnl[3]; chnl_refresh(); return;
# ^~
# curs_strn.c:229:72: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# if (status->channels > 3) status->room = &status->chnl[3]; chnl_refresh(); return;
# ^~~~~~~~~~~~
# Compiling curs_term.c
# Compiling echat.c
# Compiling pckt_addr.c
# Compiling pckt_comm.c
# Compiling pckt_pmke.c
# Compiling pckt_pprs.c
# Compiling pckt_vmke.c
# Compiling pckt_vprs.c
# Compiling sock_tcp.c
# Compiling sock_udp.c
# sock_udp.c: In function 'sock_recv':
# sock_udp.c:224:98: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign]
# if ((status->packet_len = recvfrom(sfdcl, packet, MSG_SIZE, 0, (struct sockaddr *) sacl, &s)) < 0) {
# ^
# In file included from /usr/include/netinet/in.h:23:0,
# from sock_udp.c:10:
# /usr/include/sys/socket.h:174:16: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *'
# extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
# ^~~~~~~~
# Linking echat
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "echat"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: echat 0.04beta1-5 (Wed Aug 24 13:08:01 UTC 2016)

CMD: pacman --query --file echat-0.04beta1-5-x86_64.pkg.tar.xz
# echat 0.04beta1-5

Creating hybrid package for 'echat'

Trying to find vanilla package 'echat'...

CMD: pacman --query --file /mirror/echat-0.04beta1-5.pkg.tar.xz
# echat 0.04beta1-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/echat
# /usr/share/man/man1/echat.1.gz
# /usr/share/echat/dot.echatrc.sample

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

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

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/echat.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 699

Attempting to access local repository, attempt 2

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