Changes between Initial Version and Version 1 of Ticket #18572


Ignore:
Timestamp:
Feb 21, 2009, 3:01:37 AM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18572

    • Property Port monodoc added
  • Ticket #18572 – Description

    initial v1  
    1 
    21The actual error is documented below, the issue appears to come from the fact monodoc is now include on mono 2.2 (see url to bug in novell's database).
    32
    43To reproduce use:
     4{{{
    55sudo port install mono
    66sudo port install automake
     
    88sudo port install gtk2 +quartz
    99sudo port install gtk-sharp2
     10}}}
    1011
    1112Then to get the actual issue:
    1213
     14{{{
    1315sh-3.2# port install mono-addins
    1416--->  Building monodoc
     
    3638Error: The following dependencies failed to build: gtk-sharp2 monodoc
    3739Error: Status 1 encountered during processing.
     40}}}
    3841
    3942The crux of the issue is documented here;