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
I am sorry if I am repeating something that has already been fixed -
I just did buildworld which completed without errors - however, when I did
installworld it ended with the following:
vm/vm_object.h -> vm/vm_object.ph
vm/vm_page.h -> vm/vm_page.ph
vm/vm_pageout.h -> vm/vm_pageout.ph
vm/vm_pag