+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/perl-BerkeleyDB.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TppsBA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf BerkeleyDB-0.55 + /usr/bin/gzip -dc /builddir/build/SOURCES/BerkeleyDB-0.55.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd BerkeleyDB-0.55 + /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.yWXDA6 + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.55 + perl Makefile.PL INSTALLDIRS=vendor 'OPTIMIZE=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for BerkeleyDB Writing MYMETA.yml and MYMETA.json + make -j4 Running Mkbootstrap for BerkeleyDB () "/usr/bin/perl" "/usr/share/perl5/vendor_perl/ExtUtils/xsubpp" -noprototypes -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/builddir/build/BUILD/BerkeleyDB-0.55/typemap' BerkeleyDB.xs > BerkeleyDB.xsc chmod 644 "BerkeleyDB.bs" "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644 cp BerkeleyDB/Btree.pm blib/lib/BerkeleyDB/Btree.pm cp BerkeleyDB.pm blib/lib/BerkeleyDB.pm cp BerkeleyDB.pod blib/lib/BerkeleyDB.pod cp mkconsts.pl blib/lib/mkconsts.pl cp BerkeleyDB/Hash.pm blib/lib/BerkeleyDB/Hash.pm cp scan.pl blib/lib/scan.pl Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5856 Warning: Found a 'CODE' section which seems to be using 'RETVAL' but no 'OUTPUT' section. in BerkeleyDB.xs, line 5884 mv BerkeleyDB.xsc BerkeleyDB.c gcc -c -I/usr/local/BerkeleyDB/include -D_REENTRANT -D_GNU_SOURCE -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fwrapv -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DVERSION=\"0.55\" -DXS_VERSION=\"0.55\" -fPIC "-I/usr/lib64/perl5/CORE" BerkeleyDB.c In file included from BerkeleyDB.xs:24:0: BerkeleyDB.xs: In function 'btree_compare': /usr/lib64/perl5/CORE/perl.h:6443: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:1227:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'dup_compare': /usr/lib64/perl5/CORE/perl.h:6443: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:1287:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'btree_prefix': /usr/lib64/perl5/CORE/perl.h:6443: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:1348:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'hash_cb': /usr/lib64/perl5/CORE/perl.h:6443: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:1402:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'associate_cb': /usr/lib64/perl5/CORE/perl.h:6443: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:1447:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'associate_foreign_cb': /usr/lib64/perl5/CORE/perl.h:6443: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:1669:5: note: in expansion of macro 'dMY_CXT' dMY_CXT ; ^~~~~~~ BerkeleyDB.xs: In function 'my_db_open': /usr/lib64/perl5/CORE/perl.h:6443: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:1988:5: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB_db_version': /usr/lib64/perl5/CORE/perl.h:6443: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:2327:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.xs: In function 'XS_BerkeleyDB_has_heap': BerkeleyDB.xs:2337:18: warning: implicit declaration of function '__heap_exist'; did you mean 'pthread_exit'? [-Wimplicit-function-declaration] RETVAL = __heap_exist() ; ^~~~~~~~~~~~ pthread_exit BerkeleyDB.c: In function 'XS_BerkeleyDB_db_value_set': BerkeleyDB.c:2645:6: warning: unused variable 'which' [-Wunused-variable] int which = (int)SvIV(ST(1)) ^~~~~ BerkeleyDB.c:2643:6: warning: unused variable 'value' [-Wunused-variable] int value = (int)SvIV(ST(0)) ^~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__db_remove': /usr/lib64/perl5/CORE/perl.h:6443: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:2357:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__db_verify': /usr/lib64/perl5/CORE/perl.h:6443: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:2403:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__db_rename': /usr/lib64/perl5/CORE/perl.h:6443: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:2454:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_create': /usr/lib64/perl5/CORE/perl.h:6443: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:2505:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_open': /usr/lib64/perl5/CORE/perl.h:6443: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:2537:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_cds_enabled': /usr/lib64/perl5/CORE/perl.h:6443: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:2552:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_encrypt': /usr/lib64/perl5/CORE/perl.h:6443: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:2565:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_blob_threshold': /usr/lib64/perl5/CORE/perl.h:6443: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:2583:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:3051:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^~~~~ BerkeleyDB.c:3049:19: warning: unused variable 'bytes' [-Wunused-variable] u_int32_t bytes = SvUV(ST(1)) ^~~~~ BerkeleyDB.c:3048:18: warning: variable 'env' set but not used [-Wunused-but-set-variable] BerkeleyDB__Env env; ^~~ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Env__db_appinit': BerkeleyDB.xs:2611:14: warning: variable 'config' set but not used [-Wunused-but-set-variable] char ** config = NULL ; ^~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:2602:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:3094:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_DB_ENV': /usr/lib64/perl5/CORE/perl.h:6443: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:2987:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Env_log_archive': BerkeleyDB.xs:3007:12: warning: unused variable 'av' [-Wunused-variable] AV * av; ^~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:3002:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_log_set_config': /usr/lib64/perl5/CORE/perl.h:6443: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:3041:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_log_get_config': /usr/lib64/perl5/CORE/perl.h:6443: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:3059:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__txn_begin': /usr/lib64/perl5/CORE/perl.h:6443: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:3079:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_txn_checkpoint': /usr/lib64/perl5/CORE/perl.h:6443: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:3137:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_txn_stat': /usr/lib64/perl5/CORE/perl.h:6443: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:3144:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_printEnv': /usr/lib64/perl5/CORE/perl.h:6443: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:3186:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_errPrefix': /usr/lib64/perl5/CORE/perl.h:6443: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:3217:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_status': /usr/lib64/perl5/CORE/perl.h:6443: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:3243:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_db_appexit': /usr/lib64/perl5/CORE/perl.h:6443: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:3255:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ In file included from BerkeleyDB.xs:25:0: /usr/lib64/perl5/CORE/XSUB.h:191:20: warning: unused variable 'ix' [-Wunused-variable] #define dXSI32 I32 ix = XSANY.any_i32 ^ BerkeleyDB.c:4061:5: note: in expansion of macro 'dXSI32' dXSI32; ^~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:3281:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:4116:6: warning: unused variable 'RETVAL' [-Wunused-variable] int RETVAL = 0 ; ^~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env__TxnMgr': /usr/lib64/perl5/CORE/perl.h:6443: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:3310:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_shm_key': /usr/lib64/perl5/CORE/perl.h:6443: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:3327:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_dir': /usr/lib64/perl5/CORE/perl.h:6443: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:3346:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_bsize': /usr/lib64/perl5/CORE/perl.h:6443: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:3363:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_lg_max': /usr/lib64/perl5/CORE/perl.h:6443: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:3380:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_data_dir': /usr/lib64/perl5/CORE/perl.h:6443: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:3397:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_tmp_dir': /usr/lib64/perl5/CORE/perl.h:6443: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:3415:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_mutexlocks': /usr/lib64/perl5/CORE/perl.h:6443: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:3432:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_verbose': /usr/lib64/perl5/CORE/perl.h:6443: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:3458:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_flags': /usr/lib64/perl5/CORE/perl.h:6443: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:3476:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_lsn_reset': /usr/lib64/perl5/CORE/perl.h:6443: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:3494:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_lock_detect': /usr/lib64/perl5/CORE/perl.h:6443: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:3512:8: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_set_timeout': /usr/lib64/perl5/CORE/perl.h:6443: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:3531:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_timeout': /usr/lib64/perl5/CORE/perl.h:6443: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:3549:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_blob_threshold': /usr/lib64/perl5/CORE/perl.h:6443: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:3668:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5051:18: warning: variable 'env' set but not used [-Wunused-but-set-variable] BerkeleyDB__Env env; ^~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Env_get_blob_dir': /usr/lib64/perl5/CORE/perl.h:6443: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:3684:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5094:18: warning: variable 'env' set but not used [-Wunused-but-set-variable] BerkeleyDB__Env env; ^~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Term_close_everything': /usr/lib64/perl5/CORE/perl.h:6443: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:3702:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Term_safeCroak': /usr/lib64/perl5/CORE/perl.h:6443: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:3709:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Hash__db_open_hash': /usr/lib64/perl5/CORE/perl.h:6443: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:3718:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5174:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Hash_db_stat': /usr/lib64/perl5/CORE/perl.h:6443: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:3787:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Unknown__db_open_unknown': /usr/lib64/perl5/CORE/perl.h:6443: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:3848:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Btree__db_open_btree': /usr/lib64/perl5/CORE/perl.h:6443: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:3909:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5419:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Btree_db_stat': /usr/lib64/perl5/CORE/perl.h:6443: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:3984:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Heap__db_open_heap': /usr/lib64/perl5/CORE/perl.h:6443: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:4059:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5613:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Recno__db_open_recno': /usr/lib64/perl5/CORE/perl.h:6443: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:4119:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5683:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue__db_open_queue': /usr/lib64/perl5/CORE/perl.h:6443: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:4187:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:5762:9: warning: unused variable 'self' [-Wunused-variable] char * self = (char *)SvPV_nolen(ST(0)) ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue_db_stat': /usr/lib64/perl5/CORE/perl.h:6443: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:4254:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_close': /usr/lib64/perl5/CORE/perl.h:6443: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:4313:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:4345:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__db_cursor': /usr/lib64/perl5/CORE/perl.h:6443: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:4363:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__db_join': /usr/lib64/perl5/CORE/perl.h:6443: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:4429:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_ArrayOffset': /usr/lib64/perl5/CORE/perl.h:6443: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:4505:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_cds_enabled': /usr/lib64/perl5/CORE/perl.h:6443: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:4522:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_type': /usr/lib64/perl5/CORE/perl.h:6443: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:4551:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_byteswapped': /usr/lib64/perl5/CORE/perl.h:6443: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:4563:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_status': /usr/lib64/perl5/CORE/perl.h:6443: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:4587:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_partial_set': /usr/lib64/perl5/CORE/perl.h:6443: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:4653:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_partial_clear': /usr/lib64/perl5/CORE/perl.h:6443: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; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_del': /usr/lib64/perl5/CORE/sv.h:860:33: 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:6734: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/lib64/perl5/CORE/sv.h:860:33: 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:6824:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:6845:5: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:6862:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:582:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value,"filter_fetch_value") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:6864:2: note: in expansion of macro 'OutputValue' OutputValue(ST(2), data) ^~~~~~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_exists': /usr/lib64/perl5/CORE/sv.h:860:33: 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:6914: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/lib64/perl5/CORE/sv.h:860:33: 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:6991:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:7012:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:7038:5: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:7059:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:696:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:7061:2: note: in expansion of macro 'OutputKey_Bpr' OutputKey_Bpr(ST(2), pkey) ^~~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:582:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value,"filter_fetch_value") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:7063:2: note: in expansion of macro 'OutputValue' OutputValue(ST(3), data) ^~~~~~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_put': /usr/lib64/perl5/CORE/sv.h:860:33: 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:7114:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:7143:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:7161: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/lib64/perl5/CORE/sv.h:860:33: 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:7214:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_fd': /usr/lib64/perl5/CORE/perl.h:6443: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:4844:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_sync': /usr/lib64/perl5/CORE/perl.h:6443: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:4860:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common__Txn': /usr/lib64/perl5/CORE/perl.h:6443: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:4870:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_truncate': /usr/lib64/perl5/CORE/perl.h:6443: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:4893:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_associate': /usr/lib64/perl5/CORE/perl.h:6443: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:4921:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_associate_foreign': /usr/lib64/perl5/CORE/perl.h:6443: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:4952:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.xs: In function 'XS_BerkeleyDB__Common_compact': /usr/lib64/perl5/CORE/sv.h:860:33: 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:5011:13: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(start, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:5016:13: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(stop, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:595:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^~~~~~~~~~~~ BerkeleyDB.c:7742:26: note: in expansion of macro 'OutputValue_B' if (RETVAL == 0 && end) OutputValue_B(ST(5), end_key) ; ^~~~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:4978:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_get_blob_threshold': /usr/lib64/perl5/CORE/perl.h:6443: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:5048:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:7762:21: warning: variable 'db' set but not used [-Wunused-but-set-variable] BerkeleyDB__Common db; ^~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_get_blob_dir': /usr/lib64/perl5/CORE/perl.h:6443: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:5064:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:7805:21: warning: variable 'db' set but not used [-Wunused-but-set-variable] BerkeleyDB__Common db; ^~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__c_dup': /usr/lib64/perl5/CORE/perl.h:6443: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:5084:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__c_close': /usr/lib64/perl5/CORE/perl.h:6443: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:5142:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:5160:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_status': /usr/lib64/perl5/CORE/perl.h:6443: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:5177:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_del': /usr/lib64/perl5/CORE/perl.h:6443: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:5190:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_get': /usr/lib64/perl5/CORE/sv.h:860:33: 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:8134:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:8155:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:666:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:8175:2: note: in expansion of macro 'OutputKey_B' OutputKey_B(ST(1), key) ^~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:595:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^~~~~~~~~~~~ BerkeleyDB.c:8177: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/lib64/perl5/CORE/sv.h:860:33: 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:8228:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:8249:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:8275:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:8296:20: note: in expansion of macro 'OutputKey' if (writeToKey()) OutputKey(ST(1), key) ; ^~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:696:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:8298:2: note: in expansion of macro 'OutputKey_Bpr' OutputKey_Bpr(ST(2), pkey) ^~~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:595:17: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value, "filter_fetch_value"); \ ^~~~~~~~~~~~ BerkeleyDB.c:8300:2: note: in expansion of macro 'OutputValue_B' OutputValue_B(ST(3), data) ^~~~~~~~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_put': /usr/lib64/perl5/CORE/sv.h:860:33: 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:8350:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:8379:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_c_count': /usr/lib64/perl5/CORE/perl.h:6443: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:5272:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_partial_set': /usr/lib64/perl5/CORE/perl.h:6443: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:5293:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor_partial_clear': /usr/lib64/perl5/CORE/perl.h:6443: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:5311:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__db_stream': /usr/lib64/perl5/CORE/perl.h:6443: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:5330:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8559:19: warning: unused variable 'flags' [-Wunused-variable] u_int32_t flags = SvUV(ST(1)) ^~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB__Cursor__c_get_db_stream': /usr/lib64/perl5/CORE/sv.h:860:33: 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:8638:10: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_key, "filter_store_key"); ^~~~~~~~~~~~ /usr/lib64/perl5/CORE/sv.h:860:33: 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:616:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:8678:2: note: in expansion of macro 'OutputKeyBlob' OutputKeyBlob(ST(1), key) ^~~~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:5364:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8617:19: warning: unused variable 'sflags' [-Wunused-variable] u_int32_t sflags = SvUV(ST(3)) ^~~~~~ BerkeleyDB.c:8615:19: warning: unused variable 'cflags' [-Wunused-variable] u_int32_t cflags = SvUV(ST(2)) ^~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__DbStream_DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:5405:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__DbStream_close': /usr/lib64/perl5/CORE/perl.h:6443: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:5421:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8730:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB__DbStream_read': /usr/lib64/perl5/CORE/sv.h:860:33: 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:582:15: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_value,"filter_fetch_value") ; \ ^~~~~~~~~~~~ BerkeleyDB.c:8835:2: note: in expansion of macro 'OutputValue' OutputValue(ST(1), data) ^~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:5444:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8788:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^~~~~ BerkeleyDB.c:8786:19: warning: unused variable 'size' [-Wunused-variable] u_int32_t size = SvUV(ST(3)) ^~~~ BerkeleyDB.c:8784:18: warning: unused variable 'offset' [-Wunused-variable] db_off_t offset = SvIV(ST(2)) ^~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB__DbStream_write': /usr/lib64/perl5/CORE/sv.h:860:33: 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:8877:6: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(my_sv, filter_store_value, "filter_store_value"); ^~~~~~~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:5467:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8858:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^~~~~ BerkeleyDB.c:8857:11: warning: variable 'offset' set but not used [-Wunused-but-set-variable] db_off_t offset; ^~~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__DbStream_size': /usr/lib64/perl5/CORE/perl.h:6443: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:5485:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:8931:12: warning: variable 'flags' set but not used [-Wunused-but-set-variable] u_int32_t flags; ^~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr__txn_begin': /usr/lib64/perl5/CORE/perl.h:6443: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:5506:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_status': /usr/lib64/perl5/CORE/perl.h:6443: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:5545:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr__DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:5556:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_close': BerkeleyDB.c:9133:21: warning: unused variable 'txnp' [-Wunused-variable] BerkeleyDB__TxnMgr txnp; ^~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_checkpoint': /usr/lib64/perl5/CORE/perl.h:6443: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:5588:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_stat': /usr/lib64/perl5/CORE/perl.h:6443: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:5595:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__TxnMgr_txn_open': BerkeleyDB.c:9280:18: warning: unused variable 'dbenv' [-Wunused-variable] BerkeleyDB__Env dbenv; ^~~~~ BerkeleyDB.c:9278:6: warning: unused variable 'mode' [-Wunused-variable] int mode = (int)SvIV(ST(2)) ^~~~ BerkeleyDB.c:9277:15: warning: unused variable 'dir' [-Wunused-variable] const char * dir; ^~~ BerkeleyDB.c:9275:6: warning: unused variable 'flags' [-Wunused-variable] int flags = (int)SvIV(ST(1)) ^~~~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_status': /usr/lib64/perl5/CORE/perl.h:6443: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:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_set_timeout': /usr/lib64/perl5/CORE/perl.h:6443: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:5660:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_set_tx_max': /usr/lib64/perl5/CORE/perl.h:6443: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:5677:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c:9381:19: warning: unused variable 'max' [-Wunused-variable] u_int32_t max = SvUV(ST(1)) ^~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_get_tx_max': /usr/lib64/perl5/CORE/perl.h:6443: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:5695:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:5712:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_unlink': BerkeleyDB.c:9506:18: warning: unused variable 'dbenv' [-Wunused-variable] BerkeleyDB__Env dbenv; ^~~~~ BerkeleyDB.c:9504:6: warning: unused variable 'force' [-Wunused-variable] int force = (int)SvIV(ST(1)) ^~~~~ BerkeleyDB.c:9503:15: warning: unused variable 'dir' [-Wunused-variable] const char * dir; ^~~ In file included from BerkeleyDB.xs:24:0: BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_prepare': /usr/lib64/perl5/CORE/perl.h:6443: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:5746:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_commit': /usr/lib64/perl5/CORE/perl.h:6443: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:5764:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_abort': /usr/lib64/perl5/CORE/perl.h:6443: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:5779:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn__txn_discard': /usr/lib64/perl5/CORE/perl.h:6443: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:5799:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Txn_txn_id': /usr/lib64/perl5/CORE/perl.h:6443: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:5814:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.xs: In function 'XS_BerkeleyDB___tiedHash_FIRSTKEY': /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.xs:5855:6: note: in expansion of macro 'OutputKey' OutputKey(ST(0), key) ^~~~~~~~~ In file included from BerkeleyDB.xs:25:0: /usr/lib64/perl5/CORE/XSUB.h:183:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ BerkeleyDB.c:9768:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:5822:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ In file included from /usr/lib64/perl5/CORE/perl.h:3913:0, from BerkeleyDB.xs:24: BerkeleyDB.xs: In function 'XS_BerkeleyDB___tiedHash_NEXTKEY': /usr/lib64/perl5/CORE/sv.h:860:33: 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:608:21: note: in expansion of macro 'DBM_ckFilter' DBM_ckFilter(arg, filter_fetch_key, "filter_fetch_key") ; \ ^~~~~~~~~~~~ BerkeleyDB.xs:5883:6: note: in expansion of macro 'OutputKey' OutputKey(ST(0), key) ^~~~~~~~~ In file included from BerkeleyDB.xs:25:0: /usr/lib64/perl5/CORE/XSUB.h:183:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^ BerkeleyDB.c:9832:2: note: in expansion of macro 'dXSTARG' dXSTARG; ^~~~~~~ In file included from BerkeleyDB.xs:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:5865:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Recno_FETCHSIZE': /usr/lib64/perl5/CORE/perl.h:6443: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:5892:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Queue_FETCHSIZE': /usr/lib64/perl5/CORE/perl.h:6443: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:5905:4: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Common_db_create_sequence': /usr/lib64/perl5/CORE/perl.h:6443: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:5920:7: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_close': /usr/lib64/perl5/CORE/perl.h:6443: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:5968:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_remove': /usr/lib64/perl5/CORE/perl.h:6443: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:5990:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_DESTROY': /usr/lib64/perl5/CORE/perl.h:6443: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:6009:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get': /usr/lib64/perl5/CORE/perl.h:6443: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:6024:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_key': /usr/lib64/perl5/CORE/perl.h:6443: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:6042:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.xs: In function 'XS_BerkeleyDB__Sequence_initial_value': BerkeleyDB.xs:6069: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:24:0: /usr/lib64/perl5/CORE/perl.h:6443: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:6062:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_cachesize': /usr/lib64/perl5/CORE/perl.h:6443: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:6079:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_cachesize': /usr/lib64/perl5/CORE/perl.h:6443: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:6096:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_flags': /usr/lib64/perl5/CORE/perl.h:6443: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:6114:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_get_flags': /usr/lib64/perl5/CORE/perl.h:6443: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:6131:9: note: in expansion of macro 'dMY_CXT' dMY_CXT; ^~~~~~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_set_range': BerkeleyDB.c:10543:23: warning: unused variable 'seq' [-Wunused-variable] BerkeleyDB__Sequence seq; ^~~ BerkeleyDB.c: In function 'XS_BerkeleyDB__Sequence_stat': BerkeleyDB.c:10558:23: warning: unused variable 'seq' [-Wunused-variable] BerkeleyDB__Sequence seq; ^~~ In file included from /usr/lib64/perl5/CORE/perl.h:5644:0, from BerkeleyDB.xs:24: BerkeleyDB.c: In function 'XS_BerkeleyDB_constant': /usr/lib64/perl5/CORE/embed.h:691:26: warning: 'pv' may be used uninitialized in this function [-Wmaybe-uninitialized] #define sv_setpvn(a,b,c) Perl_sv_setpvn(aTHX_ a,b,c) ^~~~~~~~~~~~~~ ./constants.xs:13:14: note: 'pv' was declared here const char *pv; ^~ rm -f blib/arch/auto/BerkeleyDB/BerkeleyDB.so gcc -lpthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -L/usr/local/lib -fstack-protector-strong BerkeleyDB.o -o blib/arch/auto/BerkeleyDB/BerkeleyDB.so \ -ldb -lperl \ chmod 755 blib/arch/auto/BerkeleyDB/BerkeleyDB.so Manifying 1 pod document + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.h2F32B + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 + cd BerkeleyDB-0.55 + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 + make pure_install DESTDIR=/builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- BerkeleyDB.bs blib/arch/auto/BerkeleyDB/BerkeleyDB.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/auto/BerkeleyDB/BerkeleyDB.so Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/BerkeleyDB.pod Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/mkconsts.pl Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/BerkeleyDB.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/scan.pl Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/BerkeleyDB/Hash.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/BerkeleyDB/Btree.pm Installing /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/man/man3/BerkeleyDB.3pm + find /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 -type f -name .packlist -delete + find /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 -type f -name '*.bs' -empty -delete + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 + install -D -m755 dbinfo /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/bin/dbinfo + rm /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/mkconsts.pl /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/lib64/perl5/vendor_perl/scan.pl + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: perl-BerkeleyDB-0.55-10.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HVoELN + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.55 + DOCDIR=/builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/doc/perl-BerkeleyDB + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/doc/perl-BerkeleyDB + cp -pr README /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/doc/perl-BerkeleyDB + cp -pr Changes /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/doc/perl-BerkeleyDB + cp -pr Todo /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64/usr/share/doc/perl-BerkeleyDB + exit 0 Provides: perl(BerkeleyDB) = 0.55 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.55-10.fc28 perl-BerkeleyDB(riscv-64) = 0.55-10.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdb-5.3.so()(64bit) libperl.so.5.26()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) perl(:VERSION) >= 5.6.0 perl(BerkeleyDB) perl(Carp) perl(Exporter) perl(IO::File) perl(UNIVERSAL) perl(strict) perl(vars) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 Wrote: /builddir/build/SRPMS/perl-BerkeleyDB-0.55-10.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/perl-BerkeleyDB-0.55-10.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PcGOCB + umask 022 + cd /builddir/build/BUILD + cd BerkeleyDB-0.55 + rm -rf /builddir/build/BUILDROOT/perl-BerkeleyDB-0.55-10.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff