-----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----- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
