[Bug 205600] arm's lang/perl5.20: via pkg install perl5: cc => '/nxb-bin/usr/bin/cc' in /usr/local/lib/perl5/5.20/mach/Config.pm

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 23 19:44:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205600

--- Comment #5 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Mathieu Arnold from comment #4)

Okay. At least I found the one type of problem in the patches.


Unless I first had built perl5.xx while "${CC} == /nxb-bin/usr/bin/cc" was true
any attempt at test-building devel/p5-Locale-gettext would not be based on the
new post-build target having been used during the perl5.xx build.

In other words: It would not have tested your change if CC had any other path
(or was undefined) during the perl5.xx build.

So I was looking for a valid (but temporary) way of allowing "${CC} ==
/nxb-bin/usr/bin/cc" to be true during the perl5.xx build but not during the
later devel/p5-Locale-gettext build. (This would simulate the conditions from
my original report but with post-build used for perl5.xx.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-perl mailing list