unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#23396: Can't install cmus package
@ 2016-04-28 17:21 j wolf
  2016-04-28 17:33 ` Cyril Roelandt
  2016-04-28 22:46 ` Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: j wolf @ 2016-04-28 17:21 UTC (permalink / raw)
  To: 23396

[-- Attachment #1: Type: text/plain, Size: 1610 bytes --]

After comand:
guix package -i cmus
I got:
The following package will be installed:
   cmus    2.7.1    /gnu/store/3gjxzj1ciwyli90jcy39biwwabf060hh-cmus-2.7.1

The following derivations will be built:
   /gnu/store/dwaykvv8hzypd6ycd3s9rknnj3bsnzhw-profile.drv
   /gnu/store/02kscspiqhbyylgwmshv9s6bnxrjq18r-ca-certificate-bundle.drv
   /gnu/store/7n0m5prd1ibpqi0pi9rfivpcrbmvbycl-info-dir.drv
   /gnu/store/00xykvx1rxqr1igrbbmgz7iqfmfif6br-v1.4.0.tar.bz2.drv
   /gnu/store/idr4f008bx1fvhqf6z53n4bpp0am7kha-libcue-1.4.0.drv
   /gnu/store/g5qjx377a7jwkxg8f4kxffxm4zli85dd-cmus-2.7.1.drv

Starting download of
/gnu/store/j056cc105z3sp8m41pgry3srav795syi-v1.4.0.tar.bz2
From https://github.com/lipnitsk/libcue/archive/v1.4.0.tar.bz2...
ERROR: download failed "
https://github.com/lipnitsk/libcue/archive/v1.4.0.tar.bz2" 404 "Not Found"
failed to download
"/gnu/store/j056cc105z3sp8m41pgry3srav795syi-v1.4.0.tar.bz2" from "
https://github.com/lipnitsk/libcue/archive/v1.4.0.tar.bz2"
builder for
`/gnu/store/00xykvx1rxqr1igrbbmgz7iqfmfif6br-v1.4.0.tar.bz2.drv' failed to
produce output path
`/gnu/store/j056cc105z3sp8m41pgry3srav795syi-v1.4.0.tar.bz2'
cannot build derivation
`/gnu/store/idr4f008bx1fvhqf6z53n4bpp0am7kha-libcue-1.4.0.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/g5qjx377a7jwkxg8f4kxffxm4zli85dd-cmus-2.7.1.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/dwaykvv8hzypd6ycd3s9rknnj3bsnzhw-profile.drv': 1 dependencies
couldn't be built
guix package: error: build failed: build of
`/gnu/store/dwaykvv8hzypd6ycd3s9rknnj3bsnzhw-profile.drv' failed

[-- Attachment #2: Type: text/html, Size: 2029 bytes --]

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

* bug#23396: Can't install cmus package
  2016-04-28 17:21 bug#23396: Can't install cmus package j wolf
@ 2016-04-28 17:33 ` Cyril Roelandt
  2016-04-28 22:46 ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Cyril Roelandt @ 2016-04-28 17:33 UTC (permalink / raw)
  To: 23396

On 04/28/2016 07:21 PM, j wolf wrote:
> https://github.com/lipnitsk/libcue/archive/v1.4.0.tar.bz2" 404 "Not Found"
> failed to download
https://github.com/lipnitsk/libcue/archive/v1.4.0.zip is available, though.

I'm wondering if github removed all .tar.gz/.tar.bz2 files. Does anyone
know?

Cyril.

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

* bug#23396: Can't install cmus package
  2016-04-28 17:21 bug#23396: Can't install cmus package j wolf
  2016-04-28 17:33 ` Cyril Roelandt
@ 2016-04-28 22:46 ` Leo Famulari
  2016-04-29 19:24   ` j wolf
  1 sibling, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2016-04-28 22:46 UTC (permalink / raw)
  To: j wolf; +Cc: 23396-done

On Thu, Apr 28, 2016 at 08:21:00PM +0300, j wolf wrote:

Thanks for the report!

>    /gnu/store/00xykvx1rxqr1igrbbmgz7iqfmfif6br-v1.4.0.tar.bz2.drv
>    /gnu/store/idr4f008bx1fvhqf6z53n4bpp0am7kha-libcue-1.4.0.drv

You are running an old version of Guix. This was fixed in commit
8caf80fc (2016-03-30) after the upstream maintainer stopped distributing
that version of the tarball.

Please update with `guix pull` and tell us if that works!

Here is what I get from an up-to-date Guix:

$ guix build --source libcue
/gnu/store/pkkr00pn560fcqkx5cvay7xch0mxz95l-libcue-1.4.0.tar.bz2
$ guix build libcue
/gnu/store/iz3mg2igr1arvvbyp0nv81k5bddk7nbf-libcue-1.4.0.drv

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

* bug#23396: Can't install cmus package
  2016-04-28 22:46 ` Leo Famulari
@ 2016-04-29 19:24   ` j wolf
  2016-04-29 23:37     ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: j wolf @ 2016-04-29 19:24 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 23396-done

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

yep, everything now works as supposed. thanks for your help.

On Fri, Apr 29, 2016 at 1:46 AM, Leo Famulari <leo@famulari.name> wrote:

> On Thu, Apr 28, 2016 at 08:21:00PM +0300, j wolf wrote:
>
> Thanks for the report!
>
> >    /gnu/store/00xykvx1rxqr1igrbbmgz7iqfmfif6br-v1.4.0.tar.bz2.drv
> >    /gnu/store/idr4f008bx1fvhqf6z53n4bpp0am7kha-libcue-1.4.0.drv
>
> You are running an old version of Guix. This was fixed in commit
> 8caf80fc (2016-03-30) after the upstream maintainer stopped distributing
> that version of the tarball.
>
> Please update with `guix pull` and tell us if that works!
>
> Here is what I get from an up-to-date Guix:
>
> $ guix build --source libcue
> /gnu/store/pkkr00pn560fcqkx5cvay7xch0mxz95l-libcue-1.4.0.tar.bz2
> $ guix build libcue
> /gnu/store/iz3mg2igr1arvvbyp0nv81k5bddk7nbf-libcue-1.4.0.drv
>

[-- Attachment #2: Type: text/html, Size: 1200 bytes --]

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

* bug#23396: Can't install cmus package
  2016-04-29 19:24   ` j wolf
@ 2016-04-29 23:37     ` Leo Famulari
  0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2016-04-29 23:37 UTC (permalink / raw)
  To: j wolf; +Cc: 23396-done

On Fri, Apr 29, 2016 at 10:24:51PM +0300, j wolf wrote:
> yep, everything now works as supposed. thanks for your help.

Great!

> On Fri, Apr 29, 2016 at 1:46 AM, Leo Famulari <leo@famulari.name> wrote:
> > $ guix build --source libcue
> > /gnu/store/pkkr00pn560fcqkx5cvay7xch0mxz95l-libcue-1.4.0.tar.bz2
> > $ guix build libcue
> > /gnu/store/iz3mg2igr1arvvbyp0nv81k5bddk7nbf-libcue-1.4.0.drv

I noticed a typo above. The second command should be:

$ guix build --derivations libcue

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

end of thread, other threads:[~2016-04-29 23:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-28 17:21 bug#23396: Can't install cmus package j wolf
2016-04-28 17:33 ` Cyril Roelandt
2016-04-28 22:46 ` Leo Famulari
2016-04-29 19:24   ` j wolf
2016-04-29 23:37     ` Leo Famulari

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