Build of makedev with musl toolchain

The build took 00h 01m 28s and was SUCCESSFUL.

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

SLOCLanguage
1,318 ansic
79 makefile
61 sh
1,458 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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: makedev 3.23_1-2 (Tue Apr 4 23:36:02 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# clang -o MAKEDEV -g -Os -Wall -Wextra -Wuninitialized -DCFGDIR=\"/etc/makedev.d\" -DDEVDIR=\"/dev\" -DVERSION=\"3.23\" MAKEDEV.c
# clang -o mksock -g -Os -Wall -Wextra -Wuninitialized -DCFGDIR=\"/etc/makedev.d\" -DDEVDIR=\"/dev\" -DVERSION=\"3.23\" mksock.c
# ./genalsa > makedev.d/alsa
# ./gencciss > makedev.d/cciss
# In file included from mksock.c:31:
# ./sel.h:209:29: warning: unused parameter 'program' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:209:50: warning: unused parameter 'path' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:209:63: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:30: warning: unused parameter 'program' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:51: warning: unused parameter 'path' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:64: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:30: warning: unused parameter 'program' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:51: warning: unused parameter 'path' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:64: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:28: warning: unused parameter 'program' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:49: warning: unused parameter 'path' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:62: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:228:41: warning: unused parameter 'context' [-Wunused-parameter]
# secontextset(const char *program, char *context)
# ^
# In file included from MAKEDEV.c:36:
# ./sel.h:209:29: warning: unused parameter 'program' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:209:50: warning: unused parameter 'path' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:209:63: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:30: warning: unused parameter 'program' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:51: warning: unused parameter 'path' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:64: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:30: warning: unused parameter 'program' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:51: warning: unused parameter 'path' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:64: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:28: warning: unused parameter 'program' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:49: warning: unused parameter 'path' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:62: warning: unused parameter 'mode' [-Wunused-parameter]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:228:41: warning: unused parameter 'context' [-Wunused-parameter]
# secontextset(const char *program, char *context)
# ^
# ./sel.h:209:1: warning: unused function 'secontextverify' [-Wunused-function]
# secontextverify(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:214:1: warning: unused function 'secontextgetflag' [-Wunused-function]
# secontextgetflag(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:219:1: warning: unused function 'secontextgetname' [-Wunused-function]
# secontextgetname(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:224:1: warning: unused function 'secontextsetup' [-Wunused-function]
# secontextsetup(const char *program, const char *path, mode_t mode)
# ^
# ./sel.h:228:1: warning: unused function 'secontextset' [-Wunused-function]
# secontextset(const char *program, char *context)
# ^
# 17 warnings generated.
# ./gendac960 > makedev.d/dac960
# ./genida > makedev.d/ida
# 14 warnings generated.
# ==> Entering fakeroot environment...
# ==> Starting package()...
# install -m755 -d /tmp/makedev/pkg/makedev/usr/bin
# install -m755 -d /tmp/makedev/pkg/makedev//usr/bin
# install -m755 -d /tmp/makedev/pkg/makedev/usr/bin
# install -m755 MAKEDEV /tmp/makedev/pkg/makedev/usr/bin/MAKEDEV
# install -m755 mksock /tmp/makedev/pkg/makedev//usr/bin/mksock
# install -m755 -d /tmp/makedev/pkg/makedev/etc/makedev.d
# if test /usr/bin != /usr/bin ; then \
# topdir="" ; \
# while ! test -r /tmp/makedev/pkg/makedev//usr/bin/${topdir}//usr/bin; do \
# topdir=${topdir}${topdir:+/}.. ; \
# done ; \
# ln -s ${topdir}/usr/bin/MAKEDEV /tmp/makedev/pkg/makedev/usr/bin/ ; \
# fi
# for conf in 00macros ; do \
# install -m644 makedev.d/$conf /tmp/makedev/pkg/makedev/etc/makedev.d/$conf ; \
# done
# install -m755 -d /tmp/makedev/pkg/makedev//usr/share/man/man8
# install -m644 MAKEDEV.m /tmp/makedev/pkg/makedev//usr/share/man/man8/MAKEDEV.8
# for conf in cdrom console ftape generic ia64 ibcs ide ipfilter isdn linux1394 linux-2.6.x mouse qic raid redhat s390 sound std undocumented v4l alsa cciss dac960 ida ; do \
# install -m644 makedev.d/$conf /tmp/makedev/pkg/makedev/etc/makedev.d/01$conf ; \
# done
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "makedev"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: makedev 3.23_1-2 (Tue Apr 4 23:36:12 UTC 2017)

CMD: pacman --query --file makedev-3.23_1-2-x86_64.pkg.tar.xz
# makedev 3.23_1-2

Creating hybrid package for 'makedev'

Trying to find vanilla package 'makedev'...

CMD: pacman --query --file /mirror/makedev-3.23_1-2.pkg.tar.xz
# makedev 3.23_1-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /etc/makedev.d/00macros
# /etc/makedev.d/01cdrom
# /etc/makedev.d/01console
# /etc/makedev.d/01ftape
# /etc/makedev.d/01generic
# /etc/makedev.d/01ia64
# /etc/makedev.d/01ibcs
# /etc/makedev.d/01ide
# /etc/makedev.d/01ipfilter
# /etc/makedev.d/01isdn
# /etc/makedev.d/01linux1394
# /etc/makedev.d/01linux-2.6.x
# /etc/makedev.d/01mouse
# /etc/makedev.d/01qic
# /etc/makedev.d/01raid
# /etc/makedev.d/01redhat
# /etc/makedev.d/01s390
# /etc/makedev.d/01sound
# /etc/makedev.d/01std
# /etc/makedev.d/01undocumented
# /etc/makedev.d/01v4l
# /etc/makedev.d/01alsa
# /etc/makedev.d/01cciss
# /etc/makedev.d/01dac960
# /etc/makedev.d/01ida
# /usr/bin/mksock
# /usr/bin/MAKEDEV
# /usr/share/man/man8/MAKEDEV.8.gz

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO etc usr .MTREE

CMD: xz -c -z

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

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

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

Attempting to access local repository, attempt 1

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