Am 13.04.2014 14:28, schrieb clutton:
> It seems that with DEVELOPER=yes in /etc/make.conf I'm not able to
> perform ordinary update routines. Removing the DEVELOPER variable fix
> the problem. And probably the worst part of it that there's no error
> message.
> 
> ====> Running Q/A tests (stage-qa)
> Error: 
> /tmp/usr/ports/devel/p5-subversion/work/stage/usr/local/lib/perl5/site_perl/5.18/mach/auto/SVN/_Core/.packlist
>  is referring to /tmp/usr/ports/devel/p5-subversion/work/stage

Oh, there is an error, as quoted above.

.packlist refers to a file that will no longer be present after "make
clean".

Cause is that the p5-subversion port, or some part of the Perl or ports
framework, causes the .packlist to be generated with bogus contents.
Either we can fix the actual cause, or we can hack the .packlist to
strip the ${STAGEDIR} prefix, which would be the inferior approach, however.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to