Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perl/perl-DBD-SQLite: Updated for version 1.76. #8448

Closed

Conversation

sbo-bot[bot]
Copy link

@sbo-bot sbo-bot bot commented Oct 21, 2024

No description provided.

@sbo-bot sbo-bot bot added the submission-form Changes submitted via the website submission form label Oct 21, 2024
Copy link

reverse dependencies - perl/perl-DBD-SQLite

  • network/x2goserver
  • perl/perl-CPANPLUS
  • perl/perl-Mail-DMARC
  • system/rasdaemon

Copy link

✅ sbolint - perl/perl-DBD-SQLite ✅

perl-DBD-SQLite: NOTE: perl-DBD-SQLite.SlackBuild:62: SLKCFLAGS gets set, but never used.
perl-DBD-SQLite: NOTE: perl-DBD-SQLite.SlackBuild:63: LIBDIRSUFFIX gets set, but never used.
sbolint: perl-DBD-SQLite checks out OK

@willysr
Copy link
Member

willysr commented Oct 21, 2024

@sbo-bot: build perl/perl-DBD-SQLite

Copy link
Author

sbo-bot bot commented Oct 21, 2024

buildpkg i586 perl/perl-DBD-SQLite

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Mon Oct 21 16:07:46 GMT 2024
revision: cd701e674bd14cbafb934092868c02602435cae0
title:    Merge 10af8c8fc047648e04afa82ead6b80c4090b2960 into 42d67aabbf32205f02141613c08f6306e84acc3a

================================================================================
perl/perl-DBD-SQLite                                                    16:14:41
================================================================================

Calculating dependencies ... none.

Building perl/perl-DBD-SQLite (update for version 1.76) --------------- 16:14:41
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running perl-DBD-SQLite.SlackBuild ...                              ETA 16:16:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-DBD-SQLite.SlackBuild
Build time 61 sec, peak load 2.62, peak memory 292M, peak tmp 28M
Built ok:  perl-DBD-SQLite-1.76-i586-1_SBo.txz                          16:15:41
Testing package perl-DBD-SQLite-1.76-i586-1_SBo.txz ... done.
Test installing perl-DBD-SQLite-1.76-i586-1_SBo.txz ...
perl-DBD-SQLite-1.76-i586-1_SBo: RDBMS perl module ..................... [  12M]
Unmounting chroot ... done.
Backed up: perl-DBD-SQLite-1.74-i586-1_SBo.txz
✅ perl/perl-DBD-SQLite Updated for version 1.76 ✅

================================================================================
SUMMARY                                                                 16:15:43
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-10-21_16:14:40.log
Runtime:     0h 1m 3s
Updated:     1
  perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-i586-1_SBo.txz

Snipped Build Log

