The build took 00h 00m 49s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,789 |
ansic |
129 |
makefile |
51 |
sh |
1,969 |
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: floyd 2.0.1-5 (Wed Aug 24 12:15:58 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file floyd.c
patching file voodoo.c
make PDEFS="-DPTHREAD -DPROCTHREAD -D_REENTRANT" pfloyd -kj6
make[1]: warning: -jN forced in submake: disabling jobserver mode.
make[1]: Entering directory '/tmp/floyd/src/floyd-2.0.1'
cc -Wall -O2 -DFLOYD -DBLINKLED=LED_CAP -DPACKETLOAD -DMORSE -DPTHREAD -DPROCTHREAD -D_REENTRANT -c -o floyd.o floyd.c
cc -Wall -O2 -DFLOYD -DBLINKLED=LED_CAP -DPACKETLOAD -DMORSE -DPTHREAD -DPROCTHREAD -D_REENTRANT -c -o packetload.o packetload.c
cc -Wall -O2 -DFLOYD -DBLINKLED=LED_CAP -DPACKETLOAD -DMORSE -DPTHREAD -DPROCTHREAD -D_REENTRANT -c -o led.o led.c
cc -Wall -O2 -DFLOYD -DBLINKLED=LED_CAP -DPACKETLOAD -DMORSE -DPTHREAD -DPROCTHREAD -D_REENTRANT -c -o jobmgr.o jobmgr.c
cc -Wall -O2 -DFLOYD -DBLINKLED=LED_CAP -DPACKETLOAD -DMORSE -DPTHREAD -DPROCTHREAD -D_REENTRANT -c -o voodoo.o voodoo.c
floyd.c: In function 'doarg':
floyd.c:725:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (*(++p)) goto cue; break;
^~
floyd.c:725:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (*(++p)) goto cue; break;
^~~~~
floyd.c:751:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (f <= 0) goto le0err; gfprm.loadavg1 = (float)(f * MSEC1);
^~
floyd.c:751:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (f <= 0) goto le0err; gfprm.loadavg1 = (float)(f * MSEC1);
^~~~~
floyd.c:755:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (f <= 0) goto le0err; gfprm.maxblink = (int)(f * MSEC1);
^~
floyd.c:755:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (f <= 0) goto le0err; gfprm.maxblink = (int)(f * MSEC1);
^~~~~
floyd.c:759:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (f <= 0) goto le0err; gfprm.updatecycle = (int)f;
^~
floyd.c:759:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (f <= 0) goto le0err; gfprm.updatecycle = (int)f;
^~~~~
floyd.c:772:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (f < 0) goto lt0err; gfprm.fixedsleep = (long)(f * MSEC1);
^~
floyd.c:772:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (f < 0) goto lt0err; gfprm.fixedsleep = (long)(f * MSEC1);
^~~~~
floyd.c: At top level:
floyd.c:899:6: warning: return type of 'main' is not 'int' [-Wmain]
void main(int ac, char **av) {
^~~~
cc -o floyd floyd.o packetload.o led.o jobmgr.o voodoo.o -lpthread
make[1]: Leaving directory '/tmp/floyd/src/floyd-2.0.1'
==> Entering fakeroot environment...
==> Starting package()...
make PDEFS="-DPTHREAD -DPROCTHREAD -D_REENTRANT" pfloyd -kj6
rm -f wywh
ln -s floyd wywh
rm -f tfloyd
make[1]: warning: -jN forced in submake: disabling jobserver mode.
ln -s floyd tfloyd
gzip -c floyd.1 >floyd.1.gz
make[1]: Entering directory '/tmp/floyd/src/floyd-2.0.1'
cc -o floyd floyd.o packetload.o led.o jobmgr.o voodoo.o -lpthread
install -c -m 644 floyd.1.gz /tmp/floyd/pkg/floyd/usr/share/man/man1
make[1]: Leaving directory '/tmp/floyd/src/floyd-2.0.1'
install -c -s -m 755 floyd /tmp/floyd/pkg/floyd/usr/bin
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "floyd"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: floyd 2.0.1-5 (Wed Aug 24 12:15:58 UTC 2016)
CMD: pacman --query --file floyd-2.0.1-5-x86_64.pkg.tar.xz
Creating hybrid package for 'floyd'
Trying to find vanilla package 'floyd'...
CMD: pacman --query --file /mirror/floyd-2.0.1-5.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 floyd.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/floyd.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/floyd.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/floyd.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'