Changes between Initial Version and Version 1 of Ticket #31590


Ignore:
Timestamp:
Oct 14, 2011, 12:59:32 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please remember to use WikiFormatting, and to Cc the maintainer of the affected port.

The cli sapi is already enabled in the php5 port; we don't provide an option for turning it off.

Try building with llvm-gcc-4.2 instead of clang:

sudo port clean php5-pear
sudo port install php5-pear configure.compiler=llvm-gcc-4.2

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31590

    • Property Owner changed from macports-tickets@… to pixilla@…
    • Property Keywords lion added
    • Property Summary changed from Segmentation fault while installing php5-pear on os x lion to php5-pear: Segmentation fault during installation
  • Ticket #31590 – Description

    initial v1  
    11When trying to install php5-pear i get a segmentation fault.
    22
     3{{{
    34uname -a
    45Darwin Karstens-MacBook-Pro.local 11.2.0 Darwin Kernel Version 11.2.0: Tue Aug  9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64 x86_64
     6}}}
    57
    68Last part of logfile (tell me if you need whole logfile):
    79
     10{{{
    811:info:fetch --->  install-pear-nozlib.phar doesn't seem to exist in /opt/local/var/macports/distfiles/php5-pear-20110901
    912:debug:fetch Pinging pear.php.net...
     
    5053:info:configure Warning: the following items did not execute (for php5-pear): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
    5154:notice:configure Log for php5-pear is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_php_php5-pear/php5-pear/main.log
    52 
     55}}}
    5356
    5457Executing the last command manually results in immediate segmentation fault without further error messages.