From owner-freebsd-ports@FreeBSD.ORG Tue Jun 12 14:20:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98E38106566C for ; Tue, 12 Jun 2012 14:20:45 +0000 (UTC) (envelope-from colin@colinbaker.org) Received: from mail.derivataters.com (colinb.colo.supranet.net [66.170.13.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5B38FC08 for ; Tue, 12 Jun 2012 14:20:45 +0000 (UTC) Received: from colinb.colo.supranet.net (localhost [127.0.0.1]) by mail.derivataters.com (Postfix) with ESMTP id 0676667833 for ; Tue, 12 Jun 2012 09:11:59 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from mail.derivataters.com ([127.0.0.1]) by colinb.colo.supranet.net (colinb.colo.supranet.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mE5UlERsBpPs for ; Tue, 12 Jun 2012 09:11:58 -0500 (CDT) Received: from colinb.office.supranet.net (unknown [IPv6:2607:f4e0:100:104:d267:e5ff:fe19:15bd]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.derivataters.com (Postfix) with ESMTPSA id 5B1BD67832 for ; Tue, 12 Jun 2012 09:11:58 -0500 (CDT) Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: freebsd-ports@freebsd.org References: <4FD74894.2070403@FreeBSD.org> Date: Tue, 12 Jun 2012 09:22:25 -0500 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Colin Baker" Organization: American Parking Federation Message-ID: In-Reply-To: <4FD74894.2070403@FreeBSD.org> User-Agent: Opera Mail/11.64 (Linux) Subject: Re: Install of devel/pear hangs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2012 14:20:45 -0000 On Tue, 12 Jun 2012 08:48:04 -0500, Greg Larkin wrote: > > Hi Colin, > > Try running the command like this: > > make -d A install |& tee /tmp/pear.log > > Once it hangs, press Ctrl-C and check /tmp/pear.log. At the end of > the file, you should see the command that make spawned before the > install process hung. > Thank you, that cleared things up! Turned out to be a third party PHP module that was breaking the CLI php executable. Got it working now, I greatly appreciate the suggestions. -Colin