Moritz Bunkus
Moritz Bunkus
I've just gotten bitten by this problem, too. I'm using a key with subkeys which used to work, but recently I added two more IDs to it, and that seems...
Yeah sure, I could, but it's not really worth the effort. I'm a bit pessimistic about signed binaries. As long as systems don't forcefully require signatures (e.g. `apt` complaining loudly...
Sure thing: ``` [0 mosu@sweet-chili ~/tmp] curl https://gitlab.com/starius/mxe-backup2/raw/master/jpegsrc%2Ev9c%2Etar%2Egz_39e111cd9da5e72a589b98feeded334bb0e5776511e507e3d811ab25a213a3cd | sha256sum % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1004k...
PR #2105 does not work for me, but it finally sheds some light on what's happening: ``` [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] make download-only-jpeg [create settings.mk] [download] jpegsrc.v9c.tar.gz MXE Warning! Downloading...
With f1e77b6dea75fbdd0ca18ca5f18400fbdecb4705 it's a bit of a mixed bag for me: ``` [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] make download-only-jpeg [download] jpegsrc.v9c.tar.gz MXE Warning! Downloading jpeg from backup. ``` However, the [download...
Sure. Here you go: ``` [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] rm -rf pkg log [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] make download-only-jpeg MIRROR_SITES=PKG_CDN [download] jpegsrc.v9c.tar.gz MXE Warning! Downloading jpeg from backup. [0 mosu@sweet-chili...
These are the settings from my `wgetrc` files: ``` [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] grep -Ev '^#|^$' /etc/wgetrc ca_certificate=/etc/ssl/certs/ca-certificates.crt [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] grep -Ev '^#|^$' ~/.wgetrc tries = 99 passive_ftp...
``` [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] make download-only-jpeg PKG_CDN=https://d1yihgixbnrglp.cloudfront.net [download] jpegsrc.v9c.tar.gz MXE Warning! Downloading jpeg from backup. [0 mosu@sweet-chili (check-backup) ~/tmp/mxe] sha256sum pkg/jpegsrc.v9c.tar.gz 39e111cd9da5e72a589b98feeded334bb0e5776511e507e3d811ab25a213a3cd pkg/jpegsrc.v9c.tar.gz ``` [log](https://gist.github.com/mbunkus/621682ea2832f03c02f4afbfdc783dc6)
The problem persists with v9d. What's happening is actually pretty simple: the archive on the primary site (ijg.org) has a different checksum than the one on the CDN: ``` [0...
Sorry, I should have mentioned that I did actually verify with `find usr/ -name lconvert` that there's no such file at all, just `lconvert.exe`. Maybe those build-architecture binaries are actually...