Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254929 - dev-lang/mono-2.2 version bump
Summary: dev-lang/mono-2.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-14 08:13 UTC by Andreas Kirsch
Modified: 2009-01-18 17:44 UTC (History)
4 users (show)

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


Attachments
quick-and-dirty ebuild for dev-lang/mono-2.2 (mono-2.2.ebuild,2.48 KB, text/plain)
2009-01-14 12:51 UTC, skolima
Details
ppc-threading patch updated (mono-2.2-ppc-threading.patch,528 bytes, patch)
2009-01-14 15:44 UTC, Rafał Mużyło
Details | Diff
build.log with error (build.log,994.38 KB, text/plain)
2009-01-15 09:38 UTC, Andreas Kirsch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kirsch 2009-01-14 08:13:06 UTC
mono 2.2 released. i've renamed the mono-2.0.1.ebuild and copied it as mono-2.2.ebuild into my local overlay, but patching fails.

Reproducible: Always
Comment 1 skolima 2009-01-14 12:51:08 UTC
Created attachment 178474 [details]
quick-and-dirty ebuild for dev-lang/mono-2.2
Comment 2 Andreas Kirsch 2009-01-14 13:15:23 UTC
(In reply to comment #1)
> Created an attachment (id=178474) [edit]
> quick-and-dirty ebuild for dev-lang/mono-2.2
> 
thanks for the ebuild but i think i need the null_event_read.diff file for compilation?!
Comment 3 skolima 2009-01-14 15:10:21 UTC
The missing patch is for https://bugzilla.novell.com/show_bug.cgi?id=459450

Just delete the line referencing it from the ebuild.
Comment 4 Rafał Mużyło 2009-01-14 15:44:48 UTC
Created attachment 178487 [details, diff]
ppc-threading patch updated

AFAICT, fix_implicit_pointer_conversions was applied upstream.
ppc-threading needs a little update.
And a little query:
I don't really know what moonlight is,
but why was is disabled, when libdir fix was removed,
or more exactly, was the change from '--with-moonlight' to
'--without-moonlight' intended or not ?

BTW, news about mono 2.2 release was not even on main page
last time I checked.
Comment 5 Rafał Mużyło 2009-01-14 15:47:26 UTC
OK, I forgot to say:
AFAICT all of the patches except biginteger_overflow and 
ppc-threading seem to be applied upstream.
Comment 6 Andreas Kirsch 2009-01-15 09:38:38 UTC
Created attachment 178562 [details]
build.log with error
Comment 7 Andreas Kirsch 2009-01-15 09:39:04 UTC
(In reply to comment #6)
> Created an attachment (id=178562) [edit]
> build.log with error
> 

i have compiled it first installed with monodoc-2.0 and mono-2.2 would overwrite some files from monodoc. second time i unmerged monodoc-2.0 and mono-2.2 install with error :( see attachment
Comment 8 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-15 12:57:22 UTC
The stuff I'm going to commit is in the dotnet overlay. It has a new eclass, multilib mono  (in preparation for AOC compilation) and is ready for nunit-eselect.
layman -a dotnet
http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=summary
Comment 9 Andreas Kirsch 2009-01-15 16:09:16 UTC
(In reply to comment #8)
> The stuff I'm going to commit is in the dotnet overlay. It has a new eclass,
> multilib mono  (in preparation for AOC compilation) and is ready for
> nunit-eselect.
> layman -a dotnet
> http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=summary
> 

Hello Peter, thanks for the advice. i installed the overlay and it compiled all fine (except monodevelop). but if i start apache with mono and want to browse to my web application nothing happens. the browser want to load the site but nothing happen, only a access_log entry:

127.0.0.1 - - [15/Jan/2009:17:04:51 +0100] "GET / HTTP/1.1" 200 210 "-" "Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.4 (like Gecko)" (73)
Comment 10 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-15 17:11:05 UTC
(In reply to comment #9)

> Hello Peter, thanks for the advice. i installed the overlay and it compiled all
> fine (except monodevelop). but if i start apache with mono and want to browse
> to my web application nothing happens. the browser want to load the site but
> nothing happen, only a access_log entry:
> 
> 127.0.0.1 - - [15/Jan/2009:17:04:51 +0100] "GET / HTTP/1.1" 200 210 "-"
> "Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.4 (like Gecko)" (73)
> 

I made a tweak to the xsp and mod_mono ebuilds, sync and see if they change anything. Else file a proper bug, describe your setup, when it worked, with which version of mono your web app was compiled, etc.
Comment 11 Andreas Kirsch 2009-01-16 06:59:00 UTC
(In reply to comment #10)
> (In reply to comment #9)
> 
> > Hello Peter, thanks for the advice. i installed the overlay and it compiled all
> > fine (except monodevelop). but if i start apache with mono and want to browse
> > to my web application nothing happens. the browser want to load the site but
> > nothing happen, only a access_log entry:
> > 
> > 127.0.0.1 - - [15/Jan/2009:17:04:51 +0100] "GET / HTTP/1.1" 200 210 "-"
> > "Mozilla/5.0 (compatible; Konqueror/4.1; Linux) KHTML/4.1.4 (like Gecko)" (73)
> > 
> 
> I made a tweak to the xsp and mod_mono ebuilds, sync and see if they change
> anything. Else file a proper bug, describe your setup, when it worked, with
> which version of mono your web app was compiled, etc.
> 

I synced and it doesn't work. always the same, a blank loading page. here is the bug report: http://bugs.gentoo.org/show_bug.cgi?id=255134