unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* About Gsoc 2014
@ 2014-02-19 17:46 Manolis Ragkousis
  2014-02-19 18:28 ` Cyril Roelandt
  2014-02-19 19:35 ` Andreas Enge
  0 siblings, 2 replies; 7+ messages in thread
From: Manolis Ragkousis @ 2014-02-19 17:46 UTC (permalink / raw)
  To: Guix-devel

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

With less than 12 hours for GNU to submit ideas for this year's Gsoc, I am
wondering if porting guix to hurd and creating a guix hurd system, which I
am currently working on, is worthy for a Gsoc idea. I am an eligible
student, so that could be great!

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

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

* Re: About Gsoc 2014
  2014-02-19 17:46 About Gsoc 2014 Manolis Ragkousis
@ 2014-02-19 18:28 ` Cyril Roelandt
  2014-02-19 19:35 ` Andreas Enge
  1 sibling, 0 replies; 7+ messages in thread
From: Cyril Roelandt @ 2014-02-19 18:28 UTC (permalink / raw)
  To: guix-devel

On 02/19/2014 06:46 PM, Manolis Ragkousis wrote:
> With less than 12 hours for GNU to submit ideas for this year's Gsoc, I am
> wondering if porting guix to hurd and creating a guix hurd system, which I
> am currently working on, is worthy for a Gsoc idea. I am an eligible
> student, so that could be great!
>

I haven't followed the GSoC discussions, so please excuse the dumb 
question: is this the Google deadline, or just an 'internal' GNU deadline ?

That is definitely something I'd like to see for GSoC, but I don't think 
I qualify as a mentor. Who would be willing to do this ?

Cyril.

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

* Re: About Gsoc 2014
  2014-02-19 17:46 About Gsoc 2014 Manolis Ragkousis
  2014-02-19 18:28 ` Cyril Roelandt
@ 2014-02-19 19:35 ` Andreas Enge
  2014-02-19 21:56   ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Enge @ 2014-02-19 19:35 UTC (permalink / raw)
  To: Manolis Ragkousis; +Cc: Guix-devel

On Wed, Feb 19, 2014 at 05:46:17PM +0000, Manolis Ragkousis wrote:
> With less than 12 hours for GNU to submit ideas for this year's Gsoc, I am
> wondering if porting guix to hurd and creating a guix hurd system, which I am
> currently working on, is worthy for a Gsoc idea. I am an eligible student, so
> that could be great!

The goal is definitely interesting. However, I am not sure what there is
to do now except for packaging the hurd. As long as we do not have a running
system, what do we do with the kernel? Or would there be enough interesting
work in creating a hurd qemu image?

Andreas

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

* Re: About Gsoc 2014
  2014-02-19 19:35 ` Andreas Enge
@ 2014-02-19 21:56   ` Ludovic Courtès
  0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2014-02-19 21:56 UTC (permalink / raw)
  To: Andreas Enge; +Cc: Guix-devel

Andreas Enge <andreas@enge.fr> skribis:

> On Wed, Feb 19, 2014 at 05:46:17PM +0000, Manolis Ragkousis wrote:
>> With less than 12 hours for GNU to submit ideas for this year's Gsoc, I am
>> wondering if porting guix to hurd and creating a guix hurd system, which I am
>> currently working on, is worthy for a Gsoc idea. I am an eligible student, so
>> that could be great!
>
> The goal is definitely interesting. However, I am not sure what there is
> to do now except for packaging the hurd. As long as we do not have a running
> system, what do we do with the kernel? Or would there be enough interesting
> work in creating a hurd qemu image?

The things to do would be packaging Mach/Hurd/MiG/libc, adjusting
cross-base.scm to allow cross-compilation to GNU/Hurd,
cross-bootstrapping, adjusting ‘glibc’ in base.scm, and then working
towards a GNU VM image (or non VM) based on (gnu system) stuff.

