Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Mar 2016 11:52:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        perl@FreeBSD.org
Subject:   [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
Message-ID:  <bug-205600-14331-eXvChGDmrI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205600-14331@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205600-14331@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205600

--- Comment #4 from Mathieu Arnold <mat@FreeBSD.org> ---
(In reply to Mark Millard from comment #3)
> (In reply to Mathieu Arnold from comment #2)
>=20
> (1) A mistake?
>=20
> The ${REINPLACE_CMDNPLACE_CMD} uses seem to translate to empty strings. (I
> tried a direct "make post-build" in /usr/ports/lang/perl5.22 with CC set
> appropriately because the REINPLACE_CMDNPLACE_CMD text just looked odd. T=
his
> was after patching the Makefile.)
>=20
> Should those have been ${REINPLACE_CMD} uses instead?

Ah, yes, something funny happened there, REINPLACE_CMD is what should be th=
ere.

> (This suggests that avoiding the Makefile and directly sed'ing the Config=
.pm
> and Config_heavy.pl files in /usr/local/lib/perl5/5.xx/... would not make=
 a
> great overall test as it would miss the above problem.)
>=20
>=20
> (2) How to test the overall behavior?
>=20
> My builds of perl5 would never have ${CC} =3D=3D /nxb-bin/usr/bin/cc norm=
ally
> and if I tried having that path in the CC definition in my /etc/make.conf
> the build would normally fail for lack of such a path.
>=20
> My original work around to pkg installing something that was broken was to
> build the lang/perl5 port instead of using "pkg install perl5". That had =
no
> "/nxb-bin/usr/bin/cc" involved and worked fine. (It still works fine with
> the patch to the perl5 Makefile involved.)
>=20
> I expect that the /nxb-bin/usr/bin/cc comes from how things are built to
> make official packages (as done on the official servers). I do not know h=
ow
> to set up such a build.
>=20
> The closest simple test idea that I've come up with would be to temporari=
ly
> have /nxb-bin/usr/bin/cc be a symbolic link to /usr/bin/cc during a perl5=
.xx
> build in my environment and have /etc/make.conf's CC reference
> /nxb-bin/usr/bin/cc at that time. Then later change /etc/make.conf's CC to
> reference /usr/bin/cc and remove /nxb-bin/usr/bin/cc from the file system
> before seeing if the devel/p5-Locale-gettext build problem repeats.
>=20
> Sound sufficient?

Yes, the /nxb-bin thing is there because of how the packages are built. It =
will
only be there if you installed the official package.
Making a symlink is a bad idea, it hides thing.
I don't really get all that you're saying though.

I'll just decide that my patch (with REINPLACE_CMD) works and commit it.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205600-14331-eXvChGDmrI>