unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Mono and .NET Core
@ 2018-10-23  4:26 Brett Gilio
  2018-10-24 13:03 ` Ludovic Courtès
  2018-10-24 13:04 ` Ludovic Courtès
  0 siblings, 2 replies; 6+ messages in thread
From: Brett Gilio @ 2018-10-23  4:26 UTC (permalink / raw)
  To: Guix-devel

Hi all,

Two questions here.

1) Has anybody already started taking to try and upgrade Mono to latest?
If not, I will give it a go.

2) Have we started any packaging on .NET Core, would like to know to
prevent redundancy in work.

Best,


-- 
Brett M. Gilio
Free Software Foundation, Member
https://gnu.org/s/guix | https://emacs.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mono and .NET Core
  2018-10-23  4:26 Mono and .NET Core Brett Gilio
@ 2018-10-24 13:03 ` Ludovic Courtès
  2018-10-24 13:42   ` Adam Van Ymeren
  2018-10-24 16:38   ` Jan Nieuwenhuizen
  2018-10-24 13:04 ` Ludovic Courtès
  1 sibling, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2018-10-24 13:03 UTC (permalink / raw)
  To: Brett Gilio; +Cc: Guix-devel

Hello!

Brett Gilio <brettg@posteo.net> skribis:

> Two questions here.
>
> 1) Has anybody already started taking to try and upgrade Mono to latest?
> If not, I will give it a go.
>
> 2) Have we started any packaging on .NET Core, would like to know to
> prevent redundancy in work.

AFAIK nobody worked in this area yet, so you’ll probably have the
privilege to be a pioneer!  :-)

Mono was added by janneke (Cc’d), who might have something to add?

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mono and .NET Core
  2018-10-23  4:26 Mono and .NET Core Brett Gilio
  2018-10-24 13:03 ` Ludovic Courtès
@ 2018-10-24 13:04 ` Ludovic Courtès
  1 sibling, 0 replies; 6+ messages in thread
From: Ludovic Courtès @ 2018-10-24 13:04 UTC (permalink / raw)
  To: Brett Gilio; +Cc: Guix-devel

Hello!

Brett Gilio <brettg@posteo.net> skribis:

> Two questions here.
>
> 1) Has anybody already started taking to try and upgrade Mono to latest?
> If not, I will give it a go.
>
> 2) Have we started any packaging on .NET Core, would like to know to
> prevent redundancy in work.

AFAIK nobody worked in this area yet, so you’ll probably have the
privilege to be a pioneer!  :-)

Mono was added by janneke (Cc’d), who might have something to add?

Ludo’.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mono and .NET Core
  2018-10-24 13:03 ` Ludovic Courtès
@ 2018-10-24 13:42   ` Adam Van Ymeren
  2018-10-24 17:41     ` Brett Gilio
  2018-10-24 16:38   ` Jan Nieuwenhuizen
  1 sibling, 1 reply; 6+ messages in thread
From: Adam Van Ymeren @ 2018-10-24 13:42 UTC (permalink / raw)
  To: ludo, Brett Gilio; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

I tried to package .NET Core a while ago but didn't produce anything useful.  Their GNU/Linux story was rapidly changing at the time.

.NET Core was a pain to package partly because it bootstraps from a binary version of .NET Core similar to Rust.  Although it may be possible to bootstrap via Mono I didn't try it and it's definitely not an upstream supported route ;).

Personally I ended up with just sticking to Mono for my C# needs as I found .NET Core didn't integrate as nicely into the GNU/Linux ecosystem.

That being said it would certainly be nice to have packages for it in Guix.

On October 24, 2018 10:03:29 PM GMT+09:00, ludo@gnu.org wrote:
>Hello!
>
>Brett Gilio <brettg@posteo.net> skribis:
>
>> Two questions here.
>>
>> 1) Has anybody already started taking to try and upgrade Mono to
>latest?
>> If not, I will give it a go.
>>
>> 2) Have we started any packaging on .NET Core, would like to know to
>> prevent redundancy in work.
>
>AFAIK nobody worked in this area yet, so you’ll probably have the
>privilege to be a pioneer!  :-)
>
>Mono was added by janneke (Cc’d), who might have something to add?
>
>Ludo’.

[-- Attachment #2: Type: text/html, Size: 1571 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mono and .NET Core
  2018-10-24 13:03 ` Ludovic Courtès
  2018-10-24 13:42   ` Adam Van Ymeren
@ 2018-10-24 16:38   ` Jan Nieuwenhuizen
  1 sibling, 0 replies; 6+ messages in thread
From: Jan Nieuwenhuizen @ 2018-10-24 16:38 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

Ludovic Courtès writes:

Hello!

> AFAIK nobody worked in this area yet, so you’ll probably have the
> privilege to be a pioneer!  :-)
>
> Mono was added by janneke (Cc’d), who might have something to add?

Nothing more than: yes, please go ahead and update it!  I created it for
a client of mine and thought it would be nice to share the result.

janneke

-- 
Jan Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond http://lilypond.org
Freelance IT http://JoyofSource.com | Avatar® http://AvatarAcademy.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Mono and .NET Core
  2018-10-24 13:42   ` Adam Van Ymeren
@ 2018-10-24 17:41     ` Brett Gilio
  0 siblings, 0 replies; 6+ messages in thread
From: Brett Gilio @ 2018-10-24 17:41 UTC (permalink / raw)
  To: Adam Van Ymeren; +Cc: Guix-devel


Adam Van Ymeren writes:

> I tried to package .NET Core a while ago but didn't produce anything useful.  Their GNU/Linux story was rapidly changing at the time.
>
> .NET Core was a pain to package partly because it bootstraps from a binary version of .NET Core similar to Rust.  Although it may be possible to bootstrap via Mono I didn't try it and it's definitely not an upstream supported route ;).
>
> Personally I ended up with just sticking to Mono for my C# needs as I found .NET Core didn't integrate as nicely into the GNU/Linux ecosystem.
>
> That being said it would certainly be nice to have packages for it in Guix.
>
> On October 24, 2018 10:03:29 PM GMT+09:00, ludo@gnu.org wrote:
>>Hello!
>>
>>Brett Gilio <brettg@posteo.net> skribis:
>>
>>> Two questions here.
>>>
>>> 1) Has anybody already started taking to try and upgrade Mono to
>>latest?
>>> If not, I will give it a go.
>>>
>>> 2) Have we started any packaging on .NET Core, would like to know to
>>> prevent redundancy in work.
>>
>>AFAIK nobody worked in this area yet, so you’ll probably have the
>>privilege to be a pioneer!  :-)
>>
>>Mono was added by janneke (Cc’d), who might have something to add?
>>
>>Ludo’.


From what I see, coreclr https://github.com/dotnet/coreclr/ now uses a
build.sh script. Is it wise to simply use this in the package definition
to build it (I suspect not), or should the build system be configured
from scratch?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-10-24 17:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-23  4:26 Mono and .NET Core Brett Gilio
2018-10-24 13:03 ` Ludovic Courtès
2018-10-24 13:42   ` Adam Van Ymeren
2018-10-24 17:41     ` Brett Gilio
2018-10-24 16:38   ` Jan Nieuwenhuizen
2018-10-24 13:04 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).