Debian bug report logs - #1519 , boring messages ----------------------------------------------------------------------- Message sent to debian-devel@pixar.com: Subject: Bug#1519: perl postinst complains about not finding /usr/local/include Reply-To: Bill Mitchell , debian-bugs@pixar.com Resent-From: Bill Mitchell Resent-To: debian-devel@pixar.com Resent-Date: Sun, 01 Oct 1995 18:03:02 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: perl X-Debian-PR-Keywords: Received: via spool for debian-bugs; Sun, 01 Oct 1995 18:03:02 GMT Received: with rfc822 via encapsulated-mail; Sun, 01 Oct 1995 17:48:24 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0szSTx-000GwRC; Sun, 1 Oct 95 10:47 PDT Received: from motgate.mot.com by pixar.com with SMTP id AA29660 (5.67b/IDA-1.5 for debian-bugs-pipe@mongo.pixar.com); Sun, 1 Oct 1995 10:47:02 -0700 Received: from pobox.mot.com (pobox.mot.com [129.188.137.100]) by motgate.mot.com (8.6.11/8.6.10/MOT-3.8) with ESMTP id MAA25545; Sun, 1 Oct 1995 12:46:47 -0500 Received: from mdd.comm.mot.com (mdisea.mdd.comm.mot.com [138.242.64.201]) by pobox.mot.com (8.6.11/8.6.10/MOT-3.8) with SMTP id MAA01869; Sun, 1 Oct 1995 12:46:46 -0500 Received: from bb29c.mdd.comm.mot.com by mdd.comm.mot.com (4.1/SMI-4.1) id AA12347; Sun, 1 Oct 95 10:46:44 PDT Received: by bb29c.mdd.comm.mot.com (4.1/SMI-4.1) id AA19577; Sun, 1 Oct 95 10:46:29 PDT Date: Sun, 1 Oct 1995 10:46:28 -0700 (PDT) From: Bill Mitchell X-Sender: mitchell@bb29c To: debian-bugs@pixar.com Cc: streeter@cae.wisc.edu Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII PACKAGE: perl VERSION: 5.001-3 I noticed that the perl postinst complains about not finding /usr/local/include on intital 0.93r6 install. The postinst contains: #!/bin/sh - set -e PHDIR=/usr/lib/perl5/i486-linux makeheaders () { echo "Creating Perl header files. This may take a while..." (cd /usr/include; find . -type d | (cd $PHDIR; xargs install -d)) (cd /usr/include; find . -name '*.h' | xargs h2ph ) > /dev/null (cd /usr/include; h2ph linux/* asm/* ) > /dev/null (cd /usr/local/include; find . -type d | (cd $PHDIR; xargs install -d)) (cd /usr/local/include; for i in `find . -name '*.h'` do cat $i | h2ph > $PHDIR/`echo $i | sed -e 's/\.h$/\.ph/'`; done; ) > /dev/null [...] Suggest that a test be made for the presence of /usr/local/include or, possibly, that stderr be sent to /dev/null. mitchell@mdd.comm.mot.com (Bill Mitchell) ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: Bill Mitchell Subject: Bug#1519: Acknowledgement (was: perl postinst complains about not finding /usr/local/include) In-Reply-To: References: Thank you for the problem report you have sent regarding Debian GNU/Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#1519" or "Re: Bug#1519" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Ian Jackson / iwj10@thor.cam.ac.uk , with the debian-bugs tracking mechanism This page last modified 07:43:01 GMT Wed 01 Nov