From paul@netcraft.co.uk  Fri Aug 11 07:05:40 1995
Received: from server.netcraft.co.uk (server.netcraft.co.uk [194.72.238.2])
          by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id HAA20258
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 11 Aug 1995 07:05:39 -0700
Received: (from paul@localhost) by server.netcraft.co.uk (8.6.11/8.6.9) id PAA17985; Fri, 11 Aug 1995 15:05:05 +0100
Message-Id: <199508111405.PAA17985@server.netcraft.co.uk>
Date: Fri, 11 Aug 1995 15:05:05 +0100
From: Paul Richards <paul@netcraft.co.uk>
Reply-To: paul@netcraft.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: Nor all ph headers get created
X-Send-Pr-Version: 3.2

>Number:         672
>Category:       gnu
>Synopsis:       Nor all ph headers get created
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    steve
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 07:10:01 PDT 1995
>Closed-Date:    Fri Feb 20 20:07:58 PST 1998
>Last-Modified:  Fri Feb 20 20:09:52 PST 1998
>Originator:     Paul Richards
>Release:        FreeBSD 2.0-BUILT-19950527 i386
>Organization:
Paul Richards, Bluebird Computer Systems. FreeBSD core team member. 
  Internet: paul@FreeBSD.org, http://www.freebsd.org/~paul
  Phone: 0370 462071 (Mobile), +44 1222 457651 (home)
>Environment:

	This machine's running -stable but probably not a current -stable. The
	Release: string above is totally bogus but it's what uname is returning.

	

>Description:

	I tried to use &syslog in perl and it failed becuase
	machine/ansi.ph was missing. Looking in /usr/share/perl,
	only the basic /usr/include and /usr/include/sys header
	files are being converted. I'm not sure if we need every
	header converted to .ph but we do need more thatn we currently
	have.
	

>How-To-Repeat:

	Try and use &syslog from a perl script.
	

>Fix:
	
	run h2ph on /usr/include/machine/*

	

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: scrappy 
State-Changed-When: Mon Oct 21 22:57:47 PDT 1996 
State-Changed-Why:  

Confirm Status 

Responsible-Changed-From-To: freebsd-bugs->paul 
Responsible-Changed-By: mpp 
Responsible-Changed-When: Fri Feb 21 11:33:14 PST 1997 
Responsible-Changed-Why:  
He wrote the PR, and it looks like if he wants it fixed, 
he is going to have to do it himself :-). 
Responsible-Changed-From-To: paul->freebsd-bugs 
Responsible-Changed-By: mpp 
Responsible-Changed-When: Fri Feb 21 18:20:20 PST 1997 
Responsible-Changed-Why:  
Paul says he doesn't want to be responsible for this. 

From: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
To: freebsd-gnats-submit@freebsd.org, paul@netcraft.co.uk
Cc: Jun Kuriyama <kuriyama@opt.phys.waseda.ac.jp>
Subject: Re: gnu/672: Nor all ph headers get created
Date: Sat, 21 Feb 1998 10:13:43 +0900

 ----Next_Part(Sat_Feb_21_10:10:18_1998)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 
   'ports/lang/perl5' version of this problem was fixed by PR
 ports/5738. (see "http://www.freebsd.org/cgi/cvsweb.cgi/ports/
 lang/perl5/Makefile.diff?r1=1.22&r2=1.23")
 
   I think same patch should be applied.
 
 
 Jun Kuriyama // kuriyama@opt.phys.waseda.ac.jp
             // "Open PR" reducing campaign
 
 ----Next_Part(Sat_Feb_21_10:10:18_1998)--
 Content-Type: Text/Plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/src/gnu/usr.bin/perl/x2p/Makefile,v
 retrieving revision 1.10
 diff -u -r1.10 Makefile
 --- Makefile	1996-09-17 10:14:18+09	1.10
 +++ Makefile	1998-02-21 10:04:39+09
 @@ -17,7 +17,7 @@
  		${DESTDIR}${BINDIR}
  
  afterinstall:
 -	(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * sys/*)
 +	(DESTDIR=${DESTDIR}; cd ${DESTDIR}/usr/include; ${BINDIR}/h2ph * machine/* sys/*)
  
  .include "../../Makefile.inc"
  .include <bsd.prog.mk>
 
 ----Next_Part(Sat_Feb_21_10:10:18_1998)----
State-Changed-From-To: feedback->closed 
State-Changed-By: steve 
State-Changed-When: Fri Feb 20 20:07:58 PST 1998 
State-Changed-Why:  
Committed a similar fix to the one I committed for the perl port. 


Responsible-Changed-From-To: freebsd-bugs->steve 
Responsible-Changed-By: steve 
Responsible-Changed-When: Fri Feb 20 20:07:58 PST 1998 
Responsible-Changed-Why:  
>Unformatted:
