Install of devel/pear hangs

2012-06-12 Thread Colin Baker

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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Install of devel/pear hangs

2012-06-12 Thread Adam Strohl

On 6/12/2012 19:18, 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?


Try using truss (ie; truss make install)

--
Adam Strohl
http://www.ateamsystems.com/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Install of devel/pear hangs

2012-06-12 Thread Greg Larkin
-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-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Install of devel/pear hangs

2012-06-12 Thread Colin Baker
On Tue, 12 Jun 2012 08:48:04 -0500, Greg Larkin glar...@freebsd.org  
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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org