Solved p5-Locale-gettext

exits with:

Code:
===>  p5-Locale-gettext-1.05_4 depends on shared library: libintl.so - found (/usr/local/lib/libintl.so.8.1.2)
===>  Registering installation for p5-Locale-gettext-1.05_4
pkg-static: Unable to access file /usr/ports/devel/p5-Locale-gettext/work/stage/usr/local/./usr/local/lib/perl5/site_perl/mach/5.18/auto/Locale/gettext/.packlist: No such file or directory
*** Error code 74

Code:
less pkg-plist
%%SITE_ARCH%%/auto/Locale/gettext/gettext.so
%%SITE_ARCH%%/Locale/gettext.pm
%%PERL5_MAN3%%/Locale::gettext.3.gz
./usr/local/lib/perl5/site_perl/mach/5.18/auto/Locale/gettext/.packlist

The point at the begin of the last line of pkg-plist should removed. After removing it, it works.

But have another error message:
Code:
pkg-static: duplicate file listing: /usr/local/lib/perl5/site_perl/mach/5.18/auto/Locale/gettext/.packlist, ignoring

I sent a message to the maintainer.
 
The maintainer send me this:
20141127:
AFFECTS: users of lang/perl5.*
AUTHOR: mat@FreeBSD.org

There was a nasty bug introduced in the update below, it was introduced in
SVN revision 373476 and corrected in 373485. If you get errors looking like
this one:

===> Registering installation for p5-Params-Util-1.07_1 as automatic
pkg-static: lstat(/usr/ports/devel/p5-Params-Util/work/stage/usr/local/./usr/local/lib/perl5/site_perl/mach/5.16/auto/Params/Util/.packlist): No such file or directory
*** [fake-pkg] Error code 74

You will have to wipe your ports tree clean. If using portsnap, with:

portsnap extract

If using subversion:

svn revert -R

In the moment I can't test, if this works.
 
Back
Top