Changes between Initial Version and Version 1 of Ticket #30607


Ignore:
Timestamp:
Aug 5, 2011, 2:45:46 AM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Duplicate of #24501.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30607

    • Property Status changed from new to closed
    • Property Summary changed from Mono w MacPorts 2.0.1 to libgdiplus needs dependency on libxslt
    • Property Milestone changed from MacPorts 2.0.2 to
    • Property Keywords mono gdi xslt removed
    • Property Resolution changed from to duplicate
    • Property Port libgdiplus added; mono removed
  • Ticket #30607 – Description

    initial v1  
    22
    33During sudo port install mono libgdiplus2.6.7 fails to build, looks to be caused by libxslt though.
     4{{{
    45:info:build ld: in /opt/local/lib/libxslt.1.dylib, file was built for unsupported file format which is not the architecture being linked (i386) for architecture i386
    56:info:build collect2: ld returned 1 exit status.
    67Error: Failed to install libgdiplus.
     8}}}
    79
    810Workaround
     11{{{
    912sudo port clean libgdiplus
    1013sudo port upgrade --enforce-variants cairo +universal
     
    1215sudo port upgrade --enforce-variants libgdiplus +universal
    1316sudo port install mono
     17}}}
    1418
    1519See error log for details.