Changes between Initial Version and Version 1 of Ticket #29201


Ignore:
Timestamp:
Apr 19, 2011, 1:16:23 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

I've corrected your WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29201

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords php5-curl removed
    • Property Summary changed from 'port install/upgrade php5-curl' not working to php5-curl: cURL version 7.10.5 or later is required to compile php with cURL support
  • Ticket #29201 – Description

    initial v1  
    11Mac OS X Server 10.6.6 (Snow Leopard)
    22
    3 Was doing a normal 'port selfupdate' and 'port upgrade outdated' when php5-curl failed to update to @5.3.6.  Tried a number of things including 'port clean php5-curl' and 'port uninstall php5-curl'.
     3Was doing a normal '`port selfupdate`' and '`port upgrade outdated`' when php5-curl failed to update to @5.3.6.  Tried a number of things including '`port clean php5-curl`' and '`port uninstall php5-curl`'.
    44
    55Here's the relevant output:
    66
    7 ''--->  Configuring php5-curl
    8 Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)''
    9 
    10 ''Log for php5-curl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/main.log''
    11 
    12 ''Error: Status 1 encountered during processing.''
    13 
    14 ''To report a bug, see <http://guide.macports.org/#project.tickets>''
    15 
     7{{{
     8--->  Configuring php5-curl
     9Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details)
     10Log for php5-curl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/main.log
     11Error: Status 1 encountered during processing.
     12To report a bug, see <http://guide.macports.org/#project.tickets>
     13}}}
    1614
    1715Here are the relevant log entries:
    1816
     17{{{
     18:info:configure checking if we should use cURL for url streams... no
     19:info:configure checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later is required to compile php with cURL support
     20:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/work/php-5.3.6/ext/curl" && ./configure --prefix=/opt/local --with-curl=/opt/local " returned error 1
     21:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
     22:debug:configure Backtrace: configure failure: shell command failed (see log for details)
     23while executing
     24"$procedure $targetname"
     25:info:configure Warning: the following items did not execute (for php5-curl): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
     26:notice:configure Log for php5-curl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/main.log
     27}}}
    1928
    20 '':info:configure checking if we should use cURL for url streams... no''
     29'`port installed`' shows:
    2130
    22 ''':info:configure checking for cURL 7.10.5 or greater... configure: error: cURL version 7.10.5 or later is required to compile php with cURL support'''
    23 
    24 '':info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/work/php-5.3.6/ext/curl" && ./configure --prefix=/opt/local --with-curl=/opt/local " returned error 1''
    25 
    26 '':error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)''
    27 
    28 '':debug:configure Backtrace: configure failure: shell command failed (see log for details)''
    29 
    30 ''while executing''
    31 
    32 ''"$procedure $targetname"''
    33 
    34 '':info:configure Warning: the following items did not execute (for php5-curl): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install''
    35 
    36 '':notice:configure Log for php5-curl is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_php_php5-curl/main.log''
    37 
    38 
    39 'port installed' shows:
    40 
     31{{{
    4132...
    4233  curl @7.21.5_0+ssl (active)
    43 
    4434  curl-ca-bundle @7.21.5_0 (active)
    4535...
     36}}}