The build took 00h 01m 14s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,318 |
ansic |
79 |
makefile |
61 |
sh |
1,458 |
total |
The process tree of the build process is here.
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:
Copied permanent toolchain into container-local sysroot
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/sbin --> /sysroot/sbin
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/etc --> /sysroot/etc
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/var --> /sysroot/var
/toolchain_root/usr --> /sysroot/usr
/toolchain_root/glibc-build --> /sysroot/glibc-build
/toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/usr/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 (Thu Apr 13 15:15:09 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
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:228:1: warning: unused function 'secontextset' [-Wunused-function]
secontextset(const char *program, char *context)
^
14 warnings generated.
clang -o mksock -g -Os -Wall -Wextra -Wuninitialized -DCFGDIR=\"/etc/makedev.d\" -DDEVDIR=\"/dev\" -DVERSION=\"3.23\" mksock.c
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)
^
./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)
^
17 warnings generated.
./genalsa > makedev.d/alsa
./gencciss > makedev.d/cciss
./gendac960 > makedev.d/dac960
./genida > makedev.d/ida
==> 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 MAKEDEV /tmp/makedev/pkg/makedev/usr/bin/MAKEDEV
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
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
install -m755 -d /tmp/makedev/pkg/makedev//usr/bin
install -m755 mksock /tmp/makedev/pkg/makedev//usr/bin/mksock
install -m755 -d /tmp/makedev/pkg/makedev/etc/makedev.d
for conf in 00macros ; do \
install -m644 makedev.d/$conf /tmp/makedev/pkg/makedev/etc/makedev.d/$conf ; \
done
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 (Thu Apr 13 15:15:33 UTC 2017)
CMD: pacman --query --file makedev-3.23_1-2-x86_64.pkg.tar.xz
Creating hybrid package for 'makedev'
Trying to find vanilla package 'makedev'...
CMD: pacman --query --file /mirror/makedev-3.23_1-2.pkg.tar.xz
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
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'
==> WARNING: An entry for 'makedev-3.23_1-2' already existed
-> Computing checksums...
-> Removing existing entry 'makedev-3.23_1-2'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'