Build of perl-dbd-sybase with clang_glibc toolchain

The build took 00h 01m 15s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,842 ansic
2,147 perl
727 makefile
9,716 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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: perl-dbd-sybase 1.15-5 (Thu Apr 13 20:49:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (3) unixodbc-2.3.4-1 freetds-1.00-1 perl-dbi-1.636-2
#
# Total Installed Size: 22.99 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing perl-dbi...
# installing unixodbc...
# installing freetds...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# Unknown Client Library version - assuming FreeTDS.
#
# By default DBD::Sybase 1.05 and later use the 'CHAINED' mode (where available)
# when 'AutoCommit' is turned off. Versions 1.04 and older instead managed
# the transactions explicitly with a 'BEGIN TRAN' before the first DML
# statement. Using the 'CHAINED' mode is preferable as it is the way that
# Sybase implements AutoCommit handling for both its ODBC and JDBC drivers.
#
# Use 'CHAINED' mode by default (Y/N) [Y]:
# Running in threaded mode - looking for _r libraries...
#
# ***NOTE***
# There is an incompatibility between perl (5.8.x or later) built in threaded
# mode and Sybase's threaded libraries, which means that signals delivered to
# the perl process result in a segment violation.
#
# I suggest building DBD::Sybase with the normal libraries in this case to get
# reasonable behavior for signal handling.
#
# Use the threaded (lib..._r) libraries [N]:
# OK - I'll use the normal libs
#
# Running in 64bit mode - looking for '64' libraries...
# BLK api available - found: blkid
# The DBD::Sybase module need access to a Sybase server to run the tests.
# To clear an entry please enter 'undef'
# Sybase server to use (default: SYBASE): User ID to log in to Sybase (default: sa): Password (default: undef): Sybase database to use on SYBASE (default: undef):
# * Writing login information, including password, to file PWD.
#
# Checking if your kit is complete...
# Looks good
# Warning (mostly harmless): No library found for -lcs
# Warning (mostly harmless): No library found for -lsybtcl
# Warning (mostly harmless): No library found for -lcomn
# Warning (mostly harmless): No library found for -lintl
# Warning (mostly harmless): No library found for -lblk
# Using DBI 1.636 (for perl 5.024000 on x86_64-linux-thread-multi) installed in /usr/lib/perl5/vendor_perl/auto/DBI/
# Generating a Unix-style Makefile
# Writing Makefile for DBD::Sybase
# Writing MYMETA.yml and MYMETA.json
# cp Sybase.pm blib/lib/DBD/Sybase.pm
# cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod
# Running Mkbootstrap for DBD::Sybase ()
# chmod 644 "Sybase.bs"
# "/usr/bin/perl" -p -e "s/~DRIVER~/Sybase/g" /usr/lib/perl5/vendor_perl/auto/DBI/Driver.xst > Sybase.xsi
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" Sybase.xs > Sybase.xsc && mv Sybase.xsc Sybase.c
# cc -c -I/usr/include -DSYB_LP64 -I/usr/lib/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Sybase.c
# Sybase.xs:83:32: warning: implicit declaration of function 'syb_ping' is invalid in C99 [-Wimplicit-function-declaration]
# ST(0) = sv_2mortal(newSViv(syb_ping(dbh, imp_dbh)));
# ^
# Sybase.xs:95:13: warning: implicit declaration of function 'syb_st_cancel' is invalid in C99 [-Wimplicit-function-declaration]
# ST(0) = syb_st_cancel(sth, imp_sth) ? &PL_sv_yes : &PL_sv_no;
# ^
# 2 warnings generated.
# cc -c -I/usr/include -DSYB_LP64 -I/usr/lib/perl5/vendor_perl/auto/DBI -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" dbdimp.c
# dbdimp.c:228:4: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:63:24: note: expanded from macro 'CS_LAYER'
# #define CS_LAYER(x) (((x) >> 24) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:228:33: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:64:24: note: expanded from macro 'CS_ORIGIN'
# #define CS_ORIGIN(x) (((x) >> 16) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:230:4: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:65:24: note: expanded from macro 'CS_SEVERITY'
# #define CS_SEVERITY(x) (((x) >> 8) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:230:36: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:66:24: note: expanded from macro 'CS_NUMBER'
# #define CS_NUMBER(x) ((x) & 0xFF)
# ^~~~~~~~~~~~
# dbdimp.c:316:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:63:24: note: expanded from macro 'CS_LAYER'
# #define CS_LAYER(x) (((x) >> 24) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:316:34: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:64:24: note: expanded from macro 'CS_ORIGIN'
# #define CS_ORIGIN(x) (((x) >> 16) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:319:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:65:24: note: expanded from macro 'CS_SEVERITY'
# #define CS_SEVERITY(x) (((x) >> 8) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:319:37: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:66:24: note: expanded from macro 'CS_NUMBER'
# #define CS_NUMBER(x) ((x) & 0xFF)
# ^~~~~~~~~~~~
# dbdimp.c:372:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:63:24: note: expanded from macro 'CS_LAYER'
# #define CS_LAYER(x) (((x) >> 24) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:372:34: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_LAYER(errmsg->msgnumber), CS_ORIGIN(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:64:24: note: expanded from macro 'CS_ORIGIN'
# #define CS_ORIGIN(x) (((x) >> 16) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:374:5: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:65:24: note: expanded from macro 'CS_SEVERITY'
# #define CS_SEVERITY(x) (((x) >> 8) & 0xFF)
# ^~~~~~~~~~~~~~~~~~~~
# dbdimp.c:374:37: warning: format specifies type 'long' but the argument has type 'int' [-Wformat]
# CS_SEVERITY(errmsg->msgnumber), CS_NUMBER(errmsg->msgnumber));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/cspublic.h:66:24: note: expanded from macro 'CS_NUMBER'
# #define CS_NUMBER(x) ((x) & 0xFF)
# ^~~~~~~~~~~~
# dbdimp.c:404:6: warning: format specifies type 'long' but the argument has type 'CS_MSGNUM' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~~
# dbdimp.c:404:25: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~
# dbdimp.c:406:6: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~~
# dbdimp.c:406:21: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~
# dbdimp.c:425:14: warning: comparison of array 'srvmsg->text' not equal to a null pointer is always true [-Wtautological-pointer-compare]
# if(srvmsg->text != NULL && (c = strchr( srvmsg->text, '\'' )) != NULL)
# ~~~~~~~~^~~~ ~~~~
# dbdimp.c:540:5: warning: format specifies type 'long' but the argument has type 'CS_MSGNUM' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~~
# dbdimp.c:540:24: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~
# dbdimp.c:543:5: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~~
# dbdimp.c:543:20: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~
# dbdimp.c:580:6: warning: format specifies type 'long' but the argument has type 'CS_MSGNUM' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~~
# dbdimp.c:580:25: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->msgnumber, srvmsg->severity);
# ^~~~~~~~~~~~~~~~
# dbdimp.c:582:6: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~~
# dbdimp.c:582:21: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# srvmsg->state, srvmsg->line);
# ^~~~~~~~~~~~
# dbdimp.c:1902:5: warning: format specifies type 'int' but the argument has type 'CS_BLKDESC *' (aka 'struct _cs_blkdesc *') [-Wformat]
# imp_sth->bcp_desc, type, imp_sth->numRows, ret);
# ^~~~~~~~~~~~~~~~~
# dbdimp.c:2045:38: warning: format specifies type 'unsigned int' but the argument has type 'imp_dbh_t *' (aka 'struct imp_dbh_st *') [-Wformat]
# sprintf(imp_dbh->tranName, "DBI%x", imp_dbh);
# ~~ ^~~~~~~
# dbdimp.c:2084:33: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
# if (imp_dbh->disconnectInChild = 0 && imp_dbh->pid != getpid()) {
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# dbdimp.c:2084:33: note: place parentheses around the assignment to silence this warning
# if (imp_dbh->disconnectInChild = 0 && imp_dbh->pid != getpid()) {
# ^
# ( )
# dbdimp.c:2084:33: note: use '==' to turn this assignment into an equality comparison
# if (imp_dbh->disconnectInChild = 0 && imp_dbh->pid != getpid()) {
# ^
# ==
# dbdimp.c:2609:5: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat]
# cmd, connection);
# ^~~
# dbdimp.c:2609:10: warning: format specifies type 'unsigned int' but the argument has type 'CS_CONNECTION *' (aka 'struct _cs_connection *') [-Wformat]
# cmd, connection);
# ^~~~~~~~~~
# dbdimp.c:3487:23: warning: '&&' within '||' [-Wlogical-op-parentheses]
# if (DBIS->debug >= 3 && retcode != CS_SUCCEED || reslen == CS_UNUSED)
# ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ~~
# dbdimp.c:3487:23: note: place parentheses around the '&&' expression to silence this warning
# if (DBIS->debug >= 3 && retcode != CS_SUCCEED || reslen == CS_UNUSED)
# ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
# dbdimp.c:3812:7: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat]
# imp_sth->cmd, imp_sth->statement, imp_sth);
# ^~~~~~~~~~~~
# dbdimp.c:3812:41: warning: format specifies type 'unsigned int' but the argument has type 'imp_sth_t *' (aka 'struct imp_sth_st *') [-Wformat]
# imp_sth->cmd, imp_sth->statement, imp_sth);
# ^~~~~~~
# dbdimp.c:4123:11: warning: initializing 'U8 *' (aka 'unsigned char *') with an expression of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign]
# U8 *value = SvPV_nolen(sv);
# ^ ~~~~~~~~~~~~~~
# dbdimp.c:4436:46: warning: format specifies type 'unsigned int' but the argument has type 'imp_sth_t *' (aka 'struct imp_sth_st *') [-Wformat]
# " syb_st_destroy: called on %x...\n", imp_sth);
# ~~ ^~~~~~~
# dbdimp.c:4471:46: warning: format specifies type 'unsigned int' but the argument has type 'CS_COMMAND *' (aka 'struct _cs_command *') [-Wformat]
# " ct_cmd_drop() -> CS_COMMAND %x\n", imp_sth->cmd);
# ~~ ^~~~~~~~~~~~
# dbdimp.c:5291:18: warning: format specifies type 'int' but the argument has type 'long' [-Wformat]
# phs->sv_buf, (long) phs->maxlen, SvOK(phs->sv) ? 1 : 0);
# ^~~~~~~~~~~~~~~~~~
# dbdimp.c:5297:5: warning: format specifies type 'int' but the argument has type 'STRLEN' (aka 'unsigned long') [-Wformat]
# value_len);
# ^~~~~~~~~
# dbdimp.c:5524:41: warning: format specifies type 'long' but the argument has type 'CS_INT' (aka 'int') [-Wformat]
# sprintf(buff, "Error on row %ld.\n", row_count);
# ~~~ ^~~~~~~~~
# %d
# dbdimp.c:5825:47: warning: format specifies type 'int' but the argument has type 'CS_BLKDESC *' (aka 'struct _cs_blkdesc *') [-Wformat]
# " blkCleanUp -> blk_drop(%d) = %d\n", imp_sth->bcp_desc,
# ~~ ^~~~~~~~~~~~~~~~~
# 40 warnings generated.
# rm -f blib/arch/auto/DBD/Sybase/Sybase.so
# LD_RUN_PATH="/usr/lib" cc -L/usr/lib -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong Sybase.o dbdimp.o -o blib/arch/auto/DBD/Sybase/Sybase.so \
# -L/usr/lib -lct -ldl -lm \
#
# chmod 755 blib/arch/auto/DBD/Sybase/Sybase.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Sybase.bs blib/arch/auto/DBD/Sybase/Sybase.bs 644
# Manifying 1 pod document
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Running Mkbootstrap for DBD::Sybase ()
# chmod 644 "Sybase.bs"
# Manifying 1 pod document
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/lib/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so
# Installing /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/lib/perl5/vendor_perl/DBD/Sybase.pm
# Installing /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/lib/perl5/vendor_perl/DBD/dbd-sybase.pod
# Installing /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/share/man/man3/DBD::Sybase.3
# Appending installation info to /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/lib/perl5/core_perl/perllocal.pod
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "perl-dbd-sybase"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: perl-dbd-sybase 1.15-5 (Thu Apr 13 20:49:30 UTC 2017)

CMD: pacman --query --file perl-dbd-sybase-1.15-5-x86_64.pkg.tar.xz
# perl-dbd-sybase 1.15-5

Creating hybrid package for 'perl-dbd-sybase'

Trying to find vanilla package 'perl-dbd-sybase'...

CMD: pacman --query --file /mirror/perl-dbd-sybase-1.15-5.pkg.tar.xz
# perl-dbd-sybase 1.15-5

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/man/man3/DBD::Sybase.3.gz
# /usr/lib/perl5/vendor_perl/DBD/Sybase.pm
# /usr/lib/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so
# /sysroot/usr/lib/perl5/vendor_perl/DBD/Sybase.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/DBD/Sybase/Sybase.so

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf perl-dbd-sybase.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/perl-dbd-sybase.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-dbd-sybase.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/perl-dbd-sybase.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'