usr/local/lib/perl5/site_perl/5.8.5/mach/auto

Sergey Matveychuk sem at FreeBSD.org
Tue Nov 23 20:04:48 PST 2004


Kris Kennaway wrote:

> The perl pkg-plist doesn't seem to include this directory, therefore
> it causes enormous pollution on
> 
>   http://pointyhat.freebsd.org/errorlogs/i386-6-latest-logs/extras.html
> 
> Can you please fix?
> 
> Kris

Hmmm. But it really there:
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto 2>/dev/null || true

I've tried this in a jail:

% pkg_add perl-5.8.5.tgz
...
%pkg_info
perl-5.8.5          Practical Extraction and Report Language
% ls -la /usr/local/lib/perl5/site_perl/5.8.5/mach/auto
ls: /usr/local/lib/perl5/site_perl/5.8.5/mach/auto: No such file or 
directory
% cd /usr/ports/devel/p5-Tree-Simple
% make install
...
% ls -la /usr/local/lib/perl5/site_perl/5.8.5/mach/auto
total 8
drwxr-xr-x  3 root  wheel   512 Nov 24 06:55 .
drwxr-xr-x  5 root  wheel  4096 Nov 24 06:55 ..
drwxr-xr-x  3 root  wheel   512 Nov 24 06:55 Tree
% make deinstall
...
% ls -la /usr/local/lib/perl5/site_perl/5.8.5/mach/auto
total 6
drwxr-xr-x  2 root  wheel   512 Nov 24 06:55 .
drwxr-xr-x  5 root  wheel  4096 Nov 24 06:55 ..
%pkg_delete perl-5.8.5
% ls -la /usr/local/lib/perl5/site_perl/5.8.5/mach/auto
ls: /usr/local/lib/perl5/site_perl/5.8.5/mach/auto: No such file or 
directory

-- 
Sem.


More information about the freebsd-perl mailing list