Problem w/ building p5-Compress-Raw-Zlib-2.062

Doug Sampson dougs at dawnsign.com
Wed Oct 30 23:30:02 UTC 2013


Hello-

I appear to be having a problem building the p5-Compress-Raw-Zlib-2.062 port on a FreeBSD 9.1-RELEASE machine. Error message below:

# cd /usr/ports/archivers/p5-Compress-Raw-Zlib
# make install clean
===>  Building package for p5-Compress-Raw-Zlib-2.062
Creating package /usr/ports/archivers/p5-Compress-Raw-Zlib/work/p5-Compress-Raw-Zlib-2.062.tbz
Registering depends: perl5-5.16.3_2.
Creating bzip'd tar ball in '/usr/ports/archivers/p5-Compress-Raw-Zlib/work/p5-Compress-Raw-Zlib-2.062.tbz'
tar: lib/perl5/site_perl/5.16/mach/auto/Compress/Raw/Zlib/Zlib.bs: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256
*** [do-package] Error code 1

Stop in /usr/ports/archivers/p5-Compress-Raw-Zlib.
#


It appears that the issue is with an incorrect pathname?

# find / | g Zlib.bs
/usr/local/lib/perl5/5.16/mach/auto/Compress/Raw/Zlib/Zlib.bs
#

Here, the Zlib.bs file is found in /usr/local/lib/perl5/5.16/mach/auto/Compress/Raw/Zlib/ but the build is trying to find the Zlib.bs file at lib/perl5/site_perl/5.16/mach/auto/Compress/Raw/Zlib/ 

Is this an issue?

~Doug




More information about the freebsd-questions mailing list