[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] required-extension-version (possible version-numbe
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-hackers] required-extension-version (possible version-numbers> issue) |
Date: |
Tue, 15 Apr 2008 08:24:56 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Hi Mario,
How do you propose this is handled? The situation below occurs
because 501 > 6 (obviously), so chicken-setup thinks that 1.501 is
newer than 1.6.x. My solution would be to remove releases and
prerequisites of the form x.xxx because such a versioning scheme is
idiotic. But I am open to reasonable suggestions.
-Ivan
Mario Domenech Goulart <address@hidden> writes:
> Hi folks,
>
> Here's what I get when trying to install http:
>
> $ /usr/local/chicken-3.1.3/bin/chicken-setup http
>
> (many messages ommited)
>
> downloading uri.egg from (www.call-with-current-continuation.org eggs/3 80)
> ...
> gzip -d -c /tmp/chicken-setup-3-mario/downloads/uri.egg | tar xf -
>
> Error: the required extension `lookup-table' is older than 1.501,
> which is what this extension requires - please run
>
> chicken-setup lookup-table
>
> and repeat the current installation operation.
>
Re: [Chicken-hackers] required-extension-version (possible version-numbers> issue), Mario Domenech Goulart, 2008/04/14