From owner-freebsd-current Sat Mar 4 7:21:24 2000 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (Postfix) with ESMTP id 3DBCB37B801 for ; Sat, 4 Mar 2000 07:21:20 -0800 (PST) (envelope-from brdean@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.28]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id KAA11114; Sat, 4 Mar 2000 10:21:16 -0500 (EST) Received: from dean.pc.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA12377; Sat, 4 Mar 2000 10:20:45 -0500 Received: (from brdean@localhost) by dean.pc.sas.com (8.9.3/8.9.1) id KAA11567; Sat, 4 Mar 2000 10:20:45 -0500 (EST) (envelope-from brdean) From: Brian Dean Message-Id: <200003041520.KAA11567@dean.pc.sas.com> Subject: Re: Make world error..... In-Reply-To: from William Woods at "Mar 3, 2000 09:57:00 pm" To: bwoods2@uswest.net Date: Sat, 4 Mar 2000 10:20:45 -0500 (EST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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