pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Can't install security/p5-Net-SSLeay as of pkgsrc-2014Q3
Hi list,
I'm having trouble installing security/p5-Net-SSLeay from pkgsrc-2014Q3; it complains:
# make install
[...]
Perl packlist /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/usr/pkg/lib/perl5/vendor_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Net/SSLeay/.packlist is missing.
*** Error code 1
(Full build log at the end)
And, in fact, .packlist isn't where it's expected to be, but got staged to root/:
# find work -name '.packlist'
work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/.packlist
so the installation prefix seems to be wrong (/root), but i'm not sufficiently experienced with pkgsrc to dig much deeper here, I'm afraid.
Thanks for any help and kind regards,
Timo
Here's the full build log, /etc/mk.conf is empty.
# pwd
/usr/pkgsrc/security/p5-Net-SSLeay
# make clean && make install
===> Cleaning for p5-Net-SSLeay-1.66
=> Bootstrap dependency digest>=20010302: found digest-20121220
===> Checking for vulnerabilities in p5-Net-SSLeay-1.66
=> Checksum SHA1 OK for Net-SSLeay-1.66.tar.gz
=> Checksum RMD160 OK for Net-SSLeay-1.66.tar.gz
===> Installing dependencies for p5-Net-SSLeay-1.66
==========================================================================
The following variables will affect the build process of this package,
p5-Net-SSLeay-1.66. Their current value is shown below:
* SSLBASE = /usr
* SSLCERTS = /etc/openssl/certs
* SSLDIR = /etc/openssl
* SSLKEYS = /etc/openssl/private
You may want to abort the process now with CTRL-C and change their value
before continuing. Be sure to run `/usr/bin/make clean' after
the changes.
==========================================================================
=> Build dependency p5-Test-Exception-[0-9]*: found p5-Test-Exception-0.32nb1
=> Build dependency p5-Test-Warn-[0-9]*: found p5-Test-Warn-0.24nb3
=> Full dependency {perl>=5.7.3,p5-MIME-Base64-[0-9]*}: found perl-5.20.0nb2
=> Full dependency perl<5.22.0: found perl-5.20.0nb2
=> Full dependency perl>=5.20.0: found perl-5.20.0nb2
===> Overriding tools for p5-Net-SSLeay-1.66
===> Extracting for p5-Net-SSLeay-1.66
===> Patching for p5-Net-SSLeay-1.66
===> Creating toolchain wrappers for p5-Net-SSLeay-1.66
===> Configuring for p5-Net-SSLeay-1.66
WARNING: can't open config file: /etc/openssl/openssl.cnf
*** Found OpenSSL-1.0.1i installed in /usr
*** Be sure to use the same compiler and options to compile your OpenSSL, perl,
and Net::SSLeay. Mixing and matching compilers is not supported.
Do you want to run external tests?
These tests *will* *fail* if you do not have network connectivity. [n] n
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for Net::SSLeay
Writing MYMETA.yml and MYMETA.json
===> Building for p5-Net-SSLeay-1.66
cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm
AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay)
blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters:
directory blib/lib/auto/Net/SSLeay:
do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https
do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx
get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http
head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt
post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt
put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http
ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read
ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ
tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read
tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ
cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod
cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm
Running Mkbootstrap for Net::SSLeay ()
chmod 644 SSLeay.bs
/usr/pkg/bin/perl "-Iinc" /usr/pkg/lib/perl5/5.20.0/ExtUtils/xsubpp -typemap /usr/pkg/lib/perl5/5.20.0/ExtUtils/typemap -typemap typemap SSLeay.xs > SSLeay.xsc && mv SSLeay.xsc SSLeay.c
gcc -c -I/usr/include -O2 -pthread -I/usr/include -fwrapv -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/pkg/include -O2 -pthread -I/usr/include -DVERSION=\"1.66\" -DXS_VERSION=\"1.66\" -DPIC -fPIC "-I/usr/pkg/lib/perl5/5.20.0/x86_64-netbsd-thread-multi/CORE" SSLeay.c
rm -f blib/arch/auto/Net/SSLeay/SSLeay.so
LD_RUN_PATH="/usr/lib" gcc -shared -L/usr/local/lib -L/usr/pkg/lib -fstack-protector SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so -L/usr -L/usr/lib -lssl -lcrypto -lz
chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so
/usr/pkg/bin/perl "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644
Manifying blib/man3/Net::SSLeay.3
Manifying blib/man3/Net::SSLeay::Handle.3
=> Unwrapping files-to-be-installed.
===> Installing for p5-Net-SSLeay-1.66
Running Mkbootstrap for Net::SSLeay ()
chmod 644 SSLeay.bs
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/SSLeay.so
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/Net/SSLeay.pm
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/Net/SSLeay.pod
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/Net/SSLeay/Handle.pm
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/want_nothing.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/want_read.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/want_write.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/want_X509_lookup.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/open_tcp_connection.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/open_proxy_tcp_connection.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/debug_read.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/ssl_read_all.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcp_read_all.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/ssl_write_all.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcp_write_all.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/ssl_read_until.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcp_read_until.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/ssl_read_CRLF.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcp_read_CRLF.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/ssl_write_CRLF.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcp_write_CRLF.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/dump_peer_certificate.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/randomize.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/new_x_ctx.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/initialize.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/sslcat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcpcat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/tcpxcat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/https_cat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/http_cat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/httpx_cat.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/set_cert_and_key.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/set_server_cert_and_key.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/set_proxy.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/make_form.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/make_headers.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_httpx3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_https3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_httpx2.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_https2.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_httpx4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_http.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_https4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_https.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_https.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_https.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_https.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_https3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_https3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_https3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_https3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_https4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_https4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_https4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_https4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_http.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_http.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_http.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_http3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_http3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_http3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_http3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_http4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_http4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_http4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_http4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_httpx.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_httpx.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_httpx.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_httpx.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_httpx3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_httpx3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_httpx3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_httpx3.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/get_httpx4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/post_httpx4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/put_httpx4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/head_httpx4.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/do_https.al
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/auto/Net/SSLeay/autosplit.ix
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/man/man3/Net::SSLeay.3
Installing /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/man/man3/Net::SSLeay::Handle.3
Appending installation info to /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/root/perl5/lib/perl5/x86_64-netbsd-thread-multi/perllocal.pod
Perl packlist /usr/pkgsrc/security/p5-Net-SSLeay/work/.destdir/usr/pkg/lib/perl5/vendor_perl/5.20.0/x86_64-netbsd-thread-multi/auto/Net/SSLeay/.packlist is missing.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/security/p5-Net-SSLeay
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/security/p5-Net-SSLeay
Home |
Main Index |
Thread Index |
Old Index