The build took 00h 00m 28s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
3,611 |
ansic |
156 |
sh |
70 |
makefile |
3,837 |
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: figlet 2.2.5-2 (Wed Aug 24 13:25:32 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o figlet.o figlet.c
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o zipio.o zipio.c
In file included from figlet.c:80:0:
figlet.c: In function 'skiptoeol':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:361:42: note: in expansion of macro 'Zungetc'
if (dummy != EOF && dummy != '\n') Zungetc(dummy,fp);
^~~~~~~
figlet.c: In function 'myfgets':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:391:34: note: in expansion of macro 'Zungetc'
if (c != EOF && c != '\n') Zungetc(c,fp);
^~~~~~~
figlet.c: In function 'skipws':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:501:3: note: in expansion of macro 'Zungetc'
Zungetc(c,fp);
^~~~~~~
figlet.c: In function 'readnum':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:529:5: note: in expansion of macro 'Zungetc'
Zungetc(c,fp);
^~~~~~~
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:539:8: note: in expansion of macro 'Zungetc'
Zungetc(c,fp);
^~~~~~~
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:544:5: note: in expansion of macro 'Zungetc'
Zungetc(c,fp);
^~~~~~~
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:551:7: note: in expansion of macro 'Zungetc'
Zungetc(c,fp);
^~~~~~~
figlet.c: In function 'readTchar':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:579:5: note: in expansion of macro 'Zungetc'
Zungetc(thechar,fp);
^~~~~~~
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:603:9: note: in expansion of macro 'Zungetc'
Zungetc(next,fp);
^~~~~~~
figlet.c: In function 'charsetname':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:628:5: note: in expansion of macro 'Zungetc'
Zungetc(result,fp);
^~~~~~~
figlet.c: In function 'charset':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:680:3: note: in expansion of macro 'Zungetc'
Zungetc(ch, controlfile);
^~~~~~~
figlet.c: In function 'readcontrol':
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:769:11: note: in expansion of macro 'Zungetc'
Zungetc(dashcheck,controlfile);
^~~~~~~
zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value]
((f)->ptr--, (f)->len++, (c))
~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
figlet.c:787:9: note: in expansion of macro 'Zungetc'
Zungetc(command,controlfile);
^~~~~~~
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o crc.o crc.c
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o inflate.o inflate.c
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o utf8.o utf8.c
gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \
-DDEFAULTFONTFILE=\"standard\" -o chkfont.o chkfont.c
gcc -o figlet figlet.o zipio.o crc.o inflate.o utf8.o
gcc -o chkfont chkfont.o
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p /tmp/figlet/pkg/figlet/usr/bin
mkdir -p /tmp/figlet/pkg/figlet/usr/share/man/man6
mkdir -p /tmp/figlet/pkg/figlet/usr/share/figlet/fonts
cp figlet chkfont figlist showfigfonts /tmp/figlet/pkg/figlet/usr/bin
cp figlet.6 chkfont.6 figlist.6 showfigfonts.6 /tmp/figlet/pkg/figlet/usr/share/man/man6
cp fonts/*.flf /tmp/figlet/pkg/figlet/usr/share/figlet/fonts
cp fonts/*.flc /tmp/figlet/pkg/figlet/usr/share/figlet/fonts
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "figlet"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: figlet 2.2.5-2 (Wed Aug 24 13:25:34 UTC 2016)
CMD: pacman --query --file figlet-2.2.5-2-x86_64.pkg.tar.xz
Creating hybrid package for 'figlet'
Trying to find vanilla package 'figlet'...
CMD: pacman --query --file /mirror/figlet-2.2.5-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/bin/chkfont
/usr/bin/figlet
/usr/bin/figlist
/usr/bin/showfigfonts
/usr/share/licenses/figlet/LICENSE
/usr/share/figlet/fonts/frango.flc
/usr/share/figlet/fonts/lean.flf
/usr/share/figlet/fonts/646-yu.flc
/usr/share/figlet/fonts/hz.flc
/usr/share/figlet/fonts/term.flf
/usr/share/figlet/fonts/block.flf
/usr/share/figlet/fonts/646-no.flc
/usr/share/figlet/fonts/646-dk.flc
/usr/share/figlet/fonts/646-irv.flc
/usr/share/figlet/fonts/646-kr.flc
/usr/share/figlet/fonts/646-it.flc
/usr/share/figlet/fonts/mini.flf
/usr/share/figlet/fonts/646-cn.flc
/usr/share/figlet/fonts/utf8.flc
/usr/share/figlet/fonts/8859-8.flc
/usr/share/figlet/fonts/646-se2.flc
/usr/share/figlet/fonts/646-es2.flc
/usr/share/figlet/fonts/ushebrew.flc
/usr/share/figlet/fonts/8859-3.flc
/usr/share/figlet/fonts/8859-5.flc
/usr/share/figlet/fonts/smshadow.flf
/usr/share/figlet/fonts/ivrit.flf
/usr/share/figlet/fonts/bubble.flf
/usr/share/figlet/fonts/646-no2.flc
/usr/share/figlet/fonts/646-pt.flc
/usr/share/figlet/fonts/646-pt2.flc
/usr/share/figlet/fonts/646-se.flc
/usr/share/figlet/fonts/646-jp.flc
/usr/share/figlet/fonts/koi8r.flc
/usr/share/figlet/fonts/jis0201.flc
/usr/share/figlet/fonts/script.flf
/usr/share/figlet/fonts/646-gb.flc
/usr/share/figlet/fonts/standard.flf
/usr/share/figlet/fonts/big.flf
/usr/share/figlet/fonts/shadow.flf
/usr/share/figlet/fonts/8859-7.flc
/usr/share/figlet/fonts/646-ca.flc
/usr/share/figlet/fonts/banner.flf
/usr/share/figlet/fonts/smslant.flf
/usr/share/figlet/fonts/646-fr.flc
/usr/share/figlet/fonts/8859-9.flc
/usr/share/figlet/fonts/646-cu.flc
/usr/share/figlet/fonts/slant.flf
/usr/share/figlet/fonts/646-es.flc
/usr/share/figlet/fonts/small.flf
/usr/share/figlet/fonts/646-hu.flc
/usr/share/figlet/fonts/uskata.flc
/usr/share/figlet/fonts/8859-4.flc
/usr/share/figlet/fonts/mnemonic.flf
/usr/share/figlet/fonts/digital.flf
/usr/share/figlet/fonts/upper.flc
/usr/share/figlet/fonts/646-de.flc
/usr/share/figlet/fonts/moscow.flc
/usr/share/figlet/fonts/8859-2.flc
/usr/share/figlet/fonts/ilhebrew.flc
/usr/share/figlet/fonts/smscript.flf
/usr/share/figlet/fonts/646-ca2.flc
/usr/share/man/man6/chkfont.6.gz
/usr/share/man/man6/figlist.6.gz
/usr/share/man/man6/showfigfonts.6.gz
/usr/share/man/man6/figlet.6.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 figlet.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/figlet.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/figlet.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/figlet.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'