The build took 00h 00m 52s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
20,008 |
ansic |
1,315 |
yacc |
209 |
makefile |
99 |
lisp |
4 |
sed |
21,635 |
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: sc 7.16-6 (Wed Aug 24 13:09:20 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
patching file sc.h
patching file cmds.c
patching file abbrev.c
patching file range.c
patching file vi.c
patching file vmtbl.c
patching file Makefile
patching file color.c
patching file debian/sc.dirs
patching file debian/control
patching file debian/compat
patching file debian/changelog
patching file debian/copyright
patching file debian/rules
patching file debian/sc.docs
patching file debian/sc.install
patching file debian/sc.manpages
patching file frame.c
patching file sc.c
patching file sort.c
patching file xmalloc.c
patching file screen.c
patching file lex.c
patching file interp.c
patching file help.c
gcc -DSYSV3 -O2 -pipe -DDFLT_PAGER=\"less\" -c abbrev.c
gcc -DSYSV3 -O2 -pipe -DDOBACKUPS -c cmds.c
In file included from cmds.c:31:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from cmds.c:23:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
In file included from abbrev.c:24:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from abbrev.c:22:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
cmds.c: In function 'formatcol':
cmds.c:1471:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int]
formatcol(arg)
^~~~~~~~~
cmds.c: In function 'ljustify':
cmds.c:1606:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
ljustify(sr, sc, er, ec)
^~~~~~~~
cmds.c:1606:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1606:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'rjustify':
cmds.c:1635:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
rjustify(sr, sc, er, ec)
^~~~~~~~
cmds.c:1635:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1635:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
cmds.c: In function 'center':
cmds.c:1664:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int]
center(sr, sc, er, ec)
^~~~~~
cmds.c:1664:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int]
cmds.c:1664:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int]
gcc -DSYSV3 -O2 -pipe -c -o color.o color.c
In file included from color.c:23:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from color.c:20:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -DDOBACKUPS -c crypt.c
gcc -DSYSV3 -O2 -pipe -c -o format.o format.c
gcc -DSYSV3 -O2 -pipe -c -o frame.o frame.c
In file included from frame.c:24:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from frame.c:22:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
bison -y -d gram.y
gcc -DSYSV3 -O2 -pipe -c help.c
In file included from help.c:15:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from help.c:13:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -ffloat-store -DSIGVOID \
-DREGCOMP -c interp.c
In file included from interp.c:43:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from interp.c:42:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
mv y.tab.c gram.c
gcc -DSYSV3 -O2 -pipe -c -o pipe.o pipe.c
gcc -DSYSV3 -O2 -pipe -c -o range.o range.c
In file included from pipe.c:12:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from pipe.c:10:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
In file included from range.c:23:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from range.c:22:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -DDFLT_PAGER=\"less\" -DSIGVOID -DSAVENAME=\"SC.SAVE\" -c sc.c
gcc -DSYSV3 -O2 -pipe -DSIGVOID \
-c screen.c
In file included from sc.c:37:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from sc.c:17:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
In file included from screen.c:17:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from screen.c:15:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
sc.c: In function 'main':
sc.c:1310:25: warning: implicit declaration of function 'list_frames' [-Wimplicit-function-declaration]
if (!brokenpipe) list_frames(f);
^~~~~~~~~~~
sc.c:1423:24: warning: implicit declaration of function 'yankrow' [-Wimplicit-function-declaration]
if (rcqual == 'r') yankrow(arg);
^~~~~~~
sc.c:1424:12: warning: implicit declaration of function 'yankcol' [-Wimplicit-function-declaration]
else yankcol(arg);
^~~~~~~
sc.c:1600:8: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration]
ljustify(currow, curcol, currow, curcol);
^~~~~~~~
sc.c:1610:8: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration]
rjustify(currow, curcol, currow, curcol);
^~~~~~~~
sc.c:1620:8: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration]
center(currow, curcol, currow, curcol);
^~~~~~
sc.c:2027:8: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration]
gotonote();
^~~~~~~~
gcc -DSYSV3 -O2 -pipe -c -o sort.o sort.c
In file included from sort.c:24:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from sort.c:23:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -c -o version.o version.c
gcc -DSYSV3 -O2 -pipe -DREGCOMP -DHISTORY_FILE=\"~/.sc_history\" -c vi.c
In file included from vi.c:22:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from vi.c:17:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
vi.c: In function 'write_line':
vi.c:523:35: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration]
case '*': if (nmgetch() == '*') gotonote(); break;
^~~~~~~~
vi.c: In function 'change_case':
vi.c:1129:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int]
change_case(arg)
^~~~~~~~~~~
gcc -DSYSV3 -O2 -pipe -c -o vmtbl.o vmtbl.c
In file included from vmtbl.c:20:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from vmtbl.c:16:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -c -o xmalloc.o xmalloc.c
In file included from xmalloc.c:8:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from xmalloc.c:6:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
rm -f pvmtbl.c
rm -f pxmalloc.c
ln vmtbl.c pvmtbl.c
ln xmalloc.c pxmalloc.c
rm -f qhelp.c
gcc -DSYSV3 -O2 -pipe -DUSELOCALE -c gram.c
ln help.c qhelp.c
gcc -DSYSV3 -O2 -pipe -c -DPSC pvmtbl.c
In file included from gram.y:20:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from gram.y:18:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -c -DPSC pxmalloc.c
gram.y: In function 'yyparse':
gram.y:310:7: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration]
{ ljustify($2.left.vp->row, $2.left.vp->col,
^~~~~~~~
gram.y:317:7: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration]
{ rjustify($2.left.vp->row, $2.left.vp->col,
^~~~~~~~
gram.y:324:7: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration]
{ center($2.left.vp->row, $2.left.vp->col,
^~~~~~
gram.y:619:7: warning: implicit declaration of function 'add_abbr' [-Wimplicit-function-declaration]
| S_ABBREV STRING { add_abbr($2); }
^~~~~~~~
gram.y:817:8: warning: implicit declaration of function 'yankrow' [-Wimplicit-function-declaration]
yankrow(arg);
^~~~~~~
gram.y:847:8: warning: implicit declaration of function 'yankcol' [-Wimplicit-function-declaration]
yankcol(arg);
^~~~~~~
gram.y:960:7: warning: implicit declaration of function 'getframe' [-Wimplicit-function-declaration]
| S_GETFRAME { getframe(macrofd); }
^~~~~~~~
gram.y:962:7: warning: implicit declaration of function 'getrange' [-Wimplicit-function-declaration]
| S_GETRANGE STRING { getrange($2, macrofd); }
^~~~~~~~
gram.y:965:7: warning: implicit declaration of function 'doeval' [-Wimplicit-function-declaration]
| S_EVAL e { doeval($2, NULL, currow, curcol,
^~~~~~
gram.y:972:7: warning: implicit declaration of function 'doseval' [-Wimplicit-function-declaration]
| S_SEVAL e { doseval($2, currow, curcol, macrofd); }
^~~~~~~
gram.y:981:7: warning: implicit declaration of function 'dogetkey' [-Wimplicit-function-declaration]
| S_GETKEY { dogetkey(); }
^~~~~~~~
In file included from pxmalloc.c:8:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from pxmalloc.c:6:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc -DSYSV3 -O2 -pipe -DQREF -DTROFF -DSCNAME=\"SC\" -o scqref qhelp.c
qhelp.c: In function 'main':
qhelp.c:646:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
(void) exit(0);
^~~~
qhelp.c:646:12: warning: incompatible implicit declaration of built-in function 'exit'
qhelp.c:646:12: note: include '' or provide a declaration of 'exit'
gcc -DSYSV3 -O2 -pipe -o psc psc.c pvmtbl.o pxmalloc.o
sed < gram.y > experres.h -f eres.sed
sed < gram.y > statres.h -f sres.sed
gcc -DSYSV3 -O2 -pipe -DLIBDIR=\"/usr/share/doc/sc\" -DSIGVOID \
-c lex.c
In file included from lex.c:39:0:
sc.h:307:0: warning: "is_cleared" redefined
#define is_cleared 0200
In file included from lex.c:33:0:
/usr/include/curses.h:1339:0: note: this is the location of the previous definition
#define is_cleared(win) ((win) ? (win)->_clear : FALSE)
gcc abbrev.o cmds.o color.o crypt.o format.o frame.o gram.o help.o interp.o lex.o pipe.o range.o sc.o screen.o sort.o version.o vi.o vmtbl.o xmalloc.o -lm -lncurses -o sc
name=sc NAME=SC LIBDIR=/usr/share/doc/sc sh torev sc.doc > sc.1
name=sc NAME=SC LIBDIR=/usr/share/doc/sc sh torev psc.doc > psc.1
==> Entering fakeroot environment...
==> Starting package()...
cp sc /tmp/sc/pkg/sc/usr/bin
cp scqref /tmp/sc/pkg/sc/usr/bin
strip /tmp/sc/pkg/sc/usr/bin/scqref
strip /tmp/sc/pkg/sc/usr/bin/sc
cp psc /tmp/sc/pkg/sc/usr/bin
mkdir -p /tmp/sc/pkg/sc/usr/share/doc/sc/plugins
strip /tmp/sc/pkg/sc/usr/bin/psc
cp tutorial.sc /tmp/sc/pkg/sc/usr/share/doc/sc/tutorial.sc
chmod 644 /tmp/sc/pkg/sc/usr/share/doc/sc/tutorial.sc
cp sc.1 /tmp/sc/pkg/sc/usr/share/man/man1/sc.1
cp psc.1 /tmp/sc/pkg/sc/usr/share/man/man1/psc.1
chmod 644 /tmp/sc/pkg/sc/usr/share/man/man1/sc.1
chmod 644 /tmp/sc/pkg/sc/usr/share/man/man1/psc.1
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "sc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: sc 7.16-6 (Wed Aug 24 13:09:27 UTC 2016)
CMD: pacman --query --file sc-7.16-6-x86_64.pkg.tar.xz
Creating hybrid package for 'sc'
Trying to find vanilla package 'sc'...
CMD: pacman --query --file /mirror/arch-install-scripts-17-1.pkg.tar.xz
CMD: pacman --query --file /mirror/perl-parse-recdescent-1.967013-1.pkg.tar.xz
CMD: pacman --query --file /mirror/vulscan-2.0-2.pkg.tar.xz
CMD: pacman --query --file /mirror/sisctrl-0.0.20051202-7.pkg.tar.xz
CMD: pacman --query --file /mirror/enscript-1.6.6-2.pkg.tar.xz
CMD: pacman --query --file /mirror/python-zope-schema-4.4.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/ddrescue-1.21-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scrypt-1.2.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/cscope-15.8.a-3.pkg.tar.xz
CMD: pacman --query --file /mirror/gnome-screenshot-3.20.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/emscripten-1.36.5-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-zope-schema-4.4.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-qscintilla-qt4-common-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-cpblobs-20160523.04c1938-1.pkg.tar.xz
CMD: pacman --query --file /mirror/openscenegraph-3.4.0-2.pkg.tar.xz
CMD: pacman --query --file /mirror/vim-vcscommand-1.99.47-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-greynetic-20160523.980e301-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scite-3.6.6-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-tables-0.5.14.1-2.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-1.4.17-1.pkg.tar.xz
CMD: pacman --query --file /mirror/ruby-rdiscount-2.2.0.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/ghostscript-9.19-1.pkg.tar.xz
CMD: pacman --query --file /mirror/musescore-2.0.3-2.pkg.tar.xz
CMD: pacman --query --file /mirror/psmisc-22.21-3.pkg.tar.xz
CMD: pacman --query --file /mirror/typescript-1.8.10-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-asteroids-20160523.2adf852-1.pkg.tar.xz
CMD: pacman --query --file /mirror/libkscreen4-1.0.5-2.pkg.tar.xz
CMD: pacman --query --file /mirror/scantailor-0.9.12-2.pkg.tar.xz
CMD: pacman --query --file /mirror/libkcompactdisc-16.04.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/schedtool-1.3.0-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-jsonschema-2.5.1-3.pkg.tar.xz
CMD: pacman --query --file /mirror/libretro-scummvm-71580-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kscreen-5.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/xorg-fonts-misc-1.0.3-4.pkg.tar.xz
CMD: pacman --query --file /mirror/openscad-2015.03.03-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python-discid-1.1.0-3.pkg.tar.xz
CMD: pacman --query --file /mirror/schroedinger-1.0.11-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python-qscintilla-qt5-common-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-matrixtrails-20160523.8cebb75-1.pkg.tar.xz
CMD: pacman --query --file /mirror/libxxf86misc-1.0.3-2.pkg.tar.xz
CMD: pacman --query --file /mirror/qscintilla-qt5-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/p3scan-2.3.2-11.pkg.tar.xz
CMD: pacman --query --file /mirror/scummvm-1.8.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-scipy-0.17.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/g2sc-0.2-5.pkg.tar.xz
CMD: pacman --query --file /mirror/scrnsaverproto-1.2.2-2.pkg.tar.xz
CMD: pacman --query --file /mirror/xorg-xlsclients-1.1.3-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-qscintilla-qt5-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-biogenesis-20160523.717fea7-1.pkg.tar.xz
CMD: pacman --query --file /mirror/asciiquarium-1.1-4.pkg.tar.xz
CMD: pacman --query --file /mirror/gst-transcoder-1.8.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-scikit-learn-0.17.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scala-sources-2.11.8-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-hangul-0.4.0-3.pkg.tar.xz
CMD: pacman --query --file /mirror/simplescreenrecorder-0.3.6-4.pkg.tar.xz
CMD: pacman --query --file /mirror/scorched3d-44-9.pkg.tar.xz
CMD: pacman --query --file /mirror/screen-4.4.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-discid-1.1.0-3.pkg.tar.xz
CMD: pacman --query --file /mirror/firefox-noscript-2.9.0.11-1.pkg.tar.xz
CMD: pacman --query --file /mirror/open-iscsi-2.0_873-7.pkg.tar.xz
CMD: pacman --query --file /mirror/libkscreen-5.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-chewing-0.3.5-3.pkg.tar.xz
CMD: pacman --query --file /mirror/transcode-1.1.7-19.pkg.tar.xz
CMD: pacman --query --file /mirror/asciidoc-8.6.9-2.pkg.tar.xz
CMD: pacman --query --file /mirror/libquvi-scripts-0.9.20131130-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python-scikit-learn-0.17.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/kodi-addon-screensaver-pyro-20160523.4810d75-1.pkg.tar.xz
CMD: pacman --query --file /mirror/perl-html-scrubber-0.15-1.pkg.tar.xz
CMD: pacman --query --file /mirror/screenlets-pack-basic-0.1.6-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-foolscap-0.11.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/pcsc-perl-1.4.14-2.pkg.tar.xz
CMD: pacman --query --file /mirror/ndisc6-1.0.3-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scons-2.4.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/dd_rescue-1.99-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-iwscan-20090609-5.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-pinyin-0.5.92-3.pkg.tar.xz
CMD: pacman --query --file /mirror/mate-screensaver-1.12.0-2.pkg.tar.xz
CMD: pacman --query --file /mirror/python-qscintilla-qt4-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/haskell-descriptive-0.9.4-23.pkg.tar.xz
CMD: pacman --query --file /mirror/scala-docs-2.11.8-1.pkg.tar.xz
CMD: pacman --query --file /mirror/iscan-data-1.36.0-3.pkg.tar.xz
CMD: pacman --query --file /mirror/lksctp-tools-1.0.17-1.pkg.tar.xz
CMD: pacman --query --file /mirror/purescript-0.9.1-10.pkg.tar.xz
CMD: pacman --query --file /mirror/python-jsonschema-2.5.1-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python-setuptools-scm-1.11.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/corkscrew-2.0-6.pkg.tar.xz
CMD: pacman --query --file /mirror/scratch-text-editor-2.2.1-2.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-qscintilla-qt4-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/qtscriptgenerator-0.2.0-4.pkg.tar.xz
CMD: pacman --query --file /mirror/gambas3-script-3.8.4-3.pkg.tar.xz
CMD: pacman --query --file /mirror/haskell-graphscc-1.0.4-3.pkg.tar.xz
CMD: pacman --query --file /mirror/pcsclite-1.8.16-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-qscintilla-qt5-2.9.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/texlive-science-2015.38824-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scponly-4.8-9.pkg.tar.xz
CMD: pacman --query --file /mirror/libiscsi-1.17.0-2.pkg.tar.xz
CMD: pacman --query --file /mirror/deepin-screenshot-3.1.9-1.pkg.tar.xz
CMD: pacman --query --file /mirror/qt5-script-5.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/gnome-screensaver-3.6.1-13.pkg.tar.xz
CMD: pacman --query --file /mirror/screenfetch-3.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/screenlets-0.1.6-5.pkg.tar.xz
CMD: pacman --query --file /mirror/qt5-scxml-5.7.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/openvas-scanner-5.0.4-3.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-blosc-1.3.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-m17n-0.2.3-6.pkg.tar.xz
CMD: pacman --query --file /mirror/kdemultimedia-kscd-16.04.2-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-setuptools-scm-1.11.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scim-uim-0.2.0-8.pkg.tar.xz
CMD: pacman --query --file /mirror/inkscape-0.91-18.pkg.tar.xz
CMD: pacman --query --file /mirror/iscan-2.30.1-9.pkg.tar.xz
CMD: pacman --query --file /mirror/python2-testscenarios-0.5.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/ascii-3.15-1.pkg.tar.xz
CMD: pacman --query --file /mirror/python-ndg-httpsclient-0.4.1-1.pkg.tar.xz
CMD: pacman --query --file /mirror/scummvm-tools-1.8.0-1.pkg.tar.xz
CMD: pacman --query --file /mirror/qtscrobbler-0.11-6.pkg.tar.xz
CMD: pacman --query --file /mirror/mate-screensaver-gtk3-1.12.0-2.pkg.tar.xz
CMD: pacman --query --file /mirror/sc-7.16-6.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 sc.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/sc.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sc.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sc.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/sc.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'