jvlad wrote: >>>> Generating phar.php >>>> *** Error code 138 >>>> make: Fatal error: Command failed for target `ext/phar/phar.php' >>>> >>> next run of "make install" produces: >>> >>> $ make install >>> Generating phar.phar >>> make: *** [ext/phar/phar.phar] Bus Error (core dumped) >> System information, compiler, and trace would be a plus here, cc'd Greg > > Please check all the info here: > http://marc.info/?l=php-internals&m=124524798321210&w=2 > here: http://marc.info/?l=php-internals&m=124524798321212&w=2 > and here: http://marc.info/?l=php-internals&m=124524798321213&w=2
Hi, I just ran a make install of PHP 5.3 on Solaris 32-bit: cel...@t2000-010131:~/php5$ gcc -v Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.11/3.4.3/specs Configured with: /gates/sfwnv/builds/sfwnv-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-20050802) cel...@t2000-010131:~/php5$ uname -a SunOS t2000-010131 5.11 snv_101 sun4v sparc SUNW,Sun-Fire-T200 Solaris I was unable to reproduce the bus error, or any other problems. My best guess is that you have a problem related to libxml (I see you are using a custom one), as that is the only substantive difference between the default and your configure line. gcc 3.4.2 could also be the issue, perhaps 3.4.3 fixes the problem. In any case, if you can find a simple build with your tools that fails, we can help. I'm sorry I'm unable to help you, bus error is a serious issue, but it's probably impossible to debug without direct access to your machine. You might try using gdb, start it up, and run with: -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0 install-pear-nozlib.phar -d /export/home/jvlad/testpear -b /export/home/jvlad/testpear/bin that way you can inspect variables when the bus error happens Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php