Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-BerkeleyDB.spec'], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600logger=uid=501) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/perl-BerkeleyDB.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: worker1.bsys.centos.org Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/perl-BerkeleyDB-0.51-4.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-BerkeleyDB.spec '], chrootPath='/srv/build/7/B/mock-root/c7-epel-i686/root'shell=Falseuid=501env={'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=21600private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/perl-BerkeleyDB.spec '] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.16tOoQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf BerkeleyDB-0.51 + /usr/bin/gzip -dc /builddir/build/SOURCES/BerkeleyDB-0.51.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd BerkeleyDB-0.51 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + perl -pi -e 's,/local/,/, if ($. == 1)' dbinfo + chmod -c -x Changes README mode of 'Changes' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'README' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4HnJDP + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.51 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables' Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Writing Makefile for BerkeleyDB + make -j16 /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -noprototypes -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap BerkeleyDB.xs > BerkeleyDB.xsc && mv BerkeleyDB.xsc BerkeleyDB.c Running Mkbootstrap for BerkeleyDB () chmod 644 BerkeleyDB.bs cp BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs chmod 644 blib/arch/auto/BerkeleyDB/BerkeleyDB.bs cp BerkeleyDB.pm blib/lib/BerkeleyDB.pm AutoSplitting blib/lib/BerkeleyDB.pm (blib/lib/auto/BerkeleyDB) cp BerkeleyDB/Hash.pm blib/lib/BerkeleyDB/Hash.pm cp scan.pl blib/lib/scan.pl cp BerkeleyDB.pod blib/lib/BerkeleyDB.pod cp mkconsts.pl blib/lib/mkconsts.pl cp BerkeleyDB/Btree.pm blib/lib/BerkeleyDB/Btree.pm Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5390 Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5418 gcc -c -I/usr/local/BerkeleyDB/include -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -DVERSION=\"0.51\" -DXS_VERSION=\"0.51\" -fPIC "-I/usr/lib/perl5/CORE" BerkeleyDB.c In file included from BerkeleyDB.xs:29:0: BerkeleyDB.xs: In function 'btree_compare': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1127:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'dup_compare': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1183:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'btree_prefix': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1244:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'hash_cb': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1298:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'associate_cb': BerkeleyDB.xs:1353:11: warning: unused variable 'tkey' [-Wunused-variable] DBT * tkey; ^ BerkeleyDB.xs:1352:10: warning: unused variable 'skey_AV' [-Wunused-variable] AV * skey_AV; ^ BerkeleyDB.xs:1348:9: warning: unused variable 'i' [-Wunused-variable] int i ; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1343:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'associate_cb_recno': BerkeleyDB.xs:1483:12: warning: unused variable 'skey_ptr' [-Wunused-variable] char * skey_ptr ; ^ BerkeleyDB.xs:1482:12: warning: unused variable 'skey_len' [-Wunused-variable] STRLEN skey_len; ^ BerkeleyDB.xs: In function 'associate_foreign_cb': BerkeleyDB.xs:1582:11: warning: unused variable 'tkey' [-Wunused-variable] DBT * tkey; ^ BerkeleyDB.xs:1581:10: warning: unused variable 'skey_AV' [-Wunused-variable] AV * skey_AV; ^ BerkeleyDB.xs:1577:9: warning: unused variable 'i' [-Wunused-variable] int i ; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1573:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^ BerkeleyDB.xs: In function 'associate_foreign_cb_recno': BerkeleyDB.xs:1672:11: warning: unused variable 'tkey' [-Wunused-variable] DBT * tkey; ^ BerkeleyDB.xs:1671:10: warning: unused variable 'skey_AV' [-Wunused-variable] AV * skey_AV; ^ BerkeleyDB.xs:1670:12: warning: unused variable 'skey_ptr' [-Wunused-variable] char * skey_ptr ; ^ BerkeleyDB.xs:1669:12: warning: unused variable 'skey_len' [-Wunused-variable] STRLEN skey_len; ^ BerkeleyDB.xs:1667:9: warning: unused variable 'i' [-Wunused-variable] int i ; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.xs: In function 'my_db_open': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:1879:5: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB_db_version': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2191:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.xs: In function 'XS_BerkeleyDB_has_heap': BerkeleyDB.xs:2201:9: warning: implicit declaration of function '__heap_exist' [-Wimplicit-function-declaration] RETVAL = __heap_exist() ; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB_db_value_set': BerkeleyDB.c:2507:6: warning: unused variable 'which' [-Wunused-variable] int which = (int)SvIV(ST(1)) ^ BerkeleyDB.c:2505:6: warning: unused variable 'value' [-Wunused-variable] int value = (int)SvIV(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__db_remove': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2221:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__db_verify': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2267:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__db_rename': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2315:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_create': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2366:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_open': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2398:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_cds_enabled': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2413:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_encrypt': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2426:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Env__db_appinit': BerkeleyDB.xs:2750:7: warning: too many arguments for format [-Wformat-extra-args] croak("Cannot open file ErrFile", Strerror(errno)); ^ BerkeleyDB.xs:2762:11: warning: too many arguments for format [-Wformat-extra-args] croak("Cannot open file MsgFile", Strerror(errno)); ^ BerkeleyDB.xs:2456:14: warning: variable 'config' set but not used [-Wunused-but-set-variable] char ** config = NULL ; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2447:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:2897:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_DB_ENV': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2809:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Env_log_archive': BerkeleyDB.xs:2829:12: warning: unused variable 'av' [-Wunused-variable] AV * av; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2824:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_log_set_config': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2863:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_log_get_config': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2881:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__txn_begin': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2901:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_txn_checkpoint': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2959:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_txn_stat': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:2966:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_printEnv': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3008:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_errPrefix': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3039:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_status': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3065:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_db_appexit': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3077:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from BerkeleyDB.xs:30:0: /usr/lib/perl5/CORE/XSUB.h:183:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ BerkeleyDB.c:3821:5: note: in expansion of macro 'dXSI32' dXSI32; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3103:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:3872:6: warning: unused variable 'RETVAL' [-Wunused-variable] int RETVAL = 0 ; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__TxnMgr': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3132:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_shm_key': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3149:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_dir': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3168:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_bsize': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3185:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_max': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3202:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_data_dir': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3219:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_tmp_dir': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3237:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_mutexlocks': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3254:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_verbose': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3280:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_flags': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3298:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_lsn_reset': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3316:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_lock_detect': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3334:8: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:4389:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^ BerkeleyDB.c:4388:12: warning: variable 'atype' set but not used [-Wunused-but-set-variable] u_int32_t atype; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_timeout': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3353:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_timeout': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3371:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Term_close_everything': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3492:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Term_safeCroak': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3499:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Hash__db_open_hash': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3508:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:4844:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Hash_db_stat': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3573:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Unknown__db_open_unknown': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3634:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Btree__db_open_btree': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3695:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:5081:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Btree_db_stat': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3766:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Heap__db_open_heap': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3841:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:5267:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Recno__db_open_recno': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3897:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:5333:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue__db_open_queue': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:3965:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:5412:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue_db_stat': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4032:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_close': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4091:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4123:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__db_cursor': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4141:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__db_join': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4207:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_ArrayOffset': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4283:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_cds_enabled': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4300:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_type': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4329:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_byteswapped': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4341:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_status': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4365:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_partial_set': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4431:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_partial_clear': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4449:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from /usr/lib/perl5/CORE/perl.h:3436:0, from BerkeleyDB.xs:29: BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_del': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6373:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_get': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6459:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6480:5: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:6497:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:525:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value,"filter_fetch_value") ; \ ^ BerkeleyDB.c:6499:2: note: in expansion of macro 'OutputValue' OutputValue(ST(2), data) ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_exists': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6545:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_pget': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6618:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6639:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6665:5: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:6686:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:631:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:6688:2: note: in expansion of macro 'OutputKey_Bpr' OutputKey_Bpr(ST(2), pkey) ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:525:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value,"filter_fetch_value") ; \ ^ BerkeleyDB.c:6690:2: note: in expansion of macro 'OutputValue' OutputValue(ST(3), data) ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_put': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6737:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6766:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:6784:26: note: in expansion of macro 'OutputKey' if (flagSet(DB_APPEND)) OutputKey(ST(1), key) ; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_key_range': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:6833:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_fd': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4622:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_sync': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4638:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__Txn': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4648:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_truncate': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4671:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_associate': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4699:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_associate_foreign': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4730:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from /usr/lib/perl5/CORE/perl.h:3436:0, from BerkeleyDB.xs:29: BerkeleyDB.xs: In function 'XS_BerkeleyDB__Common_compact': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:4789:13: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(start, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:4794:13: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(stop, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:538:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^ BerkeleyDB.c:7341:26: note: in expansion of macro 'OutputValue_B' if (RETVAL == 0 && end) OutputValue_B(ST(5), end_key) ; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4756:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__c_dup': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4829:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__c_close': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4887:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4905:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_status': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4922:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_del': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:4935:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from /usr/lib/perl5/CORE/perl.h:3436:0, from BerkeleyDB.xs:29: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_get': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7631:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7652:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:601:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:7672:2: note: in expansion of macro 'OutputKey_B' OutputKey_B(ST(1), key) ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:538:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^ BerkeleyDB.c:7674:31: note: in expansion of macro 'OutputValue_B' if (! flagSet(DB_JOIN_ITEM)) OutputValue_B(ST(2), data) ; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_pget': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7721:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7742:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7768:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:7789:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:631:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.c:7791:2: note: in expansion of macro 'OutputKey_Bpr' OutputKey_Bpr(ST(2), pkey) ^ /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:538:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^ BerkeleyDB.c:7793:2: note: in expansion of macro 'OutputValue_B' OutputValue_B(ST(3), data) ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_put': /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7839:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^ /usr/lib/perl5/CORE/sv.h:771:20: warning: statement with no effect [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.c:7868:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_count': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5017:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr__txn_begin': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5040:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_status': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5079:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr__DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5090:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_close': BerkeleyDB.c:8097:21: warning: unused variable 'txnp' [-Wunused-variable] BerkeleyDB__TxnMgr txnp; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_checkpoint': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5122:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_stat': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5129:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_open': BerkeleyDB.c:8236:18: warning: unused variable 'dbenv' [-Wunused-variable] BerkeleyDB__Env dbenv; ^ BerkeleyDB.c:8234:6: warning: unused variable 'mode' [-Wunused-variable] int mode = (int)SvIV(ST(2)) ^ BerkeleyDB.c:8233:15: warning: unused variable 'dir' [-Wunused-variable] const char * dir; ^ BerkeleyDB.c:8231:6: warning: unused variable 'flags' [-Wunused-variable] int flags = (int)SvIV(ST(1)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_status': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5182:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_set_timeout': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5194:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_set_tx_max': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5211:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c:8333:19: warning: unused variable 'max' [-Wunused-variable] u_int32_t max = SvUV(ST(1)) ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_get_tx_max': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5229:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5246:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_unlink': BerkeleyDB.c:8458:18: warning: unused variable 'dbenv' [-Wunused-variable] BerkeleyDB__Env dbenv; ^ BerkeleyDB.c:8456:6: warning: unused variable 'force' [-Wunused-variable] int force = (int)SvIV(ST(1)) ^ BerkeleyDB.c:8455:15: warning: unused variable 'dir' [-Wunused-variable] const char * dir; ^ In file included from BerkeleyDB.xs:29:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_prepare': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5280:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_commit': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5298:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_abort': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5313:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_discard': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5333:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_id': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5348:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from /usr/lib/perl5/CORE/perl.h:3436:0, from BerkeleyDB.xs:29: BerkeleyDB.xs: In function 'XS_BerkeleyDB___tiedHash_FIRSTKEY': /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.xs:5389:6: note: in expansion of macro 'OutputKey' OutputKey(ST(0), key) ^ In file included from BerkeleyDB.xs:30:0: /usr/lib/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ BerkeleyDB.c:8704:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5356:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ In file included from /usr/lib/perl5/CORE/perl.h:3436:0, from BerkeleyDB.xs:29: BerkeleyDB.xs: In function 'XS_BerkeleyDB___tiedHash_NEXTKEY': /usr/lib/perl5/CORE/sv.h:771:33: warning: value computed is not used [-Wunused-value] #define SvOKp(sv) (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) ^ ppport.h:344:6: note: in expansion of macro 'SvOKp' SvOKp(arg); \ ^ BerkeleyDB.xs:551:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^ BerkeleyDB.xs:5417:6: note: in expansion of macro 'OutputKey' OutputKey(ST(0), key) ^ In file included from BerkeleyDB.xs:30:0: /usr/lib/perl5/CORE/XSUB.h:175:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ BerkeleyDB.c:8768:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5399:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Recno_FETCHSIZE': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5426:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue_FETCHSIZE': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5439:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_create_sequence': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5454:7: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_close': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5502:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_remove': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5524:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_DESTROY': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5543:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5558:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_key': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5576:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Sequence_initial_value': BerkeleyDB.xs:5603:74: warning: suggest parentheses around '+' inside '<<' [-Wparentheses] RETVAL = seq->seq->initial_value(seq->seq, (db_seq_t)(high << 32 + low)); ^ In file included from BerkeleyDB.xs:29:0: /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5596:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_cachesize': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5613:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_cachesize': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5630:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_flags': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5648:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_flags': /usr/lib/perl5/CORE/perl.h:5515:12: warning: unused variable 'my_cxtp' [-Wunused-variable] my_cxt_t *my_cxtp = (my_cxt_t *)PL_my_cxt_list[MY_CXT_INDEX] ^ BerkeleyDB.xs:5665:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_range': BerkeleyDB.c:9435:23: warning: unused variable 'seq' [-Wunused-variable] BerkeleyDB__Sequence seq; ^ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_stat': BerkeleyDB.c:9450:23: warning: unused variable 'seq' [-Wunused-variable] BerkeleyDB__Sequence seq; ^ rm -f blib/arch/auto/BerkeleyDB/BerkeleyDB.so gcc -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=x86-64 -mtune=generic -mfpmath=sse -fasynchronous-unwind-tables -Wl,-z,relro -L/usr/local/lib BerkeleyDB.o -o blib/arch/auto/BerkeleyDB/BerkeleyDB.so \ -ldb \ chmod 755 blib/arch/auto/BerkeleyDB/BerkeleyDB.so Manifying blib/man3/BerkeleyDB.3pm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.iprgN7 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 ++ dirname /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 + cd BerkeleyDB-0.51 + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/auto/BerkeleyDB/BerkeleyDB.so Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/auto/BerkeleyDB/BerkeleyDB.bs Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/BerkeleyDB.pod Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/mkconsts.pl Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/BerkeleyDB.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/scan.pl Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/auto/BerkeleyDB/autosplit.ix Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/BerkeleyDB/Hash.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/BerkeleyDB/Btree.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/man/man3/BerkeleyDB.3pm + install -D -m755 dbinfo /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/bin/dbinfo + find /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 -type f -name .packlist -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 -type f -name '*.bs' -size 0 -exec rm -f '{}' ';' + rm /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/mkconsts.pl /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/scan.pl + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/BerkeleyDB-0.51 extracting debug info from /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/lib/perl5/vendor_perl/auto/BerkeleyDB/BerkeleyDB.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 1224 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.dipf4q + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.51 + make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t length() used on @array (did you mean "scalar(@array)"?) at t/btree.t line 290. t/btree.t ...... ok t/cds.t ........ ok t/db-3.0.t ..... ok t/db-3.1.t ..... ok t/db-3.2.t ..... ok t/db-3.3.t ..... ok t/db-4.3.t ..... ok t/db-4.4.t ..... ok t/db-4.6.t ..... ok t/db-4.7.t ..... ok t/db-4.8.t ..... ok t/db-4.x.t ..... ok t/destroy.t .... ok t/encode.t ..... ok t/encrypt.t .... ok t/env.t ........ ok t/examples.t ... ok t/examples3.t .. ok t/filter.t ..... ok t/hash.t ....... ok t/heap.t ....... ok t/join.t ....... ok t/mldbm.t ...... ok t/pod.t ........ ok t/queue.t ...... ok t/recno.t ...... ok t/sequence.t ... ok t/strict.t ..... ok t/subdb.t ...... ok t/txn.t ........ ok t/unknown.t .... ok All tests successful. Files=31, Tests=1881, 3 wallclock secs ( 0.31 usr 0.03 sys + 1.96 cusr 0.24 csys = 2.54 CPU) Result: PASS + exit 0 Processing files: perl-BerkeleyDB-0.51-4.el7.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oNQ1pR + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.51 + DOCDIR=/builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/doc/perl-BerkeleyDB-0.51 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/doc/perl-BerkeleyDB-0.51 + cp -pr README /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/doc/perl-BerkeleyDB-0.51 + cp -pr Changes /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/doc/perl-BerkeleyDB-0.51 + cp -pr Todo /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386/usr/share/doc/perl-BerkeleyDB-0.51 + exit 0 Provides: perl(BerkeleyDB) = 0.51 perl(BerkeleyDB::Btree) perl(BerkeleyDB::CDS::Lock) perl(BerkeleyDB::Common) perl(BerkeleyDB::Cursor) perl(BerkeleyDB::Env) perl(BerkeleyDB::Hash) perl(BerkeleyDB::Heap) perl(BerkeleyDB::Queue) perl(BerkeleyDB::Recno) perl(BerkeleyDB::Term) perl(BerkeleyDB::Txn) perl(BerkeleyDB::TxnMgr) perl(BerkeleyDB::Unknown) perl(BerkeleyDB::_tiedArray) perl(BerkeleyDB::_tiedHash) perl-BerkeleyDB = 0.51-4.el7 perl-BerkeleyDB(x86-32) = 0.51-4.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libdb-5.3.so perl(AutoLoader) perl(BerkeleyDB) perl(Carp) perl(Exporter) perl(IO::File) perl(UNIVERSAL) perl(strict) perl(vars) rtld(GNU_HASH) Processing files: perl-BerkeleyDB-debuginfo-0.51-4.el7.i686 Provides: perl-BerkeleyDB-debuginfo = 0.51-4.el7 perl-BerkeleyDB-debuginfo(x86-32) = 0.51-4.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 warning: Could not canonicalize hostname: worker1.bsys.centos.org Wrote: /builddir/build/RPMS/perl-BerkeleyDB-0.51-4.el7.i686.rpm Wrote: /builddir/build/RPMS/perl-BerkeleyDB-debuginfo-0.51-4.el7.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xTbuha + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.51 + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.51-4.el7.i386 + exit 0 Child return code was: 0 LEAVE do -->