Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Mar 2000 10:20:45 -0500 (EST)
From:      Brian Dean <brdean@unx.sas.com>
To:        bwoods2@uswest.net
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Make world error.....
Message-ID:  <200003041520.KAA11567@dean.pc.sas.com>
In-Reply-To: <XFMail.000303215700.wwoods@cybcon.com> from William Woods at "Mar 3, 2000 09:57:00 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
William Woods wrote:
> vm/vnode_pager.h -> vm/vnode_pager.ph
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.
> *** Error code 1

> 
> Ideas about what died and why?

I got the same thing here.  h2ph does not like /usr/include/des.h
which is a symlink to /usr/include/openssl/des.h, complaining about
"no such file or directory".  I fixed mine by hacking h2ph in
/usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph to ignore this, i.e., not
return 1 in this case, then redo the installworld part only.

I'm sure there is a better fix, but this allowed me to complete the
installworld and get on with life.

-Brian


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003041520.KAA11567>