I think it’s OK as a GSoC project.

Ludo’.

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

* About GSoC 2014
@ 2014-03-02  7:56 Xue Fuqiao
  2014-03-03 22:40 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Xue Fuqiao @ 2014-03-02  7:56 UTC (permalink / raw)
  To: guix-devel

Hi list,

Having used Emacs for 4 years, I am a Chinese student and an Emacs
developer.  I'd like to work on Guix under the GNU umbrella for GSoC
2014, especially this project:

  * Package management from Emacs
    The goal of this project is to write a complete package management
    user interface for use in GNU Emacs. The UI would provide the same
    functionality as the `guix package' command, but using an interface
    similar to that of package.el.

I have write access to Emacs repo, so it isn't hard for me to add this
package to GNU ELPA or Emacs proper.

I'm not quite familiar with Scheme/Guix (yet), but I like them and am
willing to learn.  Currently, I'm learning Geiser and reading
README/HACKING/ROADMAP/TODO/guix.texi now.
-- 
http://www.gnu.org/software/emacs/

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

* Re: About GSoC 2014
  2014-03-02  7:56 About GSoC 2014 Xue Fuqiao
@ 2014-03-03 22:40 ` Ludovic Courtès
  2014-03-04  8:11   ` Xue Fuqiao
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2014-03-03 22:40 UTC (permalink / raw)
  To: Xue Fuqiao; +Cc: guix-devel

Hello,

Xue Fuqiao <xfq@gnu.org> skribis:

> Having used Emacs for 4 years, I am a Chinese student and an Emacs
> developer.  I'd like to work on Guix under the GNU umbrella for GSoC
> 2014, especially this project:
>
>   * Package management from Emacs
>     The goal of this project is to write a complete package management
>     user interface for use in GNU Emacs. The UI would provide the same
>     functionality as the `guix package' command, but using an interface
>     similar to that of package.el.
>
> I have write access to Emacs repo, so it isn't hard for me to add this
> package to GNU ELPA or Emacs proper.
>
> I'm not quite familiar with Scheme/Guix (yet), but I like them and am
> willing to learn.  Currently, I'm learning Geiser and reading
> README/HACKING/ROADMAP/TODO/guix.texi now.

Sounds great!  I remember you showed interest last year.  Yagnesh
Raghava Yakkala wrote a few days ago saying they’d be interested too.

Are you applying for other projects as well for this year?

Please familiarize yourself with the tools, and report any issues or
questions you may have.  It would be great also to start discussing more
precisely what the UI should look like, and sketch a road map.

Also make sure to come on #guix to discuss!

Thanks,
Ludo’.

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

* Re: About GSoC 2014
  2014-03-03 22:40 ` Ludovic Courtès
@ 2014-03-04  8:11   ` Xue Fuqiao
  0 siblings, 0 replies; 7+ messages in thread
From: Xue Fuqiao @ 2014-03-04  8:11 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Xue Fuqiao, guix-devel

Hi Ludovic,

ludo@gnu.org (Ludovic Courtès) writes:
> Are you applying for other projects as well for this year?

I'm also interested in the emacs-xwidget project, but my to be honest,
my C level isn't high.  I'm not sure if I'm competent at that job.

> Please familiarize yourself with the tools, and report any issues or
> questions you may have.  It would be great also to start discussing more
> precisely what the UI should look like, and sketch a road map.

OK, I will.

-- 
http://www.gnu.org/software/emacs/

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

end of thread, other threads:[~2014-03-04  8:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-19 17:46 About Gsoc 2014 Manolis Ragkousis
2014-02-19 18:28 ` Cyril Roelandt
2014-02-19 19:35 ` Andreas Enge
2014-02-19 21:56   ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-03-02  7:56 About GSoC 2014 Xue Fuqiao
2014-03-03 22:40 ` Ludovic Courtès
2014-03-04  8:11   ` Xue Fuqiao

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).