http://bugzilla.novell.com/show_bug.cgi?id=535258


           Summary: Some ASP.NET apps fail because of missing libgdiplus
                    dependency
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Component Test


libgdiplus is only a 'recommends' of mono-core and System.Drawing is a package
dependency of System.Web however, System.Drawing requires libgdiplus.

Since it is only a recommends, it is not installed through normal RPM
dependencies and as a result, many ASP.NET apps will fail with a missing
dependency on libgdiplus such as blogengine.

Rather than let people building packages try to figure out what is missing and
which packages to add for this failed dependency, we need to add

 Requires: libgdiplus

to the spec files of RPMs which we build in MonoVS.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to