all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ashish Gupta <ashmew2@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: bug-guix@gnu.org
Subject: Re: Guix as GSOC Project
Date: Thu, 25 Apr 2013 14:52:49 +0530	[thread overview]
Message-ID: <CABH6M7JbaPF1PaYBeuScVp+Lp66bZVNoC5h=22C57PYF9epqTw@mail.gmail.com> (raw)
In-Reply-To: <87d2tjmzvo.fsf@gnu.org>

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

On Thu, Apr 25, 2013 at 2:04 AM, Ludovic Courtès <ludo@gnu.org> wrote:
>
> Great.
>
> Regarding package.el, you can try M-x package-list-packages in Emacs
> 24.x so see what it’s like.

Wow, the UI is simple to use and seems powerful. New "window" spawning
inside on new clicks is also a nice feature , so switching between packages
is as easy as it can be. If this is the kind of UI mentioned in the ideas'
page, it seems to do the trick. Simple + Powerful.

> > I installed Guile 2.0, (i had version 1.8 on arch and that wouldnt go to
> > 2.0 ) , so i went to the git repository and cloned and compiled, is
there
> > already some way to watch a git repository for a newer version at all
> > times? As in, one package is kept synced with the git repository
instead of
> > the official repository. Can we already do that in Guix in a more
> > convenient manner for the user?
> > Im referring to something like
> >            guix-package install guile
> > which would also check if the git repository has a more recent version
of
> > the same package.
>
> So currently we have something that looks for the latest upstream
> release (cf. <
http://lists.gnu.org/archive/html/bug-guix/2013-03/msg00032.html>).
> It would be doable to check the upstream version control repository, but
> I don’t think it’s a good idea to emphasize such a feature as long as
> there are upstream releases.
>

I went through that thread and i guess the feature can be worked upon later
(not a point of concern in the nascent stage), so it would be better to
just focus on the core stuff for now.

> > Right now the ./configure gives me (im on Arch x86_64):
> >
> > ************************************************************************
> > No package 'guile-2.0' found
> >
> > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > installed software in a non-standard prefix.
> >
> > Alternatively, you may set the environment variables GUILE_CFLAGS
> > and GUILE_LIBS to avoid the need to call pkg-config.
> > See the pkg-config man page for more details.
> > ************************************************************************
> >
> > It's still asking for Guile-2.0 , the binaries i have in /usr/bin and
> > /usr/local/bin have versions 2.1.0.
>
> Did you eventually solve that?
>
Yes , i solved that, and another error related to an undefined reference to
sqlite3_exec, simply by configuring it with

 $ ./configure PKG_CONFIG=true GUILE_CFLAGS="" GUILE_LIBS=""
SQLITE3_LIBS="-lsqlite3"

I have a guix system up and running now, and guix-package install gcc seems
to have finished without errors.
I'll just check that.

Just two things that i noticed while installing GCC,
There's no resume support for partial downloads.
The progress bar should be confined to a single line rather than spanning
100*10 lines (one for each 0.1%) (at least that's what happened on my end ,
maybe i have a slow internet connection.)
Are these issues worth addressing as of now?

PS - Should i submit an application regarding Guix as GSOC Project now ?

> Thanks,
> Ludo’.

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

  reply	other threads:[~2013-04-25  9:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22  0:10 Guix as GSOC Project Ashish Gupta
2013-04-22 21:57 ` Ludovic Courtès
2013-04-23  8:24   ` Ashish Gupta
2013-04-23 11:50     ` Ludovic Courtès
2013-04-24 14:40       ` Ashish Gupta
2013-04-24 15:21         ` Chris Dale
2013-04-24 15:34           ` Ashish Gupta
2013-04-24 20:34         ` Ludovic Courtès
2013-04-25  9:22           ` Ashish Gupta [this message]
2013-04-26 14:35             ` Ludovic Courtès
2013-04-26 22:31               ` Xue Fuqiao
2013-04-27  7:25               ` Ashish Gupta
2013-04-24 19:54     ` Cyril Roelandt
2013-04-25  8:21       ` Ashish Gupta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABH6M7JbaPF1PaYBeuScVp+Lp66bZVNoC5h=22C57PYF9epqTw@mail.gmail.com' \
    --to=ashmew2@gmail.com \
    --cc=bug-guix@gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.