It'll let you installworld, but its not fixed :)
gnu/usr.bin/perl/utils/h2ph/Makefile is where it gets triggered.
The afterinstall rule calls some miniperl routine:
afterinstall:
cd ${DESTDIR}/usr/include; \
miniperl ${.OBJDIR}/${PROG} -d \
${DESTDIR}/usr/libdata/perl/5
Thanks, that fixed it.
-Kip
On Tue, 7 Sep 1999, Adam Strohl wrote:
> I get this on 4.0-C its because of this thing in
> gnu/usr.bin/perl/utils/h2ph if I remeber correctly. I just removed the
> directory from the utils Makefile ("when in doubt comment it out") and
> eve
I get this on 4.0-C its because of this thing in
gnu/usr.bin/perl/utils/h2ph if I remeber correctly. I just removed the
directory from the utils Makefile ("when in doubt comment it out") and
everything works, though I don't work with perl much.
That being said, I've held off mentioning it as I