Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70128 - patch for gtk-sharp-1.0.4 on amd64 (and maybe some other archs)
Summary: patch for gtk-sharp-1.0.4 on amd64 (and maybe some other archs)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-11-04 21:06 UTC by Joe Neeman
Modified: 2004-11-05 06:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to configure.in to use mint instead of mono (configure.in.patch,645 bytes, patch)
2004-11-04 21:08 UTC, Joe Neeman
Details | Diff
diff of the resulting ./configure after running autoconf (configure.patch,2.60 KB, patch)
2004-11-04 21:09 UTC, Joe Neeman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Neeman 2004-11-04 21:06:07 UTC
The mono runtime doesn't support amd64, so I have patched configure.in for gtk-sharp to use the mint runtime instead, which is supported on all architectures. This allows gtk-sharp to compile on amd64. Patches for configure.in and configure are attached. The ebuild would also need to be patched to apply the patched but I have no idea how to do that.

The patches work on my computer if I step through the installation with "ebuild" and apply the patches manually.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Joe Neeman 2004-11-04 21:08:30 UTC
Created attachment 43320 [details, diff]
patch to configure.in to use mint instead of mono
Comment 2 Joe Neeman 2004-11-04 21:09:15 UTC
Created attachment 43321 [details, diff]
diff of the resulting ./configure after running autoconf
Comment 3 Peter Johanson (RETIRED) gentoo-dev 2004-11-05 06:43:18 UTC
amd64 support is working in mono-1.1.2 for amd64. THis is the development mono series though, so it's worthiness for the tree an issue. It's not quite ready for general testing (Lv reports a problem with the libdir used, i suggesting exporting whatever that variable is to lib, not lib64 or whatever it is, until i find out how to fix it), but when it is, check out:

http://dev.gentoo.org/~latexer/files/overlays/mono/


As the 1.1.2 is finally seeming not so bad, once this is ready i'll probably get it in the tree package.masked.

Marking WONTFIX, as there's a better solution in the works.