Build of dvd+rw-tools with clang_glibc toolchain

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

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

SLOCLanguage
4,827 cpp
2,840 ansic
43 makefile
28 perl
7,738 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

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: dvd+rw-tools 7.1-7 (Thu Apr 13 16:14:25 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) cdrtools-3.02a06-1
#
# Total Installed Size: 3.67 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 cdrtools...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# patching file ./growisofs_mmc.cpp
# Hunk #1 succeeded at 1640 (offset 228 lines).
# patching file transport.hxx
# patching file transport.hxx
# Hunk #1 succeeded at 124 (offset 8 lines).
# patching file dvd+rw-format.cpp
# Hunk #1 succeeded at 247 (offset 2 lines).
# patching file growisofs.c
# patching file growisofs_mmc.cpp
# Hunk #2 succeeded at 1642 with fuzz 2 (offset -2 lines).
# Hunk #3 succeeded at 2015 (offset -2 lines).
# Hunk #4 succeeded at 2064 (offset -2 lines).
# patching file transport.hxx
# Hunk #1 succeeded at 9 with fuzz 1.
# make[1]: Entering directory '/tmp/dvd+rw-tools/src/dvd+rw-tools-7.1'
# gcc -O2 -D_REENTRANT -c -o growisofs.o growisofs.c
# growisofs.c:2273:8: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# current,progress.final,100.0/ratio,
# ^~~~~~~
# growisofs.c:2273:16: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# current,progress.final,100.0/ratio,
# ^~~~~~~~~~~~~~
# growisofs.c:2287:8: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# current,progress.final,0.0,
# ^~~~~~~
# growisofs.c:2287:16: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# current,progress.final,0.0,
# ^~~~~~~~~~~~~~
# growisofs.c:2399:8: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# (capacity-outoff)/2048,tracksize/2048);
# ^~~~~~~~~~~~~~~~~~~~~~
# growisofs.c:2399:31: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# (capacity-outoff)/2048,tracksize/2048);
# ^~~~~~~~~~~~~~
# growisofs.c:2429:10: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# (capacity-outoff)/2048,
# ^~~~~~~~~~~~~~~~~~~~~~
# growisofs.c:2430:10: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# tracksize/2048);
# ^~~~~~~~~~~~~~
# growisofs.c:2698:6: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# (outoff-startoff)/2048,
# ^~~~~~~~~~~~~~~~~~~~~~
# growisofs.c:3269:20: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# in_device,off),
# ^~~
# growisofs.c:3515:34: warning: format specifies type 'long long' but the argument has type 'long' [-Wformat]
# printf("next_session=%"LLD"\n", next_session*CD_BLOCK);
# ~~ ^~~~~~~~~~~~~~~~~~~~~
# growisofs.c:3518:30: warning: format specifies type 'long long' but the argument has type 'off64_t' (aka 'long') [-Wformat]
# printf("capacity=%"LLD"\n", capacity);
# ~~ ^~~~~~~~
# 12 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT -c -o growisofs_mmc.o growisofs_mmc.cpp
# In file included from growisofs_mmc.cpp:17:
# ./transport.hxx:131:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# int l = wctomb(str,(wchar_t)(unsigned char)'');
# ^
# ./transport.hxx:133:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# else str[0]='',str[1]='\0';
# ^
# 2 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT growisofs.o growisofs_mmc.o -lpthread -o growisofs
# g++ -O2 -fno-exceptions -D_REENTRANT -c -o dvd+rw-format.o dvd+rw-format.cpp
# In file included from dvd+rw-format.cpp:87:
# ./transport.hxx:131:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# int l = wctomb(str,(wchar_t)(unsigned char)'');
# ^
# ./transport.hxx:133:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# else str[0]='',str[1]='\0';
# ^
# 2 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT dvd+rw-format.o -lpthread -o dvd+rw-format
# g++ -O2 -fno-exceptions -D_REENTRANT -c -o dvd+rw-booktype.o dvd+rw-booktype.cpp
# In file included from dvd+rw-booktype.cpp:36:
# ./transport.hxx:131:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# int l = wctomb(str,(wchar_t)(unsigned char)'');
# ^
# ./transport.hxx:133:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# else str[0]='',str[1]='\0';
# ^
# dvd+rw-booktype.cpp:401:55: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
# { fprintf (stderr,":-( action is applicable to DVDRW only\n");
# ^~~~
# dvd+rw-booktype.cpp:762:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
# delete list;
# ^
# []
# dvd+rw-booktype.cpp:739:22: note: allocated with 'new[]' here
# unsigned char *list=new unsigned char[len];
# ^
# 4 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT dvd+rw-booktype.o -lpthread -o dvd+rw-booktype
# g++ -O2 -fno-exceptions -D_REENTRANT -c -o dvd+rw-mediainfo.o dvd+rw-mediainfo.cpp
# In file included from dvd+rw-mediainfo.cpp:12:
# ./transport.hxx:131:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# int l = wctomb(str,(wchar_t)(unsigned char)'');
# ^
# ./transport.hxx:133:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# else str[0]='',str[1]='\0';
# ^
# 2 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT dvd+rw-mediainfo.o -lpthread -o dvd+rw-mediainfo
# g++ -O2 -fno-exceptions -D_REENTRANT -c -o dvd-ram-control.o dvd-ram-control.cpp
# In file included from dvd-ram-control.cpp:1:
# ./transport.hxx:131:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# int l = wctomb(str,(wchar_t)(unsigned char)'');
# ^
# ./transport.hxx:133:20: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
# else str[0]='',str[1]='\0';
# ^
# 2 warnings generated.
# g++ -O2 -fno-exceptions -D_REENTRANT dvd-ram-control.o -lpthread -o dvd-ram-control
# make[1]: Leaving directory '/tmp/dvd+rw-tools/src/dvd+rw-tools-7.1'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "dvd+rw-tools"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: dvd+rw-tools 7.1-7 (Thu Apr 13 16:15:06 UTC 2017)

CMD: pacman --query --file dvd+rw-tools-7.1-7-x86_64.pkg.tar.xz
# dvd+rw-tools 7.1-7

Creating hybrid package for 'dvd+rw-tools'

Trying to find vanilla package 'dvd+rw-tools'...

CMD: pacman --query --file /mirror/dvd+rw-tools-7.1-7.pkg.tar.xz
# dvd+rw-tools 7.1-7

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/growisofs
# /usr/bin/dvd+rw-booktype
# /usr/bin/dvd+rw-format
# /usr/bin/dvd+rw-mediainfo
# /usr/bin/dvd-ram-control
# /usr/share/man/man1/growisofs.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 dvd+rw-tools.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/dvd+rw-tools.pkg.tar.xz

Attempting to access local repository, attempt 1

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