#   DEFAULT_RECURSIVE_TRIGGERS
#   DEFAULT_SECTOR_SIZE=4096
#   DEFAULT_SYNCHRONOUS=2
#   DEFAULT_WAL_AUTOCHECKPOINT=1000
#   DEFAULT_WAL_SYNCHRONOUS=2
#   DEFAULT_WORKER_THREADS=0
#   DIRECT_OVERFLOW_READ
#   ENABLE_COLUMN_METADATA
#   ENABLE_FTS3
#   ENABLE_FTS3_PARENTHESIS
#   ENABLE_FTS4
#   ENABLE_FTS5
#   ENABLE_MATH_FUNCTIONS
#   ENABLE_RTREE
#   MALLOC_SOFT_LIMIT=1024
#   MAX_ATTACHED=10
#   MAX_COLUMN=2000
#   MAX_COMPOUND_SELECT=500
#   MAX_DEFAULT_PAGE_SIZE=8192
#   MAX_EXPR_DEPTH=1000
#   MAX_FUNCTION_ARG=127
#   MAX_LENGTH=1000000000
#   MAX_LIKE_PATTERN_LENGTH=50000
#   MAX_MMAP_SIZE=0x7fff0000
#   MAX_PAGE_COUNT=0xfffffffe
#   MAX_PAGE_SIZE=65536
#   MAX_SQL_LENGTH=1000000000
#   MAX_TRIGGER_DEPTH=1000
#   MAX_VARIABLE_NUMBER=32766
#   MAX_VDBE_OP=250000000
#   MAX_WORKER_THREADS=8
#   MUTEX_PTHREADS
#   SYSTEM_MALLOC
#   TEMP_STORE=1
#   THREADSAFE=1
t/01_compile.t ........................................ ok
# sqlite_version=3.46.1
t/02_logon.t .......................................... ok
t/03_create_table.t ................................... ok
t/04_insert.t ......................................... ok
t/05_select.t ......................................... ok
t/06_tran.t ........................................... ok
t/07_error.t .......................................... ok
t/08_busy.t ........................................... ok
t/09_create_function.t ................................ ok
t/10_create_aggregate.t ............................... ok
t/11_get_info.t ....................................... ok
t/12_unicode.t ........................................ ok
t/13_create_collation.t ............................... ok
t/14_progress_handler.t ............................... ok
t/15_ak_dbd.t ......................................... ok
t/16_column_info.t .................................... ok
t/17_createdrop.t ..................................... ok
t/18_insertfetch.t .................................... ok
t/19_bindparam.t ...................................... ok
t/20_blobs.t .......................................... ok
t/21_blobtext.t ....................................... ok
t/22_listfields.t ..................................... ok
t/23_nulls.t .......................................... ok
t/24_numrows.t ........................................ ok
t/25_chopblanks.t ..................................... ok
t/26_commit.t ......................................... ok
t/27_metadata.t ....................................... ok
t/28_schemachange.t ................................... ok
t/30_auto_rollback.t .................................. ok
t/31_bind_weird_number_param.t ........................ ok
t/32_inactive_error.t ................................. ok
t/33_non_latin_path.t ................................. ok
t/34_online_backup.t .................................. ok
t/35_table_info.t ..................................... ok
t/36_hooks.t .......................................... ok
t/37_regexp.t ......................................... ok
t/38_empty_statement.t ................................ ok
t/39_foreign_keys.t ................................... ok
t/40_multiple_statements.t ............................ ok
t/41_placeholders.t ................................... ok
t/42_primary_key_info.t ............................... ok
t/43_fts3.t ........................................... ok
t/44_rtree.t .......................................... ok
t/45_savepoints.t ..................................... ok
t/46_mod_perl.t ....................................... skipped: requires APR::Table
t/47_execute.t ........................................ ok
t/48_bind_param_is_sticky.t ........................... ok
t/49_trace_and_profile.t .............................. ok
t/50_foreign_key_info.t ............................... ok
t/51_table_column_metadata.t .......................... ok
t/52_db_filename.t .................................... ok
t/53_status.t ......................................... ok
t/54_literal_txn.t .................................... ok
t/55_statistics_info.t ................................ ok
t/56_open_flags.t ..................................... ok
t/57_uri_filename.t ................................... ok
t/58_see_if_its_a_number_and_explicit_binding.t ....... ok
t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only
t/60_readonly.t ....................................... ok
t/61_strlike.t ........................................ ok
t/62_regexp_multibyte_char_class.t .................... ok
t/63_param_values.t ................................... ok
t/64_limit.t .......................................... ok
t/65_db_config.t ...................................... ok
t/66_get_autocommit.t ................................. ok
t/cookbook_variance.t ................................. ok
t/rt_106151_outermost_savepoint.t ..................... ok
t/rt_106950_extra_warnings_with_savepoints.t .......... ok
t/rt_115465_column_info_with_spaces.t ................. ok
t/rt_124227_index_regression.t ........................ ok
t/rt_15186_prepcached.t ............................... ok
t/rt_21406_auto_finish.t .............................. ok
t/rt_25371_asymmetric_unicode.t ....................... ok
t/rt_25460_numeric_aggregate.t ........................ ok
t/rt_25924_user_defined_func_unicode.t ................ ok
t/rt_26775_distinct.t ................................. ok
t/rt_27553_prepared_cache_and_analyze.t ............... ok
t/rt_29058_group_by.t ................................. ok
t/rt_29629_sqlite_where_length.t ...................... ok
t/rt_31324_full_names.t ............................... ok
t/rt_32889_prepare_cached_reexecute.t ................. ok
t/rt_36836_duplicate_key.t ............................ ok
t/rt_36838_unique_and_bus_error.t ..................... ok
t/rt_40594_nullable.t ................................. ok
t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test
t/rt_50503_fts3.t ..................................... ok
t/rt_52573_manual_exclusive_lock.t .................... ok
t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled
t/rt_62370_diconnected_handles_operation.t ............ ok
t/rt_64177_ping_wipes_out_the_errstr.t ................ ok
t/rt_67581_bind_params_mismatch.t ..................... ok
t/rt_71311_bind_col_and_unicode.t ..................... ok
t/rt_73159_fts_tokenizer_segfault.t ................... ok
t/rt_73787_exponential_buffer_overflow.t .............. ok
t/rt_76395_int_overflow.t ............................. ok
t/rt_77724_primary_key_with_a_whitespace.t ............ ok
t/rt_78833_utf8_flag_for_column_names.t ............... ok
t/rt_81536_multi_column_primary_key_info.t ............ ok
t/rt_88228_sqlite_3_8_0_crash.t ....................... ok
t/rt_96050_db_filename_for_a_closed_database.t ........ ok
t/rt_96877_unicode_statements.t ....................... ok
t/rt_96878_fts_contentless_table.t .................... ok
t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok
t/virtual_table/00_base.t ............................. ok
t/virtual_table/01_destroy.t .......................... ok
t/virtual_table/02_find_function.t .................... ok
t/virtual_table/10_filecontent.t ...................... ok
t/virtual_table/11_filecontent_fulltext.t ............. ok
t/virtual_table/20_perldata.t ......................... ok
t/virtual_table/21_perldata_charinfo.t ................ ok
t/virtual_table/rt_124941.t ........................... ok
t/virtual_table/rt_99748.t ............................ ok
t/virtual_table/unknown_op.t .......................... ok
All tests successful.
Files=113, Tests=3863, 24 wallclock secs ( 0.36 usr  0.13 sys +  7.41 cusr  1.33 csys =  9.23 CPU)
Result: PASS
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
Manifying 7 pod documents
Appending installation info to /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.c
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.h
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3ext.h
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/Fulltext_search.pod
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/Cookbook.pod
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/Constants.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/GetInfo.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable/PerlData.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable/FileContent.pm
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Constants.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Cookbook.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Fulltext_search.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable::FileContent.3
Installing /tmp/SBo/repo.mow2Vp/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable::PerlData.3

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.mow2Vp/output_perl-DBD-SQLite/perl-DBD-SQLite-1.76-i586-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/perl-DBD-SQLite-1.76/
usr/doc/perl-DBD-SQLite-1.76/Changes
usr/doc/perl-DBD-SQLite-1.76/LICENSE
usr/doc/perl-DBD-SQLite-1.76/MANIFEST
usr/doc/perl-DBD-SQLite-1.76/README
usr/doc/perl-DBD-SQLite-1.76/perl-DBD-SQLite.SlackBuild
usr/lib/
usr/lib/perl5/
usr/lib/perl5/vendor_perl/
usr/lib/perl5/vendor_perl/DBD/
usr/lib/perl5/vendor_perl/DBD/SQLite/
usr/lib/perl5/vendor_perl/DBD/SQLite.pm
usr/lib/perl5/vendor_perl/DBD/SQLite/Constants.pm
usr/lib/perl5/vendor_perl/DBD/SQLite/Cookbook.pod
usr/lib/perl5/vendor_perl/DBD/SQLite/Fulltext_search.pod
usr/lib/perl5/vendor_perl/DBD/SQLite/GetInfo.pm
usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable/
usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable.pm
usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable/FileContent.pm
usr/lib/perl5/vendor_perl/DBD/SQLite/VirtualTable/PerlData.pm
usr/lib/perl5/vendor_perl/auto/
usr/lib/perl5/vendor_perl/auto/DBD/
usr/lib/perl5/vendor_perl/auto/DBD/SQLite/
usr/lib/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so
usr/lib/perl5/vendor_perl/auto/share/
usr/lib/perl5/vendor_perl/auto/share/dist/
usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/
usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.c
usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.h
usr/lib/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3ext.h
usr/man/
usr/man/man3/
usr/man/man3/DBD::SQLite.3.gz
usr/man/man3/DBD::SQLite::Constants.3.gz
usr/man/man3/DBD::SQLite::Cookbook.3.gz
usr/man/man3/DBD::SQLite::Fulltext_search.3.gz
usr/man/man3/DBD::SQLite::VirtualTable.3.gz
usr/man/man3/DBD::SQLite::VirtualTable::FileContent.3.gz
usr/man/man3/DBD::SQLite::VirtualTable::PerlData.3.gz

