[Bug 194073] sysutils/backuppc : can't find Compress::Zlib
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Oct 3 18:09:47 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194073
--- Comment #8 from Alexander Moisseev <moiseev at mezonplus.ru> ---
Obviously it is not sysutils/backuppc issue. Your test results indicate that
Perl can't find Compress::Zlib module for some reason. I'm sorry, but I have no
idea why.
Log of my successful test on fresh installed OS:
root at 10-0-amd64:/home/moiseev # uname -a
FreeBSD 10-0-amd64 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16
22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
root at 10-0-amd64:/home/moiseev # pkg install perl5
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
Checking integrity... done (0 conflicting)
The following 1 packages will be affected (of 0 checked):
New packages to be INSTALLED:
perl5: 5.16.3_11
The process will require 47 MB more space.
Proceed with this action? [y/N]: y
[1/1] Installing perl5-5.16.3_11: 100%
root at 10-0-amd64:/home/moiseev # cd /usr/ports/archivers/p5-IO-Compress
root at 10-0-amd64:/usr/ports/archivers/p5-IO-Compress # make install clean
<<<skipped>>>
root at 10-0-amd64:/usr/ports/archivers/p5-IO-Compress # pkg info
p5-Compress-Raw-Bzip2-2.066 Low-Level Interface to bzip2 compression library
p5-Compress-Raw-Zlib-2.066 Low-Level Interface to zlib compression library
p5-IO-Compress-2.066 Perl5 compression modules (bzip2, deflate, gzip,
zlib, zip)
perl5-5.16.3_11 Practical Extraction and Report Language
pkg-1.3.8_1 Package manager
root at 10-0-amd64:/usr/ports/archivers/p5-IO-Compress # perl -le 'eval "use
Compress::Zlib;"; print "CompZlib OK" unless ( $@ );'
CompZlib OK
root at 10-0-amd64:/usr/ports/archivers/p5-IO-Compress #
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list