Giter Site home page Giter Site logo

Comments (3)

berney avatar berney commented on September 22, 2024

This still happens in latest kubler, 23bd7ff

Normal (not verbose mode)

root@70e5971ef182:~/berney# kubler.sh build berney/figlet
»»»»»[init]» generate build graph
»»» required engines:    docker
»»» required stage3:     stage3-amd64-musl-hardened stage3-amd64-hardened-nomultilib-openrc
»»» required builders:   kubler/bob-musl kubler/bob
»»» build sequence:      kubler/busybox kubler/glibc berney/figlet
»[✔]»[init]» done.
»[]»[portage]» download portage snapshot [ 43M ]
root@70e5971ef182:~/berney# echo $?
1

Verbose mode

root@70e5971ef182:~/berney# kubler.sh build -v berney/figlet
»»»»»[init]» generate build graph
»»» required engines:    docker
»»» required stage3:     stage3-amd64-musl-hardened stage3-amd64-hardened-nomultilib-openrc
»»» required builders:   kubler/bob-musl kubler/bob
»»» build sequence:      kubler/busybox kubler/glibc berney/figlet
»[✔]»[init]» done.
»»»»»[portage]» download portage snapshot
gpg: Signature made Tue Oct 17 00:56:38 2023 UTC
gpg:                using RSA key E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
gpg: Can't check signature: No public key
»[✘]»[portage]» Signature check failed
»[!]»[portage]» Pick one of the options below to continue:

 1. Setup gpg and import the gentoo infrastructure gpg key:

  gpg --keyserver keys.gentoo.org --recv-keys <key-id>

  The key-id can be found in the gpg output a few lines above this, look for: 'gpg: using RSA key XXXXXXXXXXXXXXXXXX'

  Note: The Gentoo infrastructure team occasionally changes the keys, so you may need to repeat this step from time to time.

 2. Disable gpg checking temporarily by passing the -s arg to the build command

 3. Disable gpg checking permanently by setting KUBLER_SKIP_GPG_CHECK='true' in kubler.conf

from kubler.

r7l avatar r7l commented on September 22, 2024

I was running into the same issue. Gentoo has messed up the releases. It's been like this for at least 2 weeks. The issue is that the .asc file isn't the one it should be. Take a look here and compare the dates of the files:

The tar.xz file is called:

stage3-amd64-musl-hardened-20231015T161657Z.tar.xz

While the tar.xz.asc file is called:

stage3-amd64-musl-hardened-20231008T170201Z.tar.xz.asc

It should be exactly the same but it isn't. I've made a post about it on the Gentoo forums but it's still broken it seems.

The issue with Kubler is from this line. It does skip the check but still tries to download the file prior to the check.

Edit:

Easy workaround is by placing a fake file to your download directory with the expected name. Kubler checks for a file to be existing there and skips the download in that case.

from kubler.

edannenberg avatar edannenberg commented on September 22, 2024

Seems to be resolved, feel free to reopen if there are still issues.

from kubler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.