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-System-Sub: Added (perl module). #9142

Closed

Conversation

sbo-bot[bot]
Copy link

@sbo-bot sbo-bot bot commented Dec 18, 2024

No description provided.

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

reverse dependencies - perl/perl-System-Sub

None

Copy link
Author

sbo-bot bot commented Dec 18, 2024

@sbo-bot: build perl/perl-System-Sub

Copy link

✅ sbolint - perl/perl-System-Sub ✅

sbolint: perl-System-Sub checks out OK

Copy link
Author

sbo-bot bot commented Dec 18, 2024

buildpkg i586 perl/perl-System-Sub

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:     Wed Dec 18 06:31:45 GMT 2024
revision: 918cfedac22716e12743fb6411fd90e95c4de9f1
title:    Merge f539c0186d4d3918400d3bdac42491bf89cf942a into 1db48d630c5d3f7ae1ba73d8600a33637670252c

================================================================================
perl/perl-System-Sub                                                    06:40:14
================================================================================

Calculating dependencies ... 
Dependency tree:
perl/perl-System-Sub (add version 0.162800)
  perl/perl-Sub-Name (ok)
  perl/perl-Scalar-List-Utils (ok)
  perl/perl-IPC-Run (ok)
  perl/perl-File-Which (ok)

Building perl/perl-System-Sub (add version 0.162800) ------------------ 06:40:15
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
perl-File-Which-1.27-i586-1_SBo: Portable implementation of the `which'  [  70K]
perl-IPC-Run-0.94-i586-2_SBo: IPC::Run ................................. [ 380K]
perl-Scalar-List-Utils-1.55-i586-1_SBo: General-utility scalar subroutin [ 140K]
perl-Sub-Name-0.27-i586-1_SBo: perl module ............................. [  70K]
Running perl-System-Sub.SlackBuild ...
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-System-Sub.SlackBuild
Built ok:  perl-System-Sub-0.162800-noarch-1_SBo.txz                    06:40:18
Testing package perl-System-Sub-0.162800-noarch-1_SBo.txz ... done.
Test installing perl-System-Sub-0.162800-noarch-1_SBo.txz ...
perl-System-Sub-0.162800-noarch-1_SBo: Wrap external command with a DWIM [  60K]
Unmounting chroot ... done.
✅ perl/perl-System-Sub Added version 0.162800 ✅

================================================================================
SUMMARY                                                                 06:40:19
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-12-18_06:40:13.log
Runtime:     0h 0m 7s
Added:       1
  perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz

Snipped Build Log

Building perl/perl-System-Sub (add version 0.162800) 2024-12-18 06:40:15
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
perl-File-Which-1.27-i586-1_SBo: Portable implementation of the `which'  [  70K]
perl-IPC-Run-0.94-i586-2_SBo: IPC::Run ................................. [ 380K]
perl-Scalar-List-Utils-1.55-i586-1_SBo: General-utility scalar subroutin [ 140K]
perl-Sub-Name-0.27-i586-1_SBo: perl module ............................. [  70K]
Running perl-System-Sub.SlackBuild ...
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-System-Sub.SlackBuild
System-Sub-0.162800/
System-Sub-0.162800/MANIFEST
System-Sub-0.162800/Makefile.PL
System-Sub-0.162800/META.yml
System-Sub-0.162800/examples/
System-Sub-0.162800/examples/df.pl
System-Sub-0.162800/examples/zenity.pl
System-Sub-0.162800/META.json
System-Sub-0.162800/t/
System-Sub-0.162800/t/00-compile.t
System-Sub-0.162800/t/20-hostname.t
System-Sub-0.162800/t/24-error.t
System-Sub-0.162800/t/21-AUTOLOAD.t
System-Sub-0.162800/t/23-prototype.t
System-Sub-0.162800/t/printenv.pl
System-Sub-0.162800/t/print.pl
System-Sub-0.162800/t/exiterr.pl
System-Sub-0.162800/t/22-ENV.t
System-Sub-0.162800/t/25-common-opts.t
System-Sub-0.162800/lib/
System-Sub-0.162800/lib/System/
System-Sub-0.162800/lib/System/Sub/
System-Sub-0.162800/lib/System/Sub/AutoLoad.pm
System-Sub-0.162800/lib/System/Sub.pm
System-Sub-0.162800/README
System-Sub-0.162800/xt/
System-Sub-0.162800/xt/author/
System-Sub-0.162800/xt/author/pod-syntax.t
System-Sub-0.162800/xt/author/pod-coverage.t
System-Sub-0.162800/xt/release/
System-Sub-0.162800/xt/release/kwalitee.t
System-Sub-0.162800/Changes
System-Sub-0.162800/LICENSE
System-Sub-0.162800/dist.ini
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for System::Sub
Writing MYMETA.yml and MYMETA.json
cp lib/System/Sub/AutoLoad.pm blib/lib/System/Sub/AutoLoad.pm
cp lib/System/Sub.pm blib/lib/System/Sub.pm
Manifying 2 pod documents
PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ...... ok
t/20-hostname.t ..... ok
t/21-AUTOLOAD.t ..... ok
t/22-ENV.t .......... ok
t/23-prototype.t .... ok
t/24-error.t ........ ok
t/25-common-opts.t .. ok
All tests successful.
Files=7, Tests=31,  0 wallclock secs ( 0.02 usr  0.01 sys +  0.53 cusr  0.14 csys =  0.70 CPU)
Result: PASS
Manifying 2 pod documents
Appending installation info to /tmp/SBo/repo.anSwG4/build_perl-System-Sub/package-perl-System-Sub/usr/lib/perl5/perllocal.pod
Installing /tmp/SBo/repo.anSwG4/build_perl-System-Sub/package-perl-System-Sub/usr/share/perl5/vendor_perl/System/Sub.pm
Installing /tmp/SBo/repo.anSwG4/build_perl-System-Sub/package-perl-System-Sub/usr/share/perl5/vendor_perl/System/Sub/AutoLoad.pm
Installing /tmp/SBo/repo.anSwG4/build_perl-System-Sub/package-perl-System-Sub/usr/man/man3/System::Sub.3
Installing /tmp/SBo/repo.anSwG4/build_perl-System-Sub/package-perl-System-Sub/usr/man/man3/System::Sub::AutoLoad.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.anSwG4/output_perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/perl-System-Sub-0.162800/
usr/doc/perl-System-Sub-0.162800/Changes
usr/doc/perl-System-Sub-0.162800/LICENSE
usr/doc/perl-System-Sub-0.162800/README
usr/doc/perl-System-Sub-0.162800/perl-System-Sub.SlackBuild
usr/man/
usr/man/man3/
usr/man/man3/System::Sub.3.gz
usr/man/man3/System::Sub::AutoLoad.3.gz
usr/share/
usr/share/perl5/
usr/share/perl5/vendor_perl/
usr/share/perl5/vendor_perl/System/
usr/share/perl5/vendor_perl/System/Sub/
usr/share/perl5/vendor_perl/System/Sub.pm
usr/share/perl5/vendor_perl/System/Sub/AutoLoad.pm

