Skip to content

Instantly share code, notes, and snippets.

@robbat2
Created October 21, 2022 22:34
Show Gist options
  • Select an option

  • Save robbat2/e93436c1623a072e54bdf72fe42671a1 to your computer and use it in GitHub Desktop.

Select an option

Save robbat2/e93436c1623a072e54bdf72fe42671a1 to your computer and use it in GitHub Desktop.
>>> Creating Manifest for /code/gentoo/gentoo-git/repo/gentoo/app-crypt/age
* age-1.0.0.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
* age-1.0.0-deps-tampered.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking age-1.0.0.tar.gz to /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work
>>> Unpacking age-1.0.0-deps-tampered.tar.xz to /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work
go mod verify
all modules verified
>>> Source unpacked in /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work
>>> Preparing source in /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work/age-1.0.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work/age-1.0.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work/age-1.0.0 ...
WORK=/var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/temp/go-build2650218284
verifying filippo.io/edwards25519@v1.0.0-rc.1: checksum mismatch
downloaded: h1:2/835PwWwIrVuU17nwnuhheebsQvgp93+4J/JozPkxI=
go.sum: h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=
SECURITY ERROR
This download does NOT match an earlier download recorded in go.sum.
The bits may have been replaced on the origin server, or an attacker may
have intercepted the download attempt.
For more information, see 'go help module-auth'.
* ERROR: app-crypt/age-1.0.0-r1::gentoo failed (compile phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 122: Called src_compile
* environment, line 767: Called die
* The specific snippet of code:
* go build -ldflags "-X main.Version=${PV}" -o . filippo.io/age/cmd/... || die
*
* If you need support, post the output of `emerge --info '=app-crypt/age-1.0.0-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-crypt/age-1.0.0-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/temp/environment'.
* Working directory: '/var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work/age-1.0.0'
* S: '/var/tmp/portage-tmpfs/portage/app-crypt/age-1.0.0-r1/work/age-1.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment