From bec81c96f0a18e7576dc5f40b5973838eef30e02 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Tue, 11 Oct 2022 00:50:48 +0100 Subject: [PATCH] Update cpan-modules build and dependencies list. --- source/cpan-modules/BUILD-DEPENDS | 1 - source/cpan-modules/cpan-modules.SlackBuild | 6 +- source/cpan-modules/log | 78 --------------------- 3 files changed, 3 insertions(+), 82 deletions(-) delete mode 100644 source/cpan-modules/BUILD-DEPENDS delete mode 100644 source/cpan-modules/log diff --git a/source/cpan-modules/BUILD-DEPENDS b/source/cpan-modules/BUILD-DEPENDS deleted file mode 100644 index 1cd5d8f..0000000 --- a/source/cpan-modules/BUILD-DEPENDS +++ /dev/null @@ -1 +0,0 @@ -# Custom packages required to build this package. diff --git a/source/cpan-modules/cpan-modules.SlackBuild b/source/cpan-modules/cpan-modules.SlackBuild index a62e137..85ec6f8 100755 --- a/source/cpan-modules/cpan-modules.SlackBuild +++ b/source/cpan-modules/cpan-modules.SlackBuild @@ -1,5 +1,5 @@ #!/bin/bash -# Version: 0.6.11 +# Version: 0.6.12 # Copyright (c) 2005-2022: # Darren 'Tadgy' Austin # Licensed under the terms of the GNU General Public License version 3. @@ -79,10 +79,10 @@ done (( ${BUILD_FORCE:-0} != 1 )) && { while read -r PKG; do check_installed "$PKG" && die "Conflicting package installed: $PKG" - done < <(printf "%s\\n" "${BUILD_CONFLICTS[@]}") + done < <(printf "%s " "${BUILD_CONFLICTS[@]}") while read -r PKG; do check_installed "$PKG" || die "Required package not installed: $PKG" - done < <(printf "%s\\n" "${BUILD_REQUIRES[@]}") + done < <(printf "%s " "${BUILD_REQUIRES[@]}") } # Gather some system information. diff --git a/source/cpan-modules/log b/source/cpan-modules/log deleted file mode 100644 index 881858d..0000000 --- a/source/cpan-modules/log +++ /dev/null @@ -1,78 +0,0 @@ - -******************************************************************************** -* Building and installing: Socket6 -******************************************************************************** -Loading internal logger. Log::Log4perl recommended for better logging -CPAN: HTTP::Tiny loaded ok (v0.076) -Fetching with HTTP::Tiny: -http://www.cpan.org/authors/01mailrc.txt.gz -Reading '/tmp/pkg-build/cpan-modules-15.0_1/sources/authors/01mailrc.txt.gz' -CPAN: Compress::Zlib loaded ok (v2.102) -............................................................................DONE -Fetching with HTTP::Tiny: -http://www.cpan.org/modules/02packages.details.txt.gz -Reading '/tmp/pkg-build/cpan-modules-15.0_1/sources/modules/02packages.details.txt.gz' - Database was generated on Fri, 07 Oct 2022 20:17:03 GMT - HTTP::Date not available -.............. - New CPAN.pm version (v2.34) available. - [Currently running version is v2.28] - You might want to try - install CPAN - reload cpan - to both upgrade CPAN.pm and run the new version without leaving - the current session. - - -..............................................................DONE -Fetching with HTTP::Tiny: -http://www.cpan.org/modules/03modlist.data.gz -Reading '/tmp/pkg-build/cpan-modules-15.0_1/sources/modules/03modlist.data.gz' -DONE -Writing /tmp/pkg-build/cpan-modules-15.0_1/Metadata -Running install for module 'Socket6' -Fetching with HTTP::Tiny: -http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz -CPAN: Digest::SHA loaded ok (v6.02) -Fetching with HTTP::Tiny: -http://www.cpan.org/authors/id/U/UM/UMEMOTO/CHECKSUMS -Checksum for /tmp/pkg-build/cpan-modules-15.0_1/sources/authors/id/U/UM/UMEMOTO/Socket6-0.29.tar.gz ok -'YAML' not installed, will not store persistent state -CPAN: CPAN::Meta::Requirements loaded ok (v2.140) -CPAN: Parse::CPAN::Meta loaded ok (v2.150010) -CPAN: CPAN::Meta loaded ok (v2.150010) -CPAN: Module::CoreList loaded ok (v5.20210520) -Configuring U/UM/UMEMOTO/Socket6-0.29.tar.gz with Makefile.PL -checking for gcc... cc -checking whether the C compiler works... yes -checking for C compiler default output file name... a.out -checking for suffix of executables... -checking whether we are cross compiling... no -checking for suffix of object files... o -checking whether we are using the GNU C compiler... yes -checking whether cc accepts -g... yes -checking for cc option to accept ISO C89... none needed -checking whether your Perl5 have PL_sv_undef... yes -checking how to run the C preprocessor... cc -E -checking for grep that handles long lines and -e... /usr/bin/grep -checking for egrep... /usr/bin/grep -E -checking for getaddrinfo... yes -checking for getnameinfo... yes -checking for gethostbyname2... yes -checking for getipnodebyname... no -checking for getipnodebyname in -lsocket... no -checking whether your system has IPv6 directory... no -checking for getipnodebyaddr... no -checking for getipnodebyaddr in -lsocket... no -checking whether your system has IPv6 directory... (cached) no -checking for inet_pton... yes -checking for inet_ntop... yes -checking for working inet_ntop... yes -checking whether you have sa_len in struct sockaddr... no -checking whether you have sin6_scope_id in struct sockaddr_in6... yes -checking for socklen_t... yes -configure: creating ./config.status -Warning: No success on command[/usr/bin/perl5.34.0 Makefile.PL CC="/usr/bin/ccache gcc" CXX="/usr/bin/ccache g++"] - UMEMOTO/Socket6-0.29.tar.gz - /usr/bin/perl5.34.0 Makefile.PL CC="/usr/bin/ccache gcc" CXX="/usr/bin/ccache g++" -- NOT OK -Stopping: 'install' failed for 'Socket6'.