confirmed
[ikiwiki.git] / doc / bugs / Checksum_errors_on_the_pristine-tar_branch.mdwn
1 I'm in the process of installing ikiwiki on my home page (hooray), and wants to have the newest stable version available. I suppose that's the one on the `pristine-tar` branch.
2
3 > You can check out the latest released version with:
4 >
5 >     git tag                    # outputs a list of tags
6 >     git checkout 3.20110124    # or use the latest one, if different
7 >
8 > If you're using git already, there's no need to use pristine-tar,
9 > unless you particularly want a tarball for some reason.
10 >
11 > Downloading the tarball from Debian is the other recommended way to
12 > [[download]] the source code. --[[smcv]]
13
14 But I'm unable to recreate the newest `.tar` file, in fact there's errors in all these `.tar.gz` files on that branch:
15
16 * `ikiwiki_2.20.tar.gz`
17 * `ikiwiki_2.30.tar.gz`
18 * `ikiwiki_2.31.1.tar.gz`
19 * `ikiwiki_2.46.tar.gz`
20 * `ikiwiki_2.47.tar.gz`
21 * `ikiwiki_2.48.tar.gz`
22 * `ikiwiki_2.49.tar.gz`
23 * `ikiwiki_2.50.tar.gz`
24 * `ikiwiki_2.51.tar.gz`
25 * `ikiwiki_2.62.1.tar.gz`
26 * `ikiwiki_2.62.tar.gz`
27 * `ikiwiki_3.20101129.tar.gz`
28 * `ikiwiki_3.20101201.tar.gz`
29 * `ikiwiki_3.20101231.tar.gz`
30 * `ikiwiki_3.20110105.tar.gz`
31 * `ikiwiki_3.20110122.tar.gz`
32 * `ikiwiki_3.20110123.tar.gz`
33 * `ikiwiki_3.20110124.tar.gz`
34
35 The operation fails on these files with a "Checksum validation failed" error from `xdelta`(1). The `pristine-tar`(1) version is 1.00, installed with `apt-get` on Ubuntu 10.04.2 LTS. Is this version too old, or are there some errors on this branch?
36
37 > I get similar errors on Debian unstable, but not on all of the same versions;
38 > for instance, my `ikiwiki_3.20110124.tar.gz` is OK. In some cases, xdelta
39 > complains, but the tarball is produced successfully. However, I do see actual
40 > failures for 2.62 and 2.62.1, for instance. --[[smcv]]
41
42 A complete output of the "pristine-tar checkout" of all files is stored on <https://gist.github.com/836720> .
43
44 For now, I'll download the `.tar.gz` from <http://packages.debian.org/unstable/source/ikiwiki>, or maybe install `ikiwiki_3.20110124_all.deb`. Would you recommend using that `.deb` file on Ubuntu 10.04.2 LTS, or is it Debian-specific? -- sunny256 2011-02-21 08:42+0100
45
46 > The .deb from Debian unstable is likely to work on Ubuntu; I've
47 > generally been able to compile snapshots on Debian unstable and
48 > install them onto Debian lenny (older than that Ubuntu release)
49 > without modification. If in doubt, build it from source. --[[smcv]]