The build took 00h 01m 50s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
2,258 |
makefile |
578 |
ansic |
152 |
sh |
44 |
python |
3,032 |
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: macchanger 1.7.0-2 (Thu Apr 13 15:33:10 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
WARNING: I'm going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Running: aclocal ...
Running: autoheader...
Running: automake -a ...
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/bin/automake line 3936.
configure.ac:11: installing './compile'
configure.ac:3: installing './install-sh'
configure.ac:3: installing './missing'
src/Makefile.am: installing './depcomp'
Running: autoconf...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Now type 'make' to compile macchanger.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for x86_64-unknown-linux-gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating data/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0'
Making all in src
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/src'
CC mac.o
CC maclist.o
CC netinfo.o
CC main.o
CCLD macchanger
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/src'
Making all in data
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/data'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/data'
Making all in doc
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
Updating ./version.texi
MAKEINFO macchanger.info
macchanger.texi:4: warning: undefined flag: VERSION
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0'
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0'
make[1]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0'
==> Entering fakeroot environment...
==> Starting package()...
Making install in src
make[1]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/src'
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/src'
/usr/bin/mkdir -p '/tmp/macchanger/pkg/macchanger/usr/bin'
/usr/bin/install -c macchanger '/tmp/macchanger/pkg/macchanger/usr/bin'
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/src'
make[1]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/src'
Making install in data
make[1]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/data'
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/data'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/macchanger/pkg/macchanger/usr/share/macchanger'
/usr/bin/install -c -m 644 OUI.list wireless.list '/tmp/macchanger/pkg/macchanger/usr/share/macchanger'
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/data'
make[1]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/data'
Making install in doc
make[1]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/macchanger/pkg/macchanger/usr/share/info'
/usr/bin/install -c -m 644 ./macchanger.info '/tmp/macchanger/pkg/macchanger/usr/share/info'
install-info --info-dir='/tmp/macchanger/pkg/macchanger/usr/share/info' '/tmp/macchanger/pkg/macchanger/usr/share/info/macchanger.info'
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
make[1]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0/doc'
make[1]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0'
make[2]: Entering directory '/tmp/macchanger/src/macchanger-1.7.0'
make[2]: Nothing to be done for 'install-exec-am'.
/usr/bin/mkdir -p '/tmp/macchanger/pkg/macchanger/usr/share/man/man1'
/usr/bin/install -c -m 644 macchanger.1 '/tmp/macchanger/pkg/macchanger/usr/share/man/man1'
make[2]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0'
make[1]: Leaving directory '/tmp/macchanger/src/macchanger-1.7.0'
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "macchanger"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: macchanger 1.7.0-2 (Thu Apr 13 15:33:40 UTC 2017)
CMD: pacman --query --file macchanger-1.7.0-2-x86_64.pkg.tar.xz
Creating hybrid package for 'macchanger'
Trying to find vanilla package 'macchanger'...
CMD: pacman --query --file /mirror/macchanger-1.7.0-2.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf macchanger.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/macchanger.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/macchanger.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/macchanger.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/macchanger/src/macchanger-1.7.0/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by macchanger configure 1.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
## --------- ##
## Platform. ##
## --------- ##
hostname = b18b6f767bbe
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1830: checking for a BSD-compatible install
configure:1898: result: /usr/bin/install -c
configure:1909: checking whether build environment is sane
configure:1964: result: yes
configure:2023: checking for x86_64-unknown-linux-strip
configure:2053: result: no
configure:2063: checking for strip
configure:2079: found /usr/bin/strip
configure:2090: result: strip
configure:2115: checking for a thread-safe mkdir -p
configure:2154: result: /usr/bin/mkdir -p
configure:2161: checking for gawk
configure:2177: found /usr/bin/gawk
configure:2188: result: gawk
configure:2199: checking whether make sets $(MAKE)
configure:2221: result: yes
configure:2250: checking whether make supports nested variables
configure:2267: result: yes
configure:2405: checking whether make supports nested variables
configure:2422: result: yes
configure:2447: checking for x86_64-unknown-linux-gcc
configure:2474: result: clang
configure:2743: checking for C compiler version
configure:2752: clang --version >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
configure:2763: $? = 0
configure:2752: clang -v >&5
clang version 3.8.0 (tags/RELEASE_380/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
Candidate multilib: .;@m64
... rest of stderr output deleted ...
configure:2763: $? = 0
configure:2752: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2763: $? = 1
configure:2752: clang -qversion >&5
clang-3.8: error: unknown argument: '-qversion'
clang-3.8: error: no input files
configure:2763: $? = 1
configure:2783: checking whether the C compiler works
configure:2805: clang conftest.c >&5
configure:2809: $? = 0
configure:2857: result: yes
configure:2860: checking for C compiler default output file name
configure:2862: result: a.out
configure:2868: checking for suffix of executables
configure:2875: clang -o conftest conftest.c >&5
configure:2879: $? = 0
configure:2901: result:
configure:2923: checking whether we are cross compiling
configure:2931: clang -o conftest conftest.c >&5
configure:2935: $? = 0
configure:2942: ./conftest
configure:2946: $? = 0
configure:2961: result: no
configure:2966: checking for suffix of object files
configure:2988: clang -c conftest.c >&5
configure:2992: $? = 0
configure:3013: result: o
configure:3017: checking whether we are using the GNU C compiler
configure:3036: clang -c conftest.c >&5
configure:3036: $? = 0
configure:3045: result: yes
configure:3054: checking whether clang accepts -g
configure:3074: clang -c -g conftest.c >&5
configure:3074: $? = 0
configure:3115: result: yes
configure:3132: checking for clang option to accept ISO C89
configure:3195: clang -c conftest.c >&5
configure:3195: $? = 0
configure:3208: result: none needed
configure:3233: checking whether clang understands -c and -o together
configure:3255: clang -c conftest.c -o conftest2.o
configure:3258: $? = 0
configure:3255: clang -c conftest.c -o conftest2.o
configure:3258: $? = 0
configure:3270: result: yes
configure:3298: checking for style of include used by make
configure:3326: result: GNU
configure:3352: checking dependency style of clang
configure:3463: result: gcc3
configure:3589: checking that generated files are newer than configure
configure:3595: result: done
configure:3618: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by macchanger config.status 1.7.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on b18b6f767bbe
config.status:842: creating Makefile
config.status:842: creating src/Makefile
config.status:842: creating data/Makefile
config.status:842: creating doc/Makefile
config.status:842: creating config.h
config.status:1023: config.h is unchanged
config.status:1071: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=clang
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=clang
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AUTOCONF='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/missing autoconf'
AUTOHEADER='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/missing autoheader'
AUTOMAKE='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/missing automake-1.15'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/missing makeinfo'
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT='o'
PACKAGE='macchanger'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='macchanger'
PACKAGE_STRING='macchanger 1.7.0'
PACKAGE_TARNAME='macchanger'
PACKAGE_URL=''
PACKAGE_VERSION='1.7.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.7.0'
ac_ct_CC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='x86_64-unknown-linux'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/share/info'
install_sh='${SHELL} /tmp/macchanger/src/macchanger-1.7.0/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "macchanger"
#define PACKAGE_TARNAME "macchanger"
#define PACKAGE_VERSION "1.7.0"
#define PACKAGE_STRING "macchanger 1.7.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "macchanger"
#define VERSION "1.7.0"
configure: exit 0