Slackware package /tmp/SBo/repo.anSwG4/output_perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz created.

Built ok:  perl-System-Sub-0.162800-noarch-1_SBo.txz                    06:40:18
Testing package perl-System-Sub-0.162800-noarch-1_SBo.txz ... 
Test installing perl-System-Sub-0.162800-noarch-1_SBo.txz ...
perl-System-Sub-0.162800-noarch-1_SBo: Wrap external command with a DWIM [  60K]
Unmounting chroot ... 
:-) perl/perl-System-Sub Added version 0.162800 (-:

Copy link
Author

sbo-bot bot commented Dec 18, 2024

sbopkglint i586 perl/perl-System-Sub

Installing dependency: perl-File-Which
perl-File-Which-1.27-i586-1_SBo: Portable implementation of the `which'  [  70K]

Installing dependency: perl-IPC-Run
perl-IPC-Run-0.94-i586-2_SBo: IPC::Run ................................. [ 380K]

Installing dependency: perl-Scalar-List-Utils
perl-Scalar-List-Utils-1.55-i586-1_SBo: General-utility scalar subroutin [ 140K]

Installing dependency: perl-Sub-Name
perl-Sub-Name-0.27-i586-1_SBo: perl module ............................. [  70K]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz to /tmp/SBo/sbopkglint.L1vtfF ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz to /tmp/SBo/sbopkglint.L1vtfF ...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-System-Sub-0.162800-noarch-1_SBo.txz: All tests passed ✅

Copy link
Author

sbo-bot bot commented Dec 18, 2024

buildpkg x86_64 perl/perl-System-Sub

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:     Wed Dec 18 06:31:45 GMT 2024
revision: 918cfedac22716e12743fb6411fd90e95c4de9f1
title:    Merge f539c0186d4d3918400d3bdac42491bf89cf942a into 1db48d630c5d3f7ae1ba73d8600a33637670252c

================================================================================
perl/perl-System-Sub                                                    06:41:18
================================================================================

Calculating dependencies ... 
Dependency tree:
perl/perl-System-Sub (add version 0.162800)
  perl/perl-Sub-Name (ok)
  perl/perl-Scalar-List-Utils (ok)
  perl/perl-IPC-Run (ok)
  perl/perl-File-Which (ok)

Building perl/perl-System-Sub (add version 0.162800) ------------------ 06:41:19
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
perl-File-Which-1.27-x86_64-1_SBo: Portable implementation of the `which [  70K]
perl-IPC-Run-0.94-x86_64-2_SBo: IPC::Run ............................... [ 380K]
perl-Scalar-List-Utils-1.55-x86_64-1_SBo: General-utility scalar subrout [ 140K]
perl-Sub-Name-0.27-x86_64-1_SBo: perl module ........................... [  70K]
Running perl-System-Sub.SlackBuild ...
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-System-Sub.SlackBuild
Built ok:  perl-System-Sub-0.162800-noarch-1_SBo.txz                    06:41:21
Testing package perl-System-Sub-0.162800-noarch-1_SBo.txz ... done.
Test installing perl-System-Sub-0.162800-noarch-1_SBo.txz ...
perl-System-Sub-0.162800-noarch-1_SBo: Wrap external command with a DWIM [  60K]
Unmounting chroot ... done.
✅ perl/perl-System-Sub Added version 0.162800 ✅

================================================================================
SUMMARY                                                                 06:41:22
================================================================================

Logfile:     /var/log/repo/SBo/repo_2024-12-18_06:41:17.log
Runtime:     0h 0m 6s
Added:       1
  perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz

Snipped Build Log

Building perl/perl-System-Sub (add version 0.162800) 2024-12-18 06:41:19
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
perl-File-Which-1.27-x86_64-1_SBo: Portable implementation of the `which [  70K]
perl-IPC-Run-0.94-x86_64-2_SBo: IPC::Run ............................... [ 380K]
perl-Scalar-List-Utils-1.55-x86_64-1_SBo: General-utility scalar subrout [ 140K]
perl-Sub-Name-0.27-x86_64-1_SBo: perl module ........................... [  70K]
Running perl-System-Sub.SlackBuild ...
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./perl-System-Sub.SlackBuild
System-Sub-0.162800/
System-Sub-0.162800/MANIFEST
System-Sub-0.162800/Makefile.PL
System-Sub-0.162800/META.yml
System-Sub-0.162800/examples/
System-Sub-0.162800/examples/df.pl
System-Sub-0.162800/examples/zenity.pl
System-Sub-0.162800/META.json
System-Sub-0.162800/t/
System-Sub-0.162800/t/00-compile.t
System-Sub-0.162800/t/20-hostname.t
System-Sub-0.162800/t/24-error.t
System-Sub-0.162800/t/21-AUTOLOAD.t
System-Sub-0.162800/t/23-prototype.t
System-Sub-0.162800/t/printenv.pl
System-Sub-0.162800/t/print.pl
System-Sub-0.162800/t/exiterr.pl
System-Sub-0.162800/t/22-ENV.t
System-Sub-0.162800/t/25-common-opts.t
System-Sub-0.162800/lib/
System-Sub-0.162800/lib/System/
System-Sub-0.162800/lib/System/Sub/
System-Sub-0.162800/lib/System/Sub/AutoLoad.pm
System-Sub-0.162800/lib/System/Sub.pm
System-Sub-0.162800/README
System-Sub-0.162800/xt/
System-Sub-0.162800/xt/author/
System-Sub-0.162800/xt/author/pod-syntax.t
System-Sub-0.162800/xt/author/pod-coverage.t
System-Sub-0.162800/xt/release/
System-Sub-0.162800/xt/release/kwalitee.t
System-Sub-0.162800/Changes
System-Sub-0.162800/LICENSE
System-Sub-0.162800/dist.ini
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for System::Sub
Writing MYMETA.yml and MYMETA.json
cp lib/System/Sub.pm blib/lib/System/Sub.pm
cp lib/System/Sub/AutoLoad.pm blib/lib/System/Sub/AutoLoad.pm
Manifying 2 pod documents
PERL_DL_NONLAZY=1 "/usr/bin/perl5.34.0" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ...... ok
t/20-hostname.t ..... ok
t/21-AUTOLOAD.t ..... ok
t/22-ENV.t .......... ok
t/23-prototype.t .... ok
t/24-error.t ........ ok
t/25-common-opts.t .. ok
All tests successful.
Files=7, Tests=31,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.43 cusr  0.18 csys =  0.65 CPU)
Result: PASS
Manifying 2 pod documents
Appending installation info to /tmp/SBo/repo.eDLxxF/build_perl-System-Sub/package-perl-System-Sub/usr/lib64/perl5/perllocal.pod
Installing /tmp/SBo/repo.eDLxxF/build_perl-System-Sub/package-perl-System-Sub/usr/share/perl5/vendor_perl/System/Sub.pm
Installing /tmp/SBo/repo.eDLxxF/build_perl-System-Sub/package-perl-System-Sub/usr/share/perl5/vendor_perl/System/Sub/AutoLoad.pm
Installing /tmp/SBo/repo.eDLxxF/build_perl-System-Sub/package-perl-System-Sub/usr/man/man3/System::Sub.3
Installing /tmp/SBo/repo.eDLxxF/build_perl-System-Sub/package-perl-System-Sub/usr/man/man3/System::Sub::AutoLoad.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.eDLxxF/output_perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/perl-System-Sub-0.162800/
usr/doc/perl-System-Sub-0.162800/Changes
usr/doc/perl-System-Sub-0.162800/LICENSE
usr/doc/perl-System-Sub-0.162800/README
usr/doc/perl-System-Sub-0.162800/perl-System-Sub.SlackBuild
usr/man/
usr/man/man3/
usr/man/man3/System::Sub.3.gz
usr/man/man3/System::Sub::AutoLoad.3.gz
usr/share/
usr/share/perl5/
usr/share/perl5/vendor_perl/
usr/share/perl5/vendor_perl/System/
usr/share/perl5/vendor_perl/System/Sub/
usr/share/perl5/vendor_perl/System/Sub.pm
usr/share/perl5/vendor_perl/System/Sub/AutoLoad.pm

Slackware package /tmp/SBo/repo.eDLxxF/output_perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz created.

Built ok:  perl-System-Sub-0.162800-noarch-1_SBo.txz                    06:41:21
Testing package perl-System-Sub-0.162800-noarch-1_SBo.txz ... 
Test installing perl-System-Sub-0.162800-noarch-1_SBo.txz ...
perl-System-Sub-0.162800-noarch-1_SBo: Wrap external command with a DWIM [  60K]
Unmounting chroot ... 
:-) perl/perl-System-Sub Added version 0.162800 (-:

Copy link
Author

sbo-bot bot commented Dec 18, 2024

sbopkglint x86_64 perl/perl-System-Sub

Installing dependency: perl-File-Which
perl-File-Which-1.27-x86_64-1_SBo: Portable implementation of the `which [  70K]

Installing dependency: perl-IPC-Run
perl-IPC-Run-0.94-x86_64-2_SBo: IPC::Run ............................... [ 380K]

Installing dependency: perl-Scalar-List-Utils
perl-Scalar-List-Utils-1.55-x86_64-1_SBo: General-utility scalar subrout [ 140K]

Installing dependency: perl-Sub-Name
perl-Sub-Name-0.27-x86_64-1_SBo: perl module ........................... [  70K]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz to /tmp/SBo/sbopkglint.Z93JOm ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/perl/perl-System-Sub/perl-System-Sub-0.162800-noarch-1_SBo.txz to /tmp/SBo/sbopkglint.Z93JOm ...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-System-Sub-0.162800-noarch-1_SBo.txz: All tests passed ✅

@willysr
Copy link
Member

willysr commented Dec 18, 2024

merged

@willysr willysr closed this Dec 18, 2024
@willysr willysr deleted the perl-System-Sub-afdd84a604201aaf408aec6e2ffa69f0 branch December 18, 2024 09:38
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.

2 participants