[Mono-bugs] [Bug 548484] New: MonoVS generated RPM dependency failure on openSUSE 11.1 x86_64 target

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Oct 20 13:12:29 EDT 2009


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


           Summary: MonoVS generated RPM dependency failure on openSUSE
                    11.1 x86_64 target
    Classification: Mono
           Product: Mono: Tools
           Version: unspecified
          Platform: x86-64
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Visual Studio Integration
        AssignedTo: jpobst at novell.com
        ReportedBy: mchristensen at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test


Description of Problem:

openSUSE 11.1 x86_64 provides the package libgdiplus0, not mono-libgdiplus.  In
our template used for building an ASP.NET app, if the platform is not MonoX,
then we're setting a dependency to mono-libgdiplus rather than libgdiplus0. 
Not sure what platforms need mono-libgdiplus


Here's the line in the spec file template:

Requires:       <#= Package.TargetPlatform == "monoxrpm" ?
"mono-addon-libgdiplus0" : "mono-libgdiplus" #>

Here's the error when installing the built RPM:

c544:/usr/lib/monovs-server/templates # rpm -Uvh
/home/rupert/Desktop/blogengine-1.5-20091020.110418.noarch.rpm 
error: Failed dependencies:
    mono-libgdiplus is needed by blogengine-1.5-20091020.110418.noarch

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list