From owner-freebsd-current Fri Jun 9 12: 2:14 2000 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id C016C37C4D6 for ; Fri, 9 Jun 2000 12:02:08 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Jun 2000 20:02:05 +0100 (BST) To: Hostas Red Cc: freebsd-current@freebsd.org, Vallo Kallaste Subject: Re: Can't make installworld :( In-reply-to: Your message of "Fri, 09 Jun 2000 13:53:35 +0400." Date: Fri, 09 Jun 2000 20:02:05 +0100 From: Ian Dowse Message-ID: <200006092002.aa59259@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message , Hosta s Red writes: >I can't make installworld for some time with following message: > >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_pager.h -> vm/vm_pager.ph >vm/vm_param.h -> vm/vm_param.ph >vm/vm_prot.h -> vm/vm_prot.ph >vm/vm_zone.h -> vm/vm_zone.ph >vm/vnode_pager.h -> vm/vnode_pager.ph >*** Error code 1 I've seen this before. h2ph will return a non-zero exit status if it failed to open _any_ of the files listed on the command line. This will typically happen if you have a dangling symbolic link somewhere in /usr/include. The error message indicating exactly which files h2ph couldn't open will be somewhere among all the 'XX.h -> XX.ph' messages. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message