Slackware package /tmp/SBo/repo.mow2Vp/output_perl-DBD-SQLite/perl-DBD-SQLite-1.76-i586-1_SBo.txz created.

Build time 61 sec, peak load 2.62, peak memory 292M, peak tmp 28M
Built ok:  perl-DBD-SQLite-1.76-i586-1_SBo.txz                          16:15:41
Testing package perl-DBD-SQLite-1.76-i586-1_SBo.txz ... 
Test installing perl-DBD-SQLite-1.76-i586-1_SBo.txz ...
perl-DBD-SQLite-1.76-i586-1_SBo: RDBMS perl module ..................... [  12M]
Unmounting chroot ... 
Backed up: perl-DBD-SQLite-1.74-i586-1_SBo.txz
:-) perl/perl-DBD-SQLite Updated for version 1.76 (-:

Copy link
Author

sbo-bot bot commented Oct 21, 2024

sbopkglint i586 perl/perl-DBD-SQLite

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-i586-1_SBo.txz to /tmp/SBo/sbopkglint.WFjv63 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-i586-1_SBo.txz to /tmp/SBo/sbopkglint.WFjv63 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === perl-DBD-SQLite-1.76-i586-1_SBo.txz: All tests passed ✅

Copy link
Author

sbo-bot bot commented Oct 21, 2024

buildpkg x86_64 perl/perl-DBD-SQLite

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Mon Oct 21 16:07:46 GMT 2024
revision: cd701e674bd14cbafb934092868c02602435cae0
title:    Merge 10af8c8fc047648e04afa82ead6b80c4090b2960 into 42d67aabbf32205f02141613c08f6306e84acc3a

================================================================================
perl/perl-DBD-SQLite                                                    16:16:44
================================================================================

Calculating dependencies ... none.

Building perl/perl-DBD-SQLite (update for version 1.76) --------------- 16:16:44
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Running perl-DBD-SQLite.SlackBuild ...                              ETA 16:18:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-DBD-SQLite.SlackBuild
Built ok:  perl-DBD-SQLite-1.76-x86_64-1_SBo.txz                        16:17:37
Testing package perl-DBD-SQLite-1.76-x86_64-1_SBo.txz ... done.
Test installing perl-DBD-SQLite-1.76-x86_64-1_SBo.txz ...
perl-DBD-SQLite-1.76-x86_64-1_SBo: RDBMS perl module ................... [  12M]
Unmounting chroot ... done.
Backed up: perl-DBD-SQLite-1.74-x86_64-1_SBo.txz
✅ perl/perl-DBD-SQLite Updated for version 1.76 ✅

================================================================================
SUMMARY                                                                 16:17:39
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-10-21_16:16:43.log
Runtime:     0h 0m 57s
Updated:     1
  perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-x86_64-1_SBo.txz

Snipped Build Log

#   DEFAULT_PCACHE_INITSZ=20
#   DEFAULT_RECURSIVE_TRIGGERS
#   DEFAULT_SECTOR_SIZE=4096
#   DEFAULT_SYNCHRONOUS=2
#   DEFAULT_WAL_AUTOCHECKPOINT=1000
#   DEFAULT_WAL_SYNCHRONOUS=2
#   DEFAULT_WORKER_THREADS=0
#   DIRECT_OVERFLOW_READ
#   ENABLE_COLUMN_METADATA
#   ENABLE_FTS3
#   ENABLE_FTS3_PARENTHESIS
#   ENABLE_FTS4
#   ENABLE_FTS5
#   ENABLE_MATH_FUNCTIONS
#   ENABLE_RTREE
#   MALLOC_SOFT_LIMIT=1024
#   MAX_ATTACHED=10
#   MAX_COLUMN=2000
#   MAX_COMPOUND_SELECT=500
#   MAX_DEFAULT_PAGE_SIZE=8192
#   MAX_EXPR_DEPTH=1000
#   MAX_FUNCTION_ARG=127
#   MAX_LENGTH=1000000000
#   MAX_LIKE_PATTERN_LENGTH=50000
#   MAX_MMAP_SIZE=0x7fff0000
#   MAX_PAGE_COUNT=0xfffffffe
#   MAX_PAGE_SIZE=65536
#   MAX_SQL_LENGTH=1000000000
#   MAX_TRIGGER_DEPTH=1000
#   MAX_VARIABLE_NUMBER=32766
#   MAX_VDBE_OP=250000000
#   MAX_WORKER_THREADS=8
#   MUTEX_PTHREADS
#   SYSTEM_MALLOC
#   TEMP_STORE=1
#   THREADSAFE=1
t/01_compile.t ........................................ ok
# sqlite_version=3.46.1
t/02_logon.t .......................................... ok
t/03_create_table.t ................................... ok
t/04_insert.t ......................................... ok
t/05_select.t ......................................... ok
t/06_tran.t ........................................... ok
t/07_error.t .......................................... ok
t/08_busy.t ........................................... ok
t/09_create_function.t ................................ ok
t/10_create_aggregate.t ............................... ok
t/11_get_info.t ....................................... ok
t/12_unicode.t ........................................ ok
t/13_create_collation.t ............................... ok
t/14_progress_handler.t ............................... ok
t/15_ak_dbd.t ......................................... ok
t/16_column_info.t .................................... ok
t/17_createdrop.t ..................................... ok
t/18_insertfetch.t .................................... ok
t/19_bindparam.t ...................................... ok
t/20_blobs.t .......................................... ok
t/21_blobtext.t ....................................... ok
t/22_listfields.t ..................................... ok
t/23_nulls.t .......................................... ok
t/24_numrows.t ........................................ ok
t/25_chopblanks.t ..................................... ok
t/26_commit.t ......................................... ok
t/27_metadata.t ....................................... ok
t/28_schemachange.t ................................... ok
t/30_auto_rollback.t .................................. ok
t/31_bind_weird_number_param.t ........................ ok
t/32_inactive_error.t ................................. ok
t/33_non_latin_path.t ................................. ok
t/34_online_backup.t .................................. ok
t/35_table_info.t ..................................... ok
t/36_hooks.t .......................................... ok
t/37_regexp.t ......................................... ok
t/38_empty_statement.t ................................ ok
t/39_foreign_keys.t ................................... ok
t/40_multiple_statements.t ............................ ok
t/41_placeholders.t ................................... ok
t/42_primary_key_info.t ............................... ok
t/43_fts3.t ........................................... ok
t/44_rtree.t .......................................... ok
t/45_savepoints.t ..................................... ok
t/46_mod_perl.t ....................................... skipped: requires APR::Table
t/47_execute.t ........................................ ok
t/48_bind_param_is_sticky.t ........................... ok
t/49_trace_and_profile.t .............................. ok
t/50_foreign_key_info.t ............................... ok
t/51_table_column_metadata.t .......................... ok
t/52_db_filename.t .................................... ok
t/53_status.t ......................................... ok
t/54_literal_txn.t .................................... ok
t/55_statistics_info.t ................................ ok
t/56_open_flags.t ..................................... ok
t/57_uri_filename.t ................................... ok
t/58_see_if_its_a_number_and_explicit_binding.t ....... ok
t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only
t/60_readonly.t ....................................... ok
t/61_strlike.t ........................................ ok
t/62_regexp_multibyte_char_class.t .................... ok
t/63_param_values.t ................................... ok
t/64_limit.t .......................................... ok
t/65_db_config.t ...................................... ok
t/66_get_autocommit.t ................................. ok
t/cookbook_variance.t ................................. ok
t/rt_106151_outermost_savepoint.t ..................... ok
t/rt_106950_extra_warnings_with_savepoints.t .......... ok
t/rt_115465_column_info_with_spaces.t ................. ok
t/rt_124227_index_regression.t ........................ ok
t/rt_15186_prepcached.t ............................... ok
t/rt_21406_auto_finish.t .............................. ok
t/rt_25371_asymmetric_unicode.t ....................... ok
t/rt_25460_numeric_aggregate.t ........................ ok
t/rt_25924_user_defined_func_unicode.t ................ ok
t/rt_26775_distinct.t ................................. ok
t/rt_27553_prepared_cache_and_analyze.t ............... ok
t/rt_29058_group_by.t ................................. ok
t/rt_29629_sqlite_where_length.t ...................... ok
t/rt_31324_full_names.t ............................... ok
t/rt_32889_prepare_cached_reexecute.t ................. ok
t/rt_36836_duplicate_key.t ............................ ok
t/rt_36838_unique_and_bus_error.t ..................... ok
t/rt_40594_nullable.t ................................. ok
t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test
t/rt_50503_fts3.t ..................................... ok
t/rt_52573_manual_exclusive_lock.t .................... ok
t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLite ICU plugin to be enabled
t/rt_62370_diconnected_handles_operation.t ............ ok
t/rt_64177_ping_wipes_out_the_errstr.t ................ ok
t/rt_67581_bind_params_mismatch.t ..................... ok
t/rt_71311_bind_col_and_unicode.t ..................... ok
t/rt_73159_fts_tokenizer_segfault.t ................... ok
t/rt_73787_exponential_buffer_overflow.t .............. ok
t/rt_76395_int_overflow.t ............................. ok
t/rt_77724_primary_key_with_a_whitespace.t ............ ok
t/rt_78833_utf8_flag_for_column_names.t ............... ok
t/rt_81536_multi_column_primary_key_info.t ............ ok
t/rt_88228_sqlite_3_8_0_crash.t ....................... ok
t/rt_96050_db_filename_for_a_closed_database.t ........ ok
t/rt_96877_unicode_statements.t ....................... ok
t/rt_96878_fts_contentless_table.t .................... ok
t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. ok
t/virtual_table/00_base.t ............................. ok
t/virtual_table/01_destroy.t .......................... ok
t/virtual_table/02_find_function.t .................... ok
t/virtual_table/10_filecontent.t ...................... ok
t/virtual_table/11_filecontent_fulltext.t ............. ok
t/virtual_table/20_perldata.t ......................... ok
t/virtual_table/21_perldata_charinfo.t ................ ok
t/virtual_table/rt_124941.t ........................... ok
t/virtual_table/rt_99748.t ............................ ok
t/virtual_table/unknown_op.t .......................... ok
All tests successful.
Files=113, Tests=3863, 23 wallclock secs ( 0.34 usr  0.15 sys +  6.09 cusr  1.58 csys =  8.16 CPU)
Result: PASS
"/usr/bin/perl5.34.0" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLite.bs blib/arch/auto/DBD/SQLite/SQLite.bs 644
Manifying 7 pod documents
Appending installation info to /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/perllocal.pod
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.c
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.h
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3ext.h
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/GetInfo.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/Cookbook.pod
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/Fulltext_search.pod
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/Constants.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/PerlData.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/FileContent.pm
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Constants.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Cookbook.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::Fulltext_search.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable::FileContent.3
Installing /tmp/SBo/repo.W3AGUu/build_perl-DBD-SQLite/package-perl-DBD-SQLite/usr/man/man3/DBD::SQLite::VirtualTable::PerlData.3

Slackware package maker, version 3.14159265.

Searching for symbolic links:

No symbolic links were found, so we won't make an installation script.
You can make your own later in ./install/doinst.sh and rebuild the
package if you like.

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n


Creating Slackware package:  /tmp/SBo/repo.W3AGUu/output_perl-DBD-SQLite/perl-DBD-SQLite-1.76-x86_64-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/perl-DBD-SQLite-1.76/
usr/doc/perl-DBD-SQLite-1.76/Changes
usr/doc/perl-DBD-SQLite-1.76/LICENSE
usr/doc/perl-DBD-SQLite-1.76/MANIFEST
usr/doc/perl-DBD-SQLite-1.76/README
usr/doc/perl-DBD-SQLite-1.76/perl-DBD-SQLite.SlackBuild
usr/lib64/
usr/lib64/perl5/
usr/lib64/perl5/vendor_perl/
usr/lib64/perl5/vendor_perl/DBD/
usr/lib64/perl5/vendor_perl/DBD/SQLite/
usr/lib64/perl5/vendor_perl/DBD/SQLite.pm
usr/lib64/perl5/vendor_perl/DBD/SQLite/Constants.pm
usr/lib64/perl5/vendor_perl/DBD/SQLite/Cookbook.pod
usr/lib64/perl5/vendor_perl/DBD/SQLite/Fulltext_search.pod
usr/lib64/perl5/vendor_perl/DBD/SQLite/GetInfo.pm
usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/
usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable.pm
usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/FileContent.pm
usr/lib64/perl5/vendor_perl/DBD/SQLite/VirtualTable/PerlData.pm
usr/lib64/perl5/vendor_perl/auto/
usr/lib64/perl5/vendor_perl/auto/DBD/
usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/
usr/lib64/perl5/vendor_perl/auto/DBD/SQLite/SQLite.so
usr/lib64/perl5/vendor_perl/auto/share/
usr/lib64/perl5/vendor_perl/auto/share/dist/
usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/
usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.c
usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3.h
usr/lib64/perl5/vendor_perl/auto/share/dist/DBD-SQLite/sqlite3ext.h
usr/man/
usr/man/man3/
usr/man/man3/DBD::SQLite.3.gz
usr/man/man3/DBD::SQLite::Constants.3.gz
usr/man/man3/DBD::SQLite::Cookbook.3.gz
usr/man/man3/DBD::SQLite::Fulltext_search.3.gz
usr/man/man3/DBD::SQLite::VirtualTable.3.gz
usr/man/man3/DBD::SQLite::VirtualTable::FileContent.3.gz
usr/man/man3/DBD::SQLite::VirtualTable::PerlData.3.gz

Slackware package /tmp/SBo/repo.W3AGUu/output_perl-DBD-SQLite/perl-DBD-SQLite-1.76-x86_64-1_SBo.txz created.

Built ok:  perl-DBD-SQLite-1.76-x86_64-1_SBo.txz                        16:17:37
Testing package perl-DBD-SQLite-1.76-x86_64-1_SBo.txz ... 
Test installing perl-DBD-SQLite-1.76-x86_64-1_SBo.txz ...
perl-DBD-SQLite-1.76-x86_64-1_SBo: RDBMS perl module ................... [  12M]
Unmounting chroot ... 
Backed up: perl-DBD-SQLite-1.74-x86_64-1_SBo.txz
:-) perl/perl-DBD-SQLite Updated for version 1.76 (-:

Copy link
Author

sbo-bot bot commented Oct 21, 2024

sbopkglint x86_64 perl/perl-DBD-SQLite

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.snyGL9 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/perl/perl-DBD-SQLite/perl-DBD-SQLite-1.76-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.snyGL9 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === perl-DBD-SQLite-1.76-x86_64-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Oct 21, 2024

merged

@willysr willysr closed this Oct 21, 2024
@willysr willysr deleted the perl-DBD-SQLite-6e601ad73d05d407591617b24463f2c8 branch October 21, 2024 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
submission-form Changes submitted via the website submission form
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant