The build took 00h 00m 41s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
6,842 |
ansic |
2,147 |
perl |
727 |
makefile |
9,716 |
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: perl-dbd-sybase 1.15-5 (Wed Aug 24 14:25:36 UTC 2016)
==> 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
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
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
cp Sybase.pm blib/lib/DBD/Sybase.pm
cp dbd-sybase.pod blib/lib/DBD/dbd-sybase.pod
"/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
In file included from /usr/lib/perl5/core_perl/CORE/perl.h:5609:0,
from /usr/lib/perl5/vendor_perl/auto/DBI/DBIXS.h:23,
from Sybase.h:16,
from Sybase.xs:14:
Sybase.xs: In function 'XS_DBD__Sybase__db_ping':
Sybase.xs:83:32: warning: implicit declaration of function 'syb_ping' [-Wimplicit-function-declaration]
ST(0) = sv_2mortal(newSViv(syb_ping(dbh, imp_dbh)));
^
/usr/lib/perl5/core_perl/CORE/embed.h:581:46: note: in definition of macro 'sv_2mortal'
#define sv_2mortal(a) Perl_sv_2mortal(aTHX_ a)
^
Sybase.xs:83:24: note: in expansion of macro 'newSViv'
ST(0) = sv_2mortal(newSViv(syb_ping(dbh, imp_dbh)));
^~~~~~~
Sybase.xs: In function 'XS_DBD__Sybase__st_cancel':
Sybase.xs:95:13: warning: implicit declaration of function 'syb_st_cancel' [-Wimplicit-function-declaration]
ST(0) = syb_st_cancel(sth, imp_sth) ? &PL_sv_yes : &PL_sv_no;
^~~~~~~~~~~~~
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
Appending installation info to /tmp/perl-dbd-sybase/pkg/perl-dbd-sybase/usr/lib/perl5/core_perl/perllocal.pod
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
==> 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 (Wed Aug 24 14:25:46 UTC 2016)
CMD: pacman --query --file perl-dbd-sybase-1.15-5-x86_64.pkg.tar.xz
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
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 .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
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'