Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 07:04:44 +0300
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        perl@FreeBSD.org
Subject:   Re: usr/local/lib/perl5/site_perl/5.8.5/mach/auto
Message-ID:  <41A4085C.5090606@FreeBSD.org>
In-Reply-To: <20041124030921.GA93195@xor.obsecurity.org>
References:  <20041124030921.GA93195@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41A4085C.5090606>