all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: 02/02: gnu: elogind: Update to 219.13.
       [not found] ` <E1ad1Wv-0003DM-0A@vcs.savannah.gnu.org>
@ 2016-03-08  0:43   ` Mark H Weaver
  2016-03-08  1:46     ` Mark H Weaver
  0 siblings, 1 reply; 3+ messages in thread
From: Mark H Weaver @ 2016-03-08  0:43 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Andy Wingo <wingo@pobox.com> writes:

> wingo pushed a commit to branch master
> in repository guix.
>
> commit c42602b5cb618f8fb8ce65af37c89b40a22f440c
> Author: Andy Wingo <wingo@igalia.com>
> Date:   Sun Mar 6 19:00:29 2016 +0100
>
>     gnu: elogind: Update to 219.13.
>     
>     * gnu/packages/freedesktop.scm (elogind): Update to 219.13.  Remove
>       build fix that is no longer needed.  Update home page.

[...]

>  (define-public elogind
>    (package
>      (name "elogind")
> -    (version "219.12")
> +    (version "219.13")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://wingolog.org/pub/" name "/"
>                                    name "-" version ".tar.xz"))

This fails to build, because the source tarball is not on your website.
Specifically, https://wingolog.org/pub/elogind/elogind-219.13.tar.xz
returns 404 (Not Found).

      Mark

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

* Re: 02/02: gnu: elogind: Update to 219.13.
  2016-03-08  0:43   ` 02/02: gnu: elogind: Update to 219.13 Mark H Weaver
@ 2016-03-08  1:46     ` Mark H Weaver
  2016-03-08  8:59       ` Andy Wingo
  0 siblings, 1 reply; 3+ messages in thread
From: Mark H Weaver @ 2016-03-08  1:46 UTC (permalink / raw)
  To: Andy Wingo; +Cc: guix-devel

Mark H Weaver <mhw@netris.org> writes:

> Andy Wingo <wingo@pobox.com> writes:
>
>>  (define-public elogind
>>    (package
>>      (name "elogind")
>> -    (version "219.12")
>> +    (version "219.13")
>>      (source (origin
>>                (method url-fetch)
>>                (uri (string-append "https://wingolog.org/pub/" name "/"
>>                                    name "-" version ".tar.xz"))
>
> This fails to build, because the source tarball is not on your website.
> Specifically, https://wingolog.org/pub/elogind/elogind-219.13.tar.xz
> returns 404 (Not Found).

I just noticed that the tarball is on your website, but in the wrong
directory.  It's at <https://wingolog.org/pub/elogind-219.13.tar.xz>.
I ran "guix download" on Hydra to avoid a build failure there.

      Mark

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

* Re: 02/02: gnu: elogind: Update to 219.13.
  2016-03-08  1:46     ` Mark H Weaver
@ 2016-03-08  8:59       ` Andy Wingo
  0 siblings, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2016-03-08  8:59 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: guix-devel

On Tue 08 Mar 2016 02:46, Mark H Weaver <mhw@netris.org> writes:

> Mark H Weaver <mhw@netris.org> writes:
>
>> Andy Wingo <wingo@pobox.com> writes:
>>
>>>  (define-public elogind
>>>    (package
>>>      (name "elogind")
>>> -    (version "219.12")
>>> +    (version "219.13")
>>>      (source (origin
>>>                (method url-fetch)
>>>                (uri (string-append "https://wingolog.org/pub/" name "/"
>>>                                    name "-" version ".tar.xz"))
>>
>> This fails to build, because the source tarball is not on your website.
>> Specifically, https://wingolog.org/pub/elogind/elogind-219.13.tar.xz
>> returns 404 (Not Found).
>
> I just noticed that the tarball is on your website, but in the wrong
> directory.  It's at <https://wingolog.org/pub/elogind-219.13.tar.xz>.
> I ran "guix download" on Hydra to avoid a build failure there.

Good catch; classic error.  Fixed to put the tarball in the right place.

Andy

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

end of thread, other threads:[~2016-03-08  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160307201324.12293.43199@vcs.savannah.gnu.org>
     [not found] ` <E1ad1Wv-0003DM-0A@vcs.savannah.gnu.org>
2016-03-08  0:43   ` 02/02: gnu: elogind: Update to 219.13 Mark H Weaver
2016-03-08  1:46     ` Mark H Weaver
2016-03-08  8:59       ` Andy Wingo

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.