unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: prj@po.cwru.edu (Paul Jarc)
Subject: Re: 1.6.0 problems with libguilereadline-v-12 and fix
Date: Mon, 23 Sep 2002 16:06:25 -0400	[thread overview]
Message-ID: <m3bs6ompwo.fsf@multivac.cwru.edu> (raw)
In-Reply-To: <m3ptv4wm06.fsf@latakia.dyndns.org> (ruhl@4dv.net's message of "23 Sep 2002 13:20:57 -0600")

ruhl@4dv.net (Robert Uhl <ruhl@4dv.net>) wrote:
> prj@po.cwru.edu (Paul Jarc) writes:
>>> If two seperate packages use the same name for a command,
>>
>> That doesn't happen with slashpackage, because there's a global
>> registry for command names.  If one package is already using a
>> certain name, no one will be able to register it for another
>> package.
>
> By `package,' I mean a software package, not a slashpackage package.

slashpackage packages are software packages.  They are not analogous
to (source or binary) .rpms or .debs - i.e., they are not sources
taken from an author and repackaged by a (different) distributor.
They *are* the source tarballs produced by the authors themselves,
laid out to work with slashpackage.

> That is, if one software suite uses lstr to mean `list translations,'
> and another uses it to mean `last record,' then you're going to have a
> collision, not matter what system you use.

Yes, I know.  I never meant to say otherwise.  But if their authors
participate in the slashpackage registry, that won't happen.  The
authors won't release packages that use names that they haven't
registered.  The benefit of collision avoidance is derived from
authors' participation, not admins'.

> Stow, incidentally, screams if one tries to install two things with
> the same name.  Which is nice.

I'm working on a slashpackage management tool that will do the same,
although it won't be necessary for packages that participate in the
registry.

>> I'm not sure what you mean by `custom.'  The package/install script
>> is included in the package's tarball.
>
> It's something non-standard which someone, somewhere must write.

There is no codified standard here, AFAIK.  There is only the
automake/autoconf de-facto *precedent* - which also has/had to be
written.  Do you think automated tools to create package/install
scripts would be any more difficult?  Offhand, I can think of three
such tools already in existence.

> With slashpackage, if the author hasn't provided it, I must.

slashpackage is not intended for you to take up where the author left
off.  The intent is that the author fully participates.

(It happens that I violate that intent on my machines and install
everything in its own directory under /package.  I've already scripted
this for hundreds of packages, so you don't have to.  For autoconf'ed
packages, it's usually just "./configure --prefix=...; make;
make install".  And just to clarify, I don't do this in the form of a
package/install script.)

> Fortunately, nearly everyone uses GNU autoconf/automake, and those who
> don't typically provide similar install-elsewhere functionality.

Yep - for example, my tool for generating package/install and related
scripts does.


paul


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


  reply	other threads:[~2002-09-23 20:06 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-18 20:33 1.6.0 problems with libguilereadline-v-12 and fix Greg Troxel
2002-09-18 21:14 ` Marius Vollmer
2002-09-18 21:53   ` Paul Jarc
2002-09-18 22:40     ` Rob Browning
2002-09-18 22:43       ` Paul Jarc
2002-09-19  3:22         ` Rob Browning
2002-09-19  4:13           ` Robert Uhl <ruhl@4dv.net>
2002-09-19 10:03           ` rm
2002-09-19 15:02             ` Rob Browning
2002-09-19 15:18               ` Paul Jarc
2002-09-19 15:27               ` rm
2002-09-19 18:29                 ` Rob Browning
2002-10-03 16:03                 ` Marius Vollmer
2002-10-03 15:56             ` Marius Vollmer
2002-10-03 17:22               ` Paul Jarc
2002-10-04 11:58                 ` Marius Vollmer
2002-10-03 19:19               ` tomas
2002-10-04 12:04                 ` Marius Vollmer
2002-10-04 13:04                   ` rm
2002-10-08 21:16                     ` Marius Vollmer
2002-10-08 21:54                       ` Dale P. Smith
2002-10-09  6:47                       ` tomas
2002-09-19 10:11           ` rm
2002-09-19 15:10           ` Paul Jarc
2002-09-19 21:21           ` Neil Jerram
2002-09-19 22:06             ` Rob Browning
2002-09-19 22:17               ` Paul Jarc
2002-09-19 23:13                 ` Rob Browning
2002-09-19  4:02         ` Thien-Thi Nguyen
2002-09-19 16:17           ` Paul Jarc
2002-09-19 18:52             ` Thien-Thi Nguyen
2002-09-19 19:33               ` Paul Jarc
2002-09-19 19:58                 ` Thien-Thi Nguyen
2002-09-19 22:17                   ` Thien-Thi Nguyen
2002-09-20  1:28                     ` Thien-Thi Nguyen
2002-09-20 15:45                       ` Paul Jarc
2002-10-03 15:38     ` Marius Vollmer
2002-10-04 16:43       ` Paul Jarc
2002-10-08 21:26         ` Marius Vollmer
2002-10-08 21:38           ` Paul Jarc
2002-10-08 22:47             ` Marius Vollmer
2002-10-09  4:34               ` Paul Jarc
2002-10-09  6:51               ` tomas
2002-09-19 13:17   ` Arno Peters
2002-09-19 14:07     ` Rob Browning
2002-10-03 16:06     ` Marius Vollmer
2002-10-03 19:44       ` Rob Browning
2002-09-19 13:43   ` Greg Troxel
2002-09-19 14:53     ` Rob Browning
2002-09-19 15:57       ` Paul Jarc
2002-09-19 18:47         ` Rob Browning
2002-09-19 19:32           ` Paul Jarc
2002-09-19 21:07             ` Rob Browning
2002-09-20 11:47       ` Greg Troxel
2002-09-20 12:04       ` Greg Troxel
2002-09-20 15:23         ` Rob Browning
2002-09-20 22:47           ` Paul Jarc
2002-09-21  3:00             ` Rob Browning
2002-09-21 15:46             ` Robert Uhl <ruhl@4dv.net>
2002-09-21 21:45               ` Paul Jarc
2002-09-23  4:35                 ` Robert Uhl <ruhl@4dv.net>
2002-09-23 15:47                   ` Paul Jarc
2002-09-23 19:20                     ` Robert Uhl <ruhl@4dv.net>
2002-09-23 20:06                       ` Paul Jarc [this message]
2002-09-23 21:29                         ` Eric E Moore
2002-09-23 21:37                           ` Paul Jarc
2002-09-20 17:59         ` Rob Browning
2002-09-20 21:32           ` Paul Jarc
2002-09-20 20:27         ` Paul Jarc
2002-09-20 20:42         ` Thien-Thi Nguyen
2002-09-20 21:16           ` Paul Jarc
2002-09-20 21:43             ` Paul Jarc
2002-09-21  1:56             ` Thien-Thi Nguyen
2002-09-21 21:51               ` Paul Jarc
2002-09-25  6:09                 ` Thien-Thi Nguyen
2002-09-22 18:52         ` Gary Houston
2002-09-23  1:50           ` Rob Browning
2002-10-03 16:33           ` Marius Vollmer
2002-10-03 17:51         ` Marius Vollmer
2002-10-03 17:37     ` Marius Vollmer

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=m3bs6ompwo.fsf@multivac.cwru.edu \
    --to=prj@po.cwru.edu \
    /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).