Mk/Scripts/qa.sh and DEVELOPER=yes

Matthias Andree matthias.andree at gmx.de
Mon Apr 14 05:39:27 UTC 2014


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.


More information about the freebsd-ports mailing list