[Mono-bugs] [Bug 60449][Nor] New - Can't install mono-drawing via yum on FC1 (libpixman missing)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 19:18:00 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by umbrook0@cs.umanitoba.ca.

http://bugzilla.ximian.com/show_bug.cgi?id=60449

--- shadow/60449	2004-06-18 19:18:00.000000000 -0400
+++ shadow/60449.tmp.31415	2004-06-18 19:18:00.000000000 -0400
@@ -0,0 +1,56 @@
+Bug#: 60449
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Drawing.
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: umbrook0@cs.umanitoba.ca               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Can't install mono-drawing via yum on FC1 (libpixman missing)
+
+Description of Problem:
+For some reason, libpixman does not seem to be in the Fedora Core 1 Yum
+repository, even though it is listed on
+<http://www.go-mono.com/archive/yum-repository/fedora-1-i386/>
+
+Steps to reproduce the problem:
+1. Take a Fedora Core 1 machine with libpixman 0.1.0 (Beta3 requires 0.1.1)
+2. Add the above URL to /etc/yum.conf
+3. yum install mono-drawing
+
+Actual Results:
+----
+# yum install mono-drawing
+[...]
+Unable to satisfy dependencies
+Package cairo needs libpixman >= 0.1.1, this is not available.
+
+# yum install libpixman
+[...]
+libpixman is installed and is the latest version.
+No actions to take
+
+# rpm -qi libpixman
+Name        : libpixman                    Relocations: (not relocateable)
+Version     : 0.1.0                             Vendor: Ximian, Inc.
+[...]
+----
+(I had manually installed an old version of Mono.)
+
+Expected Results:
+libpixman 0.1.1 is in the yum repository and updates automatically.
+
+How often does this happen? 
+Always, I suspect.
+
+Additional Information:
+- After manually downloading and installing libpixman 0.1.1, everything
+seems to work.