From sysadmin@xnet.com  Mon Jul  3 19:33:07 2000
Return-Path: <sysadmin@xnet.com>
Received: from drwho.xnet.com (drwho.xnet.com [205.243.140.183])
	by hub.freebsd.org (Postfix) with ESMTP id 7C3CD37C339
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  3 Jul 2000 19:33:05 -0700 (PDT)
	(envelope-from sysadmin@xnet.com)
Received: (from sysadmin@localhost)
	by drwho.xnet.com (8.9.3/8.9.3) id VAA01834;
	Mon, 3 Jul 2000 21:33:03 -0500 (CDT)
Message-Id: <200007040233.VAA01834@drwho.xnet.com>
Date: Mon, 3 Jul 2000 21:33:03 -0500 (CDT)
From: drwho@xnet.com
Sender: sysadmin@xnet.com
Reply-To: drwho@xnet.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: gnu/i386
X-Send-Pr-Version: 3.2

>Number:         19687
>Category:       gnu
>Synopsis:       Perl Install on make installworld fails
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 03 19:40:01 PDT 2000
>Closed-Date:    Wed Jul 5 02:30:28 PDT 2000
>Last-Modified:  Wed Jul 05 02:46:00 PDT 2000
>Originator:     System Administrator
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
none
>Environment:

Nothing in particular.  Logged in as root.

>Description:

Ran "make buildworld".  Everything compiled cleanly.  When running
"make installworld", however, the install fails on perl with the following
errors:

vm/vm_zone.h -> vm/vm_zone.ph
vm/vnode_pager.h -> vm/vnode_pager.ph
*** Error code 1

Stop.


>How-To-Repeat:

Either try running "make installworld" or just cd /usr/src/gnu/usr.bin/perl
and run "make install".

>Fix:
	
None available.


>Release-Note:
>Audit-Trail:

From: Vallo Kallaste <vallo@matti.ee>
To: drwho@xnet.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: gnu/19687: gnu/i386
Date: Tue, 4 Jul 2000 11:49:04 +0200

 On Mon, Jul 03, 2000 at 09:33:03PM -0500, drwho@xnet.com wrote:
 
 > >Number:         19687
 > >Category:       gnu
 > >Synopsis:       Perl Install on make installworld fails
 > >Confidential:   no
 > 
 > >Description:
 > 
 > Ran "make buildworld".  Everything compiled cleanly.  When running
 > "make installworld", however, the install fails on perl with the following
 > errors:
 > 
 > vm/vm_zone.h -> vm/vm_zone.ph
 > vm/vnode_pager.h -> vm/vnode_pager.ph
 > *** Error code 1
 > 
 > Stop.
 
 Accordingly to lists, you may have stale symlinks in the /usr/include
 and h2ph script exits with error code, stopping installworld. Make sure
 you don't have any symlinks in /usr/include without target.
 -- 
 
 Vallo Kallaste
 vallo@matti.ee
 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Wed Jul 5 02:30:28 PDT 2000 
State-Changed-Why:  
You can identify the dangling symlinks in /usr/include with this 
ugly but workable shell construct: 

find /usr/include -ls |  
sed -ne 's/^.*[^ ][^ ]* -> ([^ ][^ ]*)$/1/p' |  
xargs ls 


http://www.freebsd.org/cgi/query-pr.cgi?pr=19687 
>Unformatted:
