Date: Tue, 12 Jun 2012 09:48:04 -0400 From: Greg Larkin <glarkin@FreeBSD.org> To: Colin Baker <colin@colinbaker.org> Cc: freebsd-ports <freebsd-ports@freebsd.org> Subject: Re: Install of devel/pear hangs Message-ID: <4FD74894.2070403@FreeBSD.org> In-Reply-To: <op.wfshteriqcd5uq@colinb.office.supranet.net> References: <op.wfshteriqcd5uq@colinb.office.supranet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 6/12/12 8:18 AM, Colin Baker wrote: > Hello, > > Been having some trouble installing devel/pear on a server after > migrating PHP packages from php5-* to php53-*. Regardless of > whether I use portmaster or 'make install', it hangs at the same > spot: > > # make install ===> Installing for pear-1.9.4_1 ===> > pear-1.9.4_1 depends on file: /usr/local/include/php/main/php.h - > found ===> pear-1.9.4_1 depends on file: > /usr/local/lib/php/20090626/xml.so - found ===> Generating > temporary packing list ===> Checking if devel/pear already > installed > > where it will happily sit for days if I don't intervene. Is there > any way to see what it's trying to do at this stage? Or is this > something anybody else has run into? > > -Colin 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. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk/XSJQACgkQ0sRouByUApDE4QCghI/TnvwSUeS5mK6iTxXUkK6D UbwAn3qnferqldu9hjpd+sZdZIXXl87Q =XBo3 -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FD74894.2070403>