develooper Front page | perl.module-authors | Postings from October 2007

Re: got no sys/ioctl.ph ?

Thread Previous | Thread Next
From:
David Cantrell
Date:
October 22, 2007 06:37
Subject:
Re: got no sys/ioctl.ph ?
Message ID:
20071022133722.GQ21901@bytemark.barnyard.co.uk
On Sun, Oct 21, 2007 at 11:19:57PM +0200, Andreas J. Koenig wrote:
> >>>>> On Sun, 21 Oct 2007 12:31:20 -0700, Eric Wilhelm <scratchcomputing@gmail.com> said:
> > I'm puzzled by the flood of failure reports for unix-like systems, which 
> > include even 5.8.8 on linux (close to being my development box, though 
> > maybe with a different kernel.)
> > I got the "require 'sys/ioctl.ph'" line from the ioctl() section of 
> > `perldoc perlfunc`.  What's the deal?
> h2ph is not being run as part of a perl compilation/installation.

At least some of these reports are coming from me.  My test environments
are deliberately minimal - that is, I build them with Configure, make,
make test, make install, plus I install the handful of modules required
to report tests, and that's it.  h2ph is documented in INSTALL as being
merely something that you *may* wish to do:

    sh Configure
    make
    make test
    make install

    # You may also wish to add these:
    (cd /usr/include && h2ph *.h sys/*.h)
    ...

so I've not done it.  If people think that perhaps I should, then I
will.  Can't promise to remember to do it next time I build a test
environment though, mind :-)

Incidentally, the h2ph invocation should probably be clarified as
$PREFIX/h2ph in the docs.

-- 
David Cantrell | Cake Smuggler Extraordinaire

Computer Science is about lofty design goals and careful algorithmic
optimisation.  Sysadminning is about cleaning up the resulting mess.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About