unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* python-mistune
@ 2017-01-25 20:58 Federico Beffa
  2017-01-26  7:32 ` python-mistune Tobias Geerinckx-Rice
  0 siblings, 1 reply; 6+ messages in thread
From: Federico Beffa @ 2017-01-25 20:58 UTC (permalink / raw)
  To: post; +Cc: Guix-devel

Hi Thomas,

It seems that version 0.7.3 is not present from the source that you indicated:

Starting download of
/gnu/store/iwgpsb0p487iydbs7nkblhvcl3a5wf3d-mistune-0.7.3.tar.gz
From https://pypi.python.org/packages/source/m/mistune/mistune-0.7.3.tar.gz...
ERROR: download failed
"https://pypi.python.org/packages/source/m/mistune/mistune-0.7.3.tar.gz"
404 "Not Found"

Would you mind fixing it?

Thanks,
Fede

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

* Re: python-mistune
  2017-01-25 20:58 python-mistune Federico Beffa
@ 2017-01-26  7:32 ` Tobias Geerinckx-Rice
  2017-01-26  7:43   ` python-mistune Tobias Geerinckx-Rice
  2017-01-26  8:04   ` python-mistune Federico Beffa
  0 siblings, 2 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-01-26  7:32 UTC (permalink / raw)
  To: beffa, post; +Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 908 bytes --]

Frederico,

On 25/01/17 21:58, Federico Beffa wrote:
> Hi Thomas,

Might you've confused Thomas & me? I'm the one who updated the package
in question. It should be fixed in master now[0].

> It seems that version 0.7.3 is not present from the source that you 
> indicated:

This was my first try at using the Pypi updater — which is really cool,
but it seems to have downloaded & hashed at least two packages[1] from a
new URI while leaving the old one in place.

Everything works fine here, then blows up on other folks' machines. Not
a great feeling. I'll keep using the ‘emacs && guix build && guix build’
updater for now. :-)

Anyone: does the updater use pypi-uri unconditionally? I don't remember
ignoring any warnings.

Kind regards,

T G-R

[0]: Commit eff8d773d65d031e67f492c790de3b4b48549883.
[1]: 5e217a8b4b47fc8914f623db5acf96d0e5099c2c fixes a similar issue.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 476 bytes --]

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

* Re: python-mistune
  2017-01-26  7:32 ` python-mistune Tobias Geerinckx-Rice
@ 2017-01-26  7:43   ` Tobias Geerinckx-Rice
  2017-01-26  8:04   ` python-mistune Federico Beffa
  1 sibling, 0 replies; 6+ messages in thread
From: Tobias Geerinckx-Rice @ 2017-01-26  7:43 UTC (permalink / raw)
  Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 223 bytes --]

On 26/01/17 08:32, Tobias Geerinckx-Rice wrote:
> I'll keep using the ‘emacs && guix build && guix build’ updater for
> now. :-)

Or rather: guix build || guix build. That's the ticket.

Kind regards,

T G-R


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 476 bytes --]

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

* Re: python-mistune
  2017-01-26  7:32 ` python-mistune Tobias Geerinckx-Rice
  2017-01-26  7:43   ` python-mistune Tobias Geerinckx-Rice
@ 2017-01-26  8:04   ` Federico Beffa
  2017-01-26 10:23     ` python-mistune Ludovic Courtès
  1 sibling, 1 reply; 6+ messages in thread
From: Federico Beffa @ 2017-01-26  8:04 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Guix-devel, post

Hi,

On Thu, Jan 26, 2017 at 8:32 AM, Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> Frederico,
>
> Might you've confused Thomas & me? I'm the one who updated the package
> in question. It should be fixed in master now[0].

yes, sorry about that! I have a problem with the graphics driver which
only refreshes part of windows... need to fix that very soon!

There seems to still be something wrong, but probably not related to
mistune now:

$ ./pre-inst-env guix package --upgrade .
guix package: package 'geiser-next' has been superseded by 'geiser'
The following package will be removed:
   geiser-next    0.9-1.16035b9
/gnu/store/yf1m1gkikjgk4byl0apnilq863rvjdva-geiser-next-0.9-1.16035b9

error: failed to run download program
'/usr/local/libexec/guix/download': No such file or directory
builder for `/gnu/store/a6ckp54sarrzpwqwkl2f5s49rq5ib7wh-mistune-0.7.3.tar.gz.drv'
failed with exit code 1
cannot build derivation
`/gnu/store/19hppfz1mcxw21sllsypxivh68zf65h0-python-mistune-0.7.3.drv':
1 dependencies couldn't be built
cannot build derivation
`/gnu/store/isk5vp3gjsrma6jy1lsw40mya19j2yd9-python-ipython-4.0.3.drv':
1 dependencies couldn't be built
guix package: error: build failed: build of
`/gnu/store/isk5vp3gjsrma6jy1lsw40mya19j2yd9-python-ipython-4.0.3.drv'
failed


Anyone seeing a similar error?

Regards,
Fede

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

* Re: python-mistune
  2017-01-26  8:04   ` python-mistune Federico Beffa
