The build took 00h 00m 38s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
7,384 |
cpp |
7,349 |
ansic |
284 |
makefile |
15,017 |
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: rubiks 20070912-2 (Wed Aug 24 13:05:15 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
for dir in dietz/cu2 dietz/mcube dietz/solver dik reid; do \
(cd ${dir} && make all)\
done
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/rubiks/src/rubiks-20070912/dietz/cu2'
g++ -O2 -c cu2.cpp
g++ -O2 -c main.cpp
g++ -o cu2 cu2.o main.o
make[1]: Leaving directory '/tmp/rubiks/src/rubiks-20070912/dietz/cu2'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/rubiks/src/rubiks-20070912/dietz/mcube'
g++ -O2 -c mcube.cpp
g++ -O2 -c main.cpp
g++ -o mcube mcube.o main.o
make[1]: Leaving directory '/tmp/rubiks/src/rubiks-20070912/dietz/mcube'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/rubiks/src/rubiks-20070912/dietz/solver'
g++ -O2 -c cubex.cpp
g++ -O2 -c main.cpp
g++ -o cubex cubex.o main.o
make[1]: Leaving directory '/tmp/rubiks/src/rubiks-20070912/dietz/solver'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/rubiks/src/rubiks-20070912/dik'
cc -O -DLARGE_MEM -DVERBOSE -c -o cube.o cube.c
cube.c:9:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
cube.c: In function 'main':
cube.c:20:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
cube.c:20:2: warning: incompatible implicit declaration of built-in function 'exit'
cube.c:20:2: note: include '' or provide a declaration of 'exit'
cube.c:23:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-t")) {
^~~~~~
cube.c:42:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
cube.c:42:2: note: include '' or provide a declaration of 'exit'
cube.c:51:5: warning: implicit declaration of function 'init_phase1' [-Wimplicit-function-declaration]
init_phase1();
^~~~~~~~~~~
cube.c:53:5: warning: implicit declaration of function 'init_phase2' [-Wimplicit-function-declaration]
init_phase2();
^~~~~~~~~~~
cube.c:64:2: warning: implicit declaration of function 'set_cube' [-Wimplicit-function-declaration]
set_cube();
^~~~~~~~
cube.c:68:17: warning: implicit declaration of function 'init_phase1_cube' [-Wimplicit-function-declaration]
do_phase1 = init_phase1_cube();
^~~~~~~~~~~~~~~~
cube.c:75:6: warning: implicit declaration of function 'phase1' [-Wimplicit-function-declaration]
phase1(i++);
^~~~~~
cube.c:81:2: warning: implicit declaration of function 'perm_cube' [-Wimplicit-function-declaration]
perm_cube();
^~~~~~~~~
cube.c:82:14: warning: implicit declaration of function 'init_phase2_cube' [-Wimplicit-function-declaration]
do_phase2 = init_phase2_cube();
^~~~~~~~~~~~~~~~
cube.c:90:3: warning: implicit declaration of function 'phase2' [-Wimplicit-function-declaration]
phase2(i++, -1, -1);
^~~~~~
cube.c:99:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
cube.c:99:5: note: include '' or provide a declaration of 'exit'
cube.c: In function 'read_position':
cube.c:188:6: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
cube.c:188:6: note: include '' or provide a declaration of 'exit'
cube.c:195:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
cube.c:195:2: note: include '' or provide a declaration of 'exit'
cube.c:200:6: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
cube.c:200:6: note: include '' or provide a declaration of 'exit'
cube.c: In function 'read_cube':
cube.c:275:6: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
cube.c:275:6: note: include '' or provide a declaration of 'exit'
cube.c:286:6: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
cube.c:286:6: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -c -o phase1.o phase1.c
phase1.c: In function 'init_phase1_cube':
phase1.c:55:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
phase1.c:55:2: warning: incompatible implicit declaration of built-in function 'exit'
phase1.c:55:2: note: include '' or provide a declaration of 'exit'
phase1.c:74:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
phase1.c:74:2: note: include '' or provide a declaration of 'exit'
phase1.c:103:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
phase1.c:103:3: note: include '' or provide a declaration of 'exit'
phase1.c:114:3: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
phase1.c:114:3: note: include '' or provide a declaration of 'exit'
phase1.c:123:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
phase1.c:123:2: note: include '' or provide a declaration of 'exit'
phase1.c: In function 'do_phase1':
phase1.c:190:2: warning: implicit declaration of function 'perm_cube' [-Wimplicit-function-declaration]
perm_cube();
^~~~~~~~~
phase1.c:191:14: warning: implicit declaration of function 'init_phase2_cube' [-Wimplicit-function-declaration]
do_phase2 = init_phase2_cube();
^~~~~~~~~~~~~~~~
phase1.c:198:3: warning: implicit declaration of function 'phase2' [-Wimplicit-function-declaration]
phase2(i++ - cur_move, dont1, dont2);
^~~~~~
phase1.c:204:6: warning: implicit declaration of function 'prnt_sol' [-Wimplicit-function-declaration]
prnt_sol();
^~~~~~~~
phase1.c:240:9: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
if(abs(dont1 - i) == 3) {
^~~
cc -O -DLARGE_MEM -DVERBOSE -c -o phase2.o phase2.c
phase2.c: In function 'do_phase2':
phase2.c:107:2: warning: implicit declaration of function 'prnt_sol' [-Wimplicit-function-declaration]
prnt_sol();
^~~~~~~~
phase2.c:140:9: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
if(abs(i - dont1) == 3) {
^~~
cc -O -DLARGE_MEM -DVERBOSE -c -o setcube.o setcube.c
setcube.c:27:8: warning: type defaults to 'int' in declaration of 'cube_found' [-Wimplicit-int]
static cube_found, orient_found;
^~~~~~~~~~
setcube.c:27:20: warning: type defaults to 'int' in declaration of 'orient_found' [-Wimplicit-int]
static cube_found, orient_found;
^~~~~~~~~~~~
setcube.c: In function 'find_corner':
setcube.c:36:10: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
if(!strncmp(corners[i][j], c, 3)) {
^~~~~~~
setcube.c:44:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
setcube.c:44:5: warning: incompatible implicit declaration of built-in function 'exit'
setcube.c:44:5: note: include '' or provide a declaration of 'exit'
setcube.c: In function 'find_edge':
setcube.c:62:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
setcube.c:62:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -c -o permcube.o permcube.c
permcube.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
perm_cube()
^~~~~~~~~
cc -O -DLARGE_MEM -DVERBOSE -c -o prntsol.o prntsol.c
prntsol.c:5:1: warning: return type defaults to 'int' [-Wimplicit-int]
prnt_sol()
^~~~~~~~
cc -O -DLARGE_MEM -DVERBOSE -c -o globals.o globals.c
cc -O -DLARGE_MEM -DVERBOSE -o dikcube cube.o phase1.o phase2.o setcube.o permcube.o prntsol.o globals.o
size dikcube
text data bss dec hex filename
26294 776 9630488 9657558 935cd6 dikcube
cc -O -DLARGE_MEM -DVERBOSE -c -o size222.o size222.c
size222.c:20:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
size222.c:32:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
size222.c:67:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
size222.c:96:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
size222.c: In function 'main':
size222.c:107:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
size222.c:107:2: warning: incompatible implicit declaration of built-in function 'exit'
size222.c:107:2: note: include '' or provide a declaration of 'exit'
size222.c:110:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-q")) {
^~~~~~
size222.c:126:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
size222.c:126:2: note: include '' or provide a declaration of 'exit'
size222.c:183:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
size222.c:183:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o size222 size222.o
size size222
text data bss dec hex filename
5136 608 1871792 1877536 1ca620 size222
cc -O -DLARGE_MEM -DVERBOSE -DCTWIST -c size333c.c
size333c.c:41:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
size333c.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
size333c.c:125:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
size333c.c:154:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
size333c.c: In function 'main':
size333c.c:165:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
size333c.c:165:2: warning: incompatible implicit declaration of built-in function 'exit'
size333c.c:165:2: note: include '' or provide a declaration of 'exit'
size333c.c:168:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-q")) {
^~~~~~
size333c.c:184:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
size333c.c:184:2: note: include '' or provide a declaration of 'exit'
size333c.c:274:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
size333c.c:274:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o size333c size333c.o
size size333c
text data bss dec hex filename
11477 608 5227264 5239349 4ff235 size333c
cc -O -DLARGE_MEM -DVERBOSE -c -o sizesquare.o sizesquare.c
In file included from sizesquare.c:6:0:
trans/cperm2.a: In function 'permcx_val':
trans/cperm2.a:21:12: warning: type of 'p8' defaults to 'int' [-Wimplicit-int]
static int permcx_val(p0,p1,p2,p3,p4,p5,p6,p7,p8)
^~~~~~~~~~
sizesquare.c: At top level:
sizesquare.c:19:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
sizesquare.c:31:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
sizesquare.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
sizesquare.c:88:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
sizesquare.c: In function 'main':
sizesquare.c:98:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
sizesquare.c:98:2: warning: incompatible implicit declaration of built-in function 'exit'
sizesquare.c:98:2: note: include '' or provide a declaration of 'exit'
sizesquare.c:101:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-m")) {
^~~~~~
sizesquare.c:112:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
sizesquare.c:112:2: note: include '' or provide a declaration of 'exit'
sizesquare.c:163:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
sizesquare.c:163:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o sizesquare sizesquare.o
size sizesquare
text data bss dec hex filename
5483 608 4154208 4160299 3f7b2b sizesquare
cc -O -DLARGE_MEM -DVERBOSE -DCCPERM -DIPERM -c sizedom.c
sizedom.c:42:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
sizedom.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
sizedom.c:178:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
sizedom.c:276:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
sizedom.c: In function 'main':
sizedom.c:288:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
sizedom.c:288:2: warning: incompatible implicit declaration of built-in function 'exit'
sizedom.c:288:2: note: include '' or provide a declaration of 'exit'
sizedom.c:291:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-q")) {
^~~~~~
sizedom.c:322:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
sizedom.c:322:2: note: include '' or provide a declaration of 'exit'
sizedom.c:414:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
sizedom.c:414:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o sizedom sizedom.o
size sizedom
text data bss dec hex filename
15932 616 38792992 38809540 2502fc4 sizedom
cc -O -DLARGE_MEM -DVERBOSE -c -o sizekoc1.o sizekoc1.c
sizekoc1.c:31:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
sizekoc1.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
sizekoc1.c:94:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
sizekoc1.c:123:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
sizekoc1.c: In function 'main':
sizekoc1.c:134:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
sizekoc1.c:134:2: warning: incompatible implicit declaration of built-in function 'exit'
sizekoc1.c:134:2: note: include '' or provide a declaration of 'exit'
sizekoc1.c:137:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-q")) {
^~~~~~
sizekoc1.c:153:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
sizekoc1.c:153:2: note: include '' or provide a declaration of 'exit'
sizekoc1.c:230:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
sizekoc1.c:230:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o sizekoc1 sizekoc1.o
size sizekoc1
text data bss dec hex filename
13773 608 164358816 164373197 9cc22cd sizekoc1
cc -O -DLARGE_MEM -DVERBOSE -DCCPERM -DIPERM -c sizekoc2.c
sizekoc2.c:31:1: warning: return type defaults to 'int' [-Wimplicit-int]
do_pr(turns, count)
^~~~~
sizekoc2.c:43:1: warning: return type defaults to 'int' [-Wimplicit-int]
try_one(num, count)
^~~~~~~
sizekoc2.c:131:1: warning: return type defaults to 'int' [-Wimplicit-int]
try(count)
^~~
sizekoc2.c:160:1: warning: return type defaults to 'int' [-Wimplicit-int]
main(argc, argv)
^~~~
sizekoc2.c: In function 'main':
sizekoc2.c:171:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
exit(1);
^~~~
sizekoc2.c:171:2: warning: incompatible implicit declaration of built-in function 'exit'
sizekoc2.c:171:2: note: include '' or provide a declaration of 'exit'
sizekoc2.c:174:6: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
if(!strcmp(argv[1], "-q")) {
^~~~~~
sizekoc2.c:190:2: warning: incompatible implicit declaration of built-in function 'exit'
exit(1);
^~~~
sizekoc2.c:190:2: note: include '' or provide a declaration of 'exit'
sizekoc2.c:267:5: warning: incompatible implicit declaration of built-in function 'exit'
exit(0);
^~~~
sizekoc2.c:267:5: note: include '' or provide a declaration of 'exit'
cc -O -DLARGE_MEM -DVERBOSE -o sizekoc2 sizekoc2.o
size sizekoc2
text data bss dec hex filename
18059 608 814067840 814086507 3085f96b sizekoc2
make[1]: Leaving directory '/tmp/rubiks/src/rubiks-20070912/dik'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
make[1]: Entering directory '/tmp/rubiks/src/rubiks-20070912/reid'
cc -O2 -g optimal.c -o optimal
cc -O2 -g twist.c -o twist
make[1]: Leaving directory '/tmp/rubiks/src/rubiks-20070912/reid'
mkdir -p /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install reid/optimal /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install dietz/solver/cubex /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install dietz/mcube/mcube /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install dietz/cu2/cu2 /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install dik/dikcube /tmp/rubiks/pkg/rubiks/usr/bin
/usr/bin/install dik/size222 /tmp/rubiks/pkg/rubiks/usr/bin
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "rubiks"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: rubiks 20070912-2 (Wed Aug 24 13:05:29 UTC 2016)
CMD: pacman --query --file rubiks-20070912-2-x86_64.pkg.tar.xz
Creating hybrid package for 'rubiks'
Trying to find vanilla package 'rubiks'...
CMD: pacman --query --file /mirror/rubiks-20070912-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 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 rubiks.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/rubiks.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/rubiks.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/rubiks.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'