{devel} [foss/2018a] libutempter v1.1.6#6426
Conversation
39b8e0a to
130d922
Compare
|
@SimonPinches Please fix the style errors reported by Travis. |
|
|
Test report by @verdurin |
|
As hinted above, test build failed owing to download error. |
|
|
||
| source_urls = [ | ||
| 'http://git.altlinux.org/people/ldv/packages/?p=libutempter.git;a=snapshot;h=' + | ||
| version[0:5] + '-alt' + version[6:7] + ';sf=tgz'] |
There was a problem hiding this comment.
@SimonPinches If this doesn't work and there's no alternative for downloading the sources, we'll need to escape with a manual download for now (but then that should be clarified with a comment that mentions the full URL).
There was a problem hiding this comment.
@boegel I've added the full download link in a comment. Perhaps you can help make the auto-download work but so far I've failed :-(
674d150 to
ad62efe
Compare
ad62efe to
5df37af
Compare
| # Download link: http://git.altlinux.org/people/ldv/packages/?p=libutempter.git;a=snapshot;h=1.1.6-alt2;sf=tgz | ||
| # source_urls = [ | ||
| # 'http://git.altlinux.org/people/ldv/packages/?p=libutempter.git;a=snapshot;h='; + | ||
| # version[0:5] + '-alt' + version[6:7] + ';sf=tgz'] |
There was a problem hiding this comment.
@SimonPinches I think we'll need to go with manual download for this one, so just including a comment like:
# download via http://git.altlinux.org/people/ldv/packages/?p=libutempter.git;a=snapshot;h=1.1.6-alt2;sf=tgz
# and rename libutempter-1.1.6-alt2-3c6e555.tar.gz to libutempter-1.1.6.2.tar.gz
sources = [{
'filename': SOURCE_TAR_GZ,
'extract_cmd': "tar xfvz %s --strip 1",
}]There was a problem hiding this comment.
@boegel Done (with an extra space before 'filename').
| 'extract_cmd': "tar xfvz %s --strip 1", | ||
| }] | ||
|
|
||
| checksums = ['b7e55b666c575d8f2d294c82655b6af21f0c7339625ba6707e5edc2883a2b09a'] |
There was a problem hiding this comment.
@SimonPinches Hmm, I'm getting a different checksum? de1183edd2c1ec80f93a57bc8847f9dd5d47774b78cef6c437583e3c3dae1226
There was a problem hiding this comment.
@boegel @SimonPinches Just saw a different checksum:
8b683c355d3376b95a27180f9d710c9b06261fd68b9587c0b13fe443f267d4c5
There was a problem hiding this comment.
There was a problem hiding this comment.
Ugh, that's pretty annoying... Maybe they are fingerprinting downloads or something?
Any differences between two consecutive downloads that have different checksums with unpack & diff -ru dir1 dir2?
There was a problem hiding this comment.
There was a problem hiding this comment.
No, the checksums are computed on the source files as specified in sources.
But, we can make unzipping part of the instructions (including a comment to explain why), and list SOURCE_TAR in sources?
|
Test report by @verdurin |
|
Test report by @verdurin |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @SimonPinches! |
Some issues downloading gzipped tarball from Git repo. I did it by hand outside EasyBuild so far...