GNU bug report logs - #21976
error when building vlc-2.2.1 (sha mismatch of a dependency)

Previous Next

Package: guix;

Reported by: Jan Synáček <jan.synacek <at> gmail.com>

Date: Sat, 21 Nov 2015 20:37:01 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21976 in the body.
You can then email your comments to 21976 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#21976; Package guix. (Sat, 21 Nov 2015 20:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jan Synáček <jan.synacek <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sat, 21 Nov 2015 20:37:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jan Synáček <jan.synacek <at> gmail.com>
To: bug-guix <at> gnu.org
Subject: error when building vlc-2.2.1 (sha mismatch of a dependency)
Date: Sat, 21 Nov 2015 21:36:28 +0100
I'm getting the following error:

[...]
Starting download of
/gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz
From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz...
 ladspa_sdk_1.13.tgz                          10.5MiB/s 00:00 | 3KiB transferred
output path `/gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz'
should have sha256 hash
`0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm', instead has
`0dmh3k49yl8ii96bz32vlgc8w1fz99295h93aghfb2q1myx81lqv'
cannot build derivation
`/gnu/store/ig427gsrfqybnpjmjcb53lh6mfvi7zpk-ladspa-1.13.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/lak2kjr7rf76myk6z0h91r05q6rl09rk-ffmpeg-2.8.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/gh3g0c310b6h1d9145zha9gv1fj3n5dl-vlc-2.2.1.drv': 1
dependencies couldn't be built
cannot build derivation
`/gnu/store/10d780zc7bj43f71cf0pl9dl2p4q7s01-profile.drv': 1
dependencies couldn't be built
guix package: error: build failed: build of
`/gnu/store/10d780zc7bj43f71cf0pl9dl2p4q7s01-profile.drv' failed

I'm using guix-0.9.0.

-- 
Jan Synáček




Information forwarded to bug-guix <at> gnu.org:
bug#21976; Package guix. (Sat, 21 Nov 2015 20:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 21976 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: Jan Synáček <jan.synacek <at> gmail.com>
Cc: 21976 <at> debbugs.gnu.org
Subject: Re: bug#21976: error when building vlc-2.2.1 (sha mismatch of a
 dependency)
Date: Sat, 21 Nov 2015 22:51:56 +0200
[Message part 1 (text/plain, inline)]
On Sat, 21 Nov 2015 21:36:28 +0100
Jan Synáček <jan.synacek <at> gmail.com> wrote:

> I'm getting the following error:
> 
> [...]
> Starting download of
> /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz
> From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz...
>  ladspa_sdk_1.13.tgz                          10.5MiB/s 00:00 | 3KiB transferred
								  ^^^
					download size is way too small
> output path `/gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz'
> should have sha256 hash
> `0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm', instead has
> `0dmh3k49yl8ii96bz32vlgc8w1fz99295h93aghfb2q1myx81lqv'
... 
> I'm using guix-0.9.0.
> 

Their website seems to be down atm, which means their downloads are also
down.  As a workaround, download from archive.org here:
https://web.archive.org/web/20150427072109/http://www.ladspa.org/download/ladspa_sdk_1.13.tgz
and then do `guix download file:///path/to/file` and that should at least
help for right now.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#21976; Package guix. (Sat, 21 Nov 2015 21:27:01 GMT) Full text and rfc822 format available.

Message #11 received at 21976 <at> debbugs.gnu.org (full text, mbox):

From: Jan Synáček <jan.synacek <at> gmail.com>
To: Efraim Flashner <efraim <at> flashner.co.il>
Cc: 21976 <at> debbugs.gnu.org
Subject: Re: bug#21976: error when building vlc-2.2.1 (sha mismatch of a
 dependency)
Date: Sat, 21 Nov 2015 22:26:24 +0100
On Sat, Nov 21, 2015 at 9:51 PM, Efraim Flashner <efraim <at> flashner.co.il> wrote:
> On Sat, 21 Nov 2015 21:36:28 +0100
> Jan Synáček <jan.synacek <at> gmail.com> wrote:
>
>> I'm getting the following error:
>>
>> [...]
>> Starting download of
>> /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz
>> From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz...
>>  ladspa_sdk_1.13.tgz                          10.5MiB/s 00:00 | 3KiB transferred
>                                                                   ^^^
>                                         download size is way too small
>> output path `/gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz'
>> should have sha256 hash
>> `0srh5n2l63354bc0srcrv58rzjkn4gv8qjqzg8dnq3rs4m7kzvdm', instead has
>> `0dmh3k49yl8ii96bz32vlgc8w1fz99295h93aghfb2q1myx81lqv'
> ...
>> I'm using guix-0.9.0.
>>
>
> Their website seems to be down atm, which means their downloads are also
> down.  As a workaround, download from archive.org here:
> https://web.archive.org/web/20150427072109/http://www.ladspa.org/download/ladspa_sdk_1.13.tgz
> and then do `guix download file:///path/to/file` and that should at least
> help for right now.

Oh, I didn't notice that the download wasn't complete. The workaround helped.

Sorry for the noise,
Jan




Information forwarded to bug-guix <at> gnu.org:
bug#21976; Package guix. (Tue, 24 Nov 2015 20:40:03 GMT) Full text and rfc822 format available.

Message #14 received at 21976 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Jan Synáček <jan.synacek <at> gmail.com>
Cc: 21976 <at> debbugs.gnu.org, Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: bug#21976: error when building vlc-2.2.1 (sha mismatch of a
 dependency)
Date: Tue, 24 Nov 2015 21:39:25 +0100
Jan Synáček <jan.synacek <at> gmail.com> skribis:

> I'm getting the following error:
>
> [...]
> Starting download of
> /gnu/store/c0kix7cn1pvdq5r563r97kxm66ldnf87-ladspa_sdk_1.13.tgz
> From http://www.ladspa.org/download/ladspa_sdk_1.13.tgz...

Ricardo: ISTR you had a patch to fix the URL?  What happened to it?  :-)

Thanks,
Ludo’.




Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 25 Mar 2016 08:52:02 GMT) Full text and rfc822 format available.

Notification sent to Jan Synáček <jan.synacek <at> gmail.com>:
bug acknowledged by developer. (Fri, 25 Mar 2016 08:52:02 GMT) Full text and rfc822 format available.

Message #19 received at 21976-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Jan Synáček <jan.synacek <at> gmail.com>
Cc: 21976-done <at> debbugs.gnu.org, Ricardo Wurmus <rekado <at> elephly.net>
Subject: Re: bug#21976: error when building vlc-2.2.1 (sha mismatch of a
 dependency)
Date: Fri, 25 Mar 2016 09:51:07 +0100
The LADSPA URLs were fixed in 0c1910ed036438adf7acaab0423cc85920eb66d9.

Ludo'.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 22 Apr 2016 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 64 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.