[Mono-bugs] [Bug 71221][Wis] Changed - mono installs itself into /usr/lib even if --libdir=/usr/lib64 was specified

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Jan 2005 08:19:09 -0500 (EST)


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 malekith@pld-linux.org.

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

--- shadow/71221	2005-01-18 01:27:23.000000000 -0500
+++ shadow/71221.tmp.19097	2005-01-18 08:19:09.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 71221
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: amd64 PLD Linux 2.0 AC
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: malekith@pld-linux.org               
@@ -26,6 +26,19 @@
 I think that --libdir should override this.
 
 ------- Additional Comments From miguel@ximian.com  2005-01-18 01:27 -------
 Could you list the files that go into the wrong directory?
 
 Setting bug to NEEDINFO, please reopen with the information
+
+------- Additional Comments From malekith@pld-linux.org  2005-01-18 08:19 -------
+All .dll files and all .exe files. In fact entire /usr/lib64/mono is
+in /usr/lib/mono. This is because in build/library.make we can see:
+
+libdir = $(prefix)/lib
+
+and in build/executable.make
+
+PROGRAM_INSTALL_DIR = $(prefix)/lib/mono/$(FRAMEWORK_VERSION)
+
+while I guess they both should use package lib dir of some kind, set
+in the build/config.make file.