@ 2017-01-26 10:23     ` Ludovic Courtès
  2017-01-26 12:25       ` python-mistune Federico Beffa
  0 siblings, 1 reply; 6+ messages in thread
From: Ludovic Courtès @ 2017-01-26 10:23 UTC (permalink / raw)
  To: Federico Beffa; +Cc: Guix-devel, post

Hi Federico,

Federico Beffa <beffa@ieee.org> skribis:

> There seems to still be something wrong, but probably not related to
> mistune now:
>
> $ ./pre-inst-env guix package --upgrade .
> guix package: package 'geiser-next' has been superseded by 'geiser'
> The following package will be removed:
>    geiser-next    0.9-1.16035b9
> /gnu/store/yf1m1gkikjgk4byl0apnilq863rvjdva-geiser-next-0.9-1.16035b9
>
> error: failed to run download program
> '/usr/local/libexec/guix/download': No such file or directory

This error is the root of the problem.

Starting from 0.12 (and a bit earlier than that), the daemon relies on
this ‘download’ helper, aka. ‘guix perform-download’, to realize
fixed-output derivations.

It looks like you have an up-to-date daemon but somehow it lacks its
helper, or its helper has been removed or something like that.

Could you check what’s happening?

HTH,
Ludo’.

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

* Re: python-mistune
  2017-01-26 10:23     ` python-mistune Ludovic Courtès
@ 2017-01-26 12:25       ` Federico Beffa
  0 siblings, 0 replies; 6+ messages in thread
From: Federico Beffa @ 2017-01-26 12:25 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel, post

On Thu, Jan 26, 2017 at 11:23 AM, Ludovic Courtès <ludo@gnu.org> wrote:
> Hi Federico,
>
> Federico Beffa <beffa@ieee.org> skribis:
[...]
>> error: failed to run download program
>> '/usr/local/libexec/guix/download': No such file or directory
>
> This error is the root of the problem.
>
> Starting from 0.12 (and a bit earlier than that), the daemon relies on
> this ‘download’ helper, aka. ‘guix perform-download’, to realize
> fixed-output derivations.
>
> It looks like you have an up-to-date daemon but somehow it lacks its
> helper, or its helper has been removed or something like that.

Indeed I'm using the deamon from a fresh master checkout, but I didn't
run "make install" for several months. After running the latter
command it's working fine.

Thanks!
Fede

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

end of thread, other threads:[~2017-01-26 12:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-25 20:58 python-mistune Federico Beffa
2017-01-26  7:32 ` python-mistune Tobias Geerinckx-Rice
2017-01-26  7:43   ` python-mistune Tobias Geerinckx-Rice
2017-01-26  8:04   ` python-mistune Federico Beffa
2017-01-26 10:23     ` python-mistune Ludovic Courtès
2017-01-26 12:25       ` python-mistune Federico Beffa

Code repositories for project(s) associated with this public inbox

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

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).