Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Oct 2014 18:09:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194073] sysutils/backuppc : can't find Compress::Zlib
Message-ID:  <bug-194073-13-aKjoHDoVXt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194073-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194073-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194073

--- Comment #8 from Alexander Moisseev <moiseev@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@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@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
root@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@10-0-amd64:/home/moiseev # cd /usr/ports/archivers/p5-IO-Compress
root@10-0-amd64:/usr/ports/archivers/p5-IO-Compress # make install clean

<<<skipped>>>

root@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@10-0-amd64:/usr/ports/archivers/p5-IO-Compress # perl -le 'eval "use
Compress::Zlib;"; print "CompZlib OK" unless ( $@ );'
CompZlib OK
root@10-0-amd64:/usr/ports/archivers/p5-IO-Compress #

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194073-13-aKjoHDoVXt>