Menu

#9 Buiild fails

v0.09
open
swoag
build (1)
5
2015-01-21
2015-01-08
psteckler
No

Per the build instructions for 1.1, I ran:

./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync

but got:

--
object 666d534636d262cbfd971509dd0f0be0cddb2e11
type commit
tag v1.12.16
tagger Conley Owens cco3@android.com 1398976458 -0700

repo 1.12.16

gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID 692B382C
gpg: Can't check signature: public key not found
error: could not verify the tag 'v1.12.16'
--

This is on Fedora 21 x86_64.

Related

Bugs: #9

Discussion

  • Anton Leontiev

    Anton Leontiev - 2015-01-15

    You can view what public keys have been imported by your repo version using

    GNUPGHOME=$HOME/.repoconfig/gnupg gpg -k
    

    Make sure, that you have key with ID 692B382C. Repo before v1.11.0 do not import Conley Owens key.
    You can also try to remove $HOME/.repoconfig.

     

    Last edit: Anton Leontiev 2015-01-15
    • psteckler

      psteckler - 2015-01-15

      Thanks for the response.

      I don't have that key. Can you tell me how I can find and import it?

      -- Paul

      On Thu, Jan 15, 2015 at 6:28 AM, Anton Leontiev scileont@users.sf.net wrote:

      You can view what public keys have been imported by your repo version using

      GNUPGHOME=$HOME/.repoconfig/gnupg gpg -k

      Make sure, that you have key with ID 692B382C. Repo before v1.11.0 do not
      import Conley Owens key.


      [bugs:#9] Buiild fails

      Status: open
      Group: v0.09
      Labels: build
      Created: Thu Jan 08, 2015 10:28 PM UTC by psteckler
      Last Updated: Thu Jan 08, 2015 10:28 PM UTC
      Owner: swoag

      Per the build instructions for 1.1, I ran:

      ./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync

      but got:

      --
      object 666d534636d262cbfd971509dd0f0be0cddb2e11
      type commit
      tag v1.12.16
      tagger Conley Owens cco3@android.com 1398976458 -0700

      repo 1.12.16

      gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID
      692B382C
      gpg: Can't check signature: public key not found
      error: could not verify the tag 'v1.12.16'
      --

      This is on Fedora 21 x86_64.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/limoa/bugs/9/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #9

      • Anton Leontiev

        Anton Leontiev - 2015-01-20

        The keys are located directry in repo source code. Normally they should be imported automatically when you run repo. Upon the start repo reads ~/.repoconfig/keyring-version file and determine if it should update your keyring. To force reimport keyring you can simply delete ~/.repoconfig.

         
        • psteckler

          psteckler - 2015-01-20

          I ran:

          rm -rf ~/.repoconfig

          then:

          ./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync

          and get the same error message as before:

          gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID 692B382C
          gpg: Can't check signature: public key not found
          error: could not verify the tag 'v1.12.16'
          --

          -- Paul

          On Mon, Jan 19, 2015 at 9:57 PM, Anton Leontiev scileont@users.sf.net wrote:

          The keys are located directry in repo source code. Normally they should be
          imported automatically when you run repo. Upon the start repo reads
          ~/.repoconfig/keyring-version file and determine if it should update your
          keyring. To force reimport keyring you can simply delete ~/.repoconfig.


          [bugs:#9] Buiild fails

          Status: open
          Group: v0.09
          Labels: build
          Created: Thu Jan 08, 2015 10:28 PM UTC by psteckler
          Last Updated: Thu Jan 15, 2015 02:28 PM UTC
          Owner: swoag

          Per the build instructions for 1.1, I ran:

          ./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync

          but got:

          --
          object 666d534636d262cbfd971509dd0f0be0cddb2e11
          type commit
          tag v1.12.16
          tagger Conley Owens cco3@android.com 1398976458 -0700

          repo 1.12.16

          gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID
          692B382C
          gpg: Can't check signature: public key not found
          error: could not verify the tag 'v1.12.16'
          --

          This is on Fedora 21 x86_64.


          Sent from sourceforge.net because you indicated interest in
          https://sourceforge.net/p/limoa/bugs/9/

          To unsubscribe from further messages, please visit
          https://sourceforge.net/auth/subscriptions/

           

          Related

          Bugs: #9

  • Anton Leontiev

    Anton Leontiev - 2015-01-21

    Could you, please, post versions of ./repo, gpg and git you are using.

     
    • psteckler

      psteckler - 2015-01-21

      [steck@snidely tmp]$ git --version
      git version 2.1.0
      [steck@snidely tmp]$ gpg --version
      gpg (GnuPG) 1.4.18

      First few lines of repo are:

      REPO_URL='https://gerrit.googlesource.com/git-repo'
      REPO_REV='stable'

      Copyright (C) 2008 Google Inc.

      --

      The repo file was included in the file lim-omx-1.1.tar.gz downloaded from
      https://sourceforge.net/projects/limoa/files/.

      [steck@snidely Downloads]$ sha1sum lim-omx-1.1.tar.gz
      81cecfb7c09cba8f5eed5aefe52233d88aa969b7 lim-omx-1.1.tar.gz

      -- Paul

      On Wed, Jan 21, 2015 at 1:09 PM, Anton Leontiev scileont@users.sf.net
      wrote:

      Could you, please, post versions of ./repo, gpg and git you are using.

      Status: open
      Group: v0.09
      Labels: build
      Created: Thu Jan 08, 2015 10:28 PM UTC by psteckler
      Last Updated: Thu Jan 15, 2015 02:28 PM UTC
      Owner: swoag

      Per the build instructions for 1.1, I ran:

      ./repo init -u git://github.com/bosm/manifest -b lim-openmax && ./repo sync

      but got:

      --
      object 666d534636d262cbfd971509dd0f0be0cddb2e11
      type commit
      tag v1.12.16
      tagger Conley Owens cco3@android.com 1398976458 -0700

      repo 1.12.16

      gpg: Signature made Thu 01 May 2014 01:34:18 PM PDT using RSA key ID
      692B382C
      gpg: Can't check signature: public key not found
      error: could not verify the tag 'v1.12.16'
      --

      This is on Fedora 21 x86_64.

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/limoa/bugs/9/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #9


Log in to post a comment.

MongoDB Logo MongoDB