Changes between Initial Version and Version 2 of Ticket #31359


Ignore:
Timestamp:
Sep 22, 2011, 11:24:09 AM (13 years ago)
Author:
neverpanic (Clemens Lang)
Comment:

Please use WikiFormatting, preview your entry before posting and remember to Cc the maintainer. You don't need to Cc yourself.

The problem is most likely caused by the recent update of libev to version 4.0.4 in r84238. A solution would be to duplicate the libev port as of version 3.9 (revision 84237) into a port named libev3 and make lighttpd depend on this port.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31359

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords lighttpd webhosting failed-to-configure removed
  • Ticket #31359 – Description

    initial v2  
    11Macports correctly downloaded and install libev but when macports attempts to configure lighttpd, it throws an error:
    22
     3{{{
    34info:configure checking for LIBEV... no
    45:info:configure checking ev.h usability... yes
     
    1011:error:configure Target org.macports.configure returned: configure failure: shell command failed (see log for details)
    1112:debug:configure Backtrace: configure failure: shell command failed (see log for details)
     13}}}
    1214
    1315I have just uninstalled all of my ports, and completely removed macports, opting to compile macports myself rather than using the prebuilt version.  Prior to this WINE didn't work, but now it does work.  Unfortunately lighttpd has now broke.  I suspect that my path is somehow messed up, but it looks good to me:
    1416
     17{{{
    1518/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin
     19}}}
    1620
    1721Any help is a appreciated.