From owner-freebsd-ports@FreeBSD.ORG Wed Nov 8 21:07:20 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 400FD16A416 for ; Wed, 8 Nov 2006 21:07:20 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB6843D5D for ; Wed, 8 Nov 2006 21:06:56 +0000 (GMT) (envelope-from spil.oss@googlemail.com) Received: by ug-out-1314.google.com with SMTP id o2so24880uge for ; Wed, 08 Nov 2006 13:06:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kKRCyYrbxVlWn9XU64Qz+LQ5E1ti+Sd9l64yLJrNjkGL9APrwJ9saVtP+RNFWlIG1dbpW3dUplmTdK0Ek9hD/JPzN2zL10fw5KS8bjmDQJ4vuaWZtJjmtCM299kNaXjYYCmliSuG6ETwnkjIe9ZwtF08vf+FygHMzYVIqIIifJg= Received: by 10.67.97.18 with SMTP id z18mr89782ugl.1163020015924; Wed, 08 Nov 2006 13:06:55 -0800 (PST) Received: by 10.67.98.2 with HTTP; Wed, 8 Nov 2006 13:06:55 -0800 (PST) Message-ID: <5fbf03c20611081306s8a30685pc4633929c531228@mail.gmail.com> Date: Wed, 8 Nov 2006 22:06:55 +0100 From: "Spil Oss" To: "Alex Dupre" In-Reply-To: <200611080826.kA88QOMc080221@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200611080826.kA88QOMc080221@freefall.freebsd.org> Cc: freebsd-ports@freebsd.org Subject: Re: ports/105252: devel/pear make install failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2006 21:07:20 -0000 Hi Alex, Yes, the error is clear (or is it?), but why is it complaining it can't write to /tmp? It's trying to create dir / which isn't very usefull... [root@beastie ~]$ ls -ld /tmp drwxrwxrwt 12 root wheel 3072 Nov 8 03:09 /tmp [root@beastie:~]# df -i -h /tmp Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/ad0s1e 929M 59M 796M 7% 1775 122063 1% /tmp Digging a lot further, I finally found out that it's my open_basedir restriction in php.ini. For other people encountering this not very helpful error, it might help to elaborate on the PR so they can amend their open_basedir setting and resolve their problem. At least they will now be able to find it in the mailing-list archives.... Kind regards, Spil. On 08/11/06, Alex Dupre wrote: > Synopsis: devel/pear make install failure > > 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 >