From nobody@FreeBSD.org  Tue Nov  7 19:48:59 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 53BB916A539
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Nov 2006 19:48:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E582A43DCB
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  7 Nov 2006 19:48:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kA7Jmf2H034410
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 7 Nov 2006 19:48:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kA7Jmfep034409;
	Tue, 7 Nov 2006 19:48:41 GMT
	(envelope-from nobody)
Message-Id: <200611071948.kA7Jmfep034409@www.freebsd.org>
Date: Tue, 7 Nov 2006 19:48:41 GMT
From: Spil Oss<spil.oss@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: devel/pear make install failure
X-Send-Pr-Version: www-3.0

>Number:         105252
>Category:       ports
>Synopsis:       devel/pear make install failure
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 07 19:50:18 GMT 2006
>Closed-Date:    Wed Nov 08 08:26:25 GMT 2006
>Last-Modified:  Thu Apr 19 14:10:04 GMT 2007
>Originator:     Spil Oss
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
FreeBSD somehost.com 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #3: Mon Oct  2 15:10:32 CEST 2006     root@somehost.com:/usr/obj/usr/src/sys/BEASTIE61  i386
>Description:
[root@beastie:/usr/ports/devel/pear]# make install
===>  Installing for pear-1.4.11
===>   pear-1.4.11 depends on file: /usr/local/include/php/main/php.h - found
===>   pear-1.4.11 depends on file: /usr/local/lib/php/20050922/pcre.so - found
===>   pear-1.4.11 depends on file: /usr/local/lib/php/20050922/xml.so - found
===>   Generating temporary packing list
===>  Checking if devel/pear already installed
mkdir failed: </>


******************************************************************************
FATAL ERROR! We cannot initialize the temp directory. Please be sure to give
full write access to this directory and the install directory.

'/tmp' was given.File to patch:

>How-To-Repeat:
cd /usr/ports/devel/pear
make clean
make
make reinstall
>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Nov 7 19:50:42 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105252 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Wed Nov 8 08:25:59 UTC 2006 
State-Changed-Why:  
The error is clear. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105252 

From: Dave Steinberg <dave@redterror.net>
To: bug-followup@FreeBSD.org
Cc: ale@FreeBSD.org
Subject: Re: ports/105252: devel/pear make install failure
Date: Mon, 20 Nov 2006 13:29:07 -0500

 "The error is clear."
 
 For those of us without quite so much insight, can you please expand a 
 little?  I don't see what's obvious about an error message about 
 incorrect permissions when the program is being run as root.
 
 Thanks for your time,
 -- 
 Dave Steinberg
 http://www.geekisp.com/
 http://www.steinbergcomputing.com/

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org,  spil.oss@gmail.com
Cc:  
Subject: Re: ports/105252: devel/pear make install failure
Date: Thu, 19 Apr 2007 15:34:11 +0200

 I've had the same problem and was able to figure this one out.
 
 The error message occurs when using anything but the default value
 for 'open_basedir =' in /usr/local/etc/php.ini
 
 If you set this to it's default (comment out that line), pear will
 install successfully.
 
 Blame PHP for that.
 
>Unformatted:
