unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
Cc: Guile Users <guile-user@gnu.org>
Subject: Re: Where to install files?
Date: Thu, 13 Oct 2005 19:19:19 +0100	[thread overview]
Message-ID: <87d5m95lg8.fsf@ossau.uklinux.net> (raw)
In-Reply-To: <87r7ar16kl.fsf@laas.fr> ( Ludovic Courtès's message of "Wed, 12 Oct 2005 10:29:46 +0200")

ludovic.courtes@laas.fr (Ludovic Courtès) writes:

> I like this approach quite well.  It's generic, and it can be used
> handle both Guile versioning and module versioning.  Having it in
> `init.scm' or some such rather than hardcoded at configuration time
> sounds like a good idea too.

Thanks.  I'm about to post a slightly modified version, so please let
me know your thoughts on that too.

> Just a couple of notes.  I might look better to use either an alist or
> keywords (like `((:tag "1.6" :dir "/usr..."))') to store this
> information, but this is really nitpicking.

Yes, perhaps, although it would make the sample code in my modified
proposal a bit more complex.

>  As for the contents of this
> list, I believe the `site' and `local' tags should by default be
> configured as `site-MAJOR.MINOR' and `local-MAJOR.MINOR' so that nothing
> ends up being installed in unversioned directories.

Well in general that's exactly the kind of thing that a distribution
or site will be able to decide for themselves, under my scheme, by
modifying the config file.  But are you saying that the default
settings in this file should be

$prefix/share/guile/1.6
$prefix/share/guile/site-1.6
$prefix/share/guile

instead of

$prefix/share/guile/1.6
$prefix/share/guile/site
$prefix/share/guile

?

I think there's a place for both unversioned and versioned site and
local directories, because its not that hard to kind code that handles
multiple Guile versions in the same files.

Thanks for your input,

       Neil



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user


      reply	other threads:[~2005-10-13 18:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-10 19:29 Where to install files? Neil Jerram
2005-10-10 21:34 ` Kevin Ryde
2005-10-10 22:54   ` Neil Jerram
2005-10-11  0:18     ` Greg Troxel
2005-10-11 18:42       ` Neil Jerram
2005-10-11 19:39         ` Greg Troxel
2005-10-13 18:08           ` Neil Jerram
2005-10-12  8:29         ` Ludovic Courtès
2005-10-13 18:19           ` Neil Jerram [this message]

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=87d5m95lg8.fsf@ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-user@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.
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).