cpan-modules: remove slack-desc config files warning. rm cpan home dir.
This commit is contained in:
parent
cd91ff8758
commit
9660f7e168
3 changed files with 80 additions and 1 deletions
|
@ -158,6 +158,7 @@ umask 0022
|
|||
[[ ! -e "$BUILD_WORKDIR" ]] && { mkdir -p -m 750 "$BUILD_WORKDIR" || die "Failed to create working directory"; }
|
||||
rm -rf "$BUILD_ROOT" && mkdir -m 755 "$BUILD_ROOT" || die "Failed to clear build root"
|
||||
[[ -n "${SRC_DIRNAMES[*]}" ]] && { rm -rf "${SRC_DIRNAMES[@]/#/$BUILD_WORKDIR/}" || die "Failed to clear source directories"; }
|
||||
rm -rf "$BUILD_WORKDIR/$PKG_NAME-$PKG_VERSION" || die "Failed to clear cpam home directory"
|
||||
|
||||
# Get sources if they aren't downloaded already.
|
||||
[[ -n "${SRC_DOWNLOADS[*]}" ]] && {
|
||||
|
|
78
source/cpan-modules/log
Normal file
78
source/cpan-modules/log
Normal file
|
@ -0,0 +1,78 @@
|
|||
|
||||
[1;33;40m********************************************************************************
|
||||
* Building and installing: Socket6
|
||||
********************************************************************************[0;39m
|
||||
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'.
|
|
@ -14,6 +14,6 @@
|
|||
%PKG_NAME%:
|
||||
%PKG_NAME%:
|
||||
%PKG_NAME%:
|
||||
%PKG_NAME%: Warning: This package does not contain any configuration files.
|
||||
%PKG_NAME%:
|
||||
%PKG_NAME%:
|
||||
%PKG_NAME%: Packaged by: Darren 'Tadgy' Austin. Built for: %DIST_OS_ID%-%DIST_OS_VERSION_ID%.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue