66
CONFIDENTIAL
DOC-USR-0239-04
____________________________________________________________________________________
Z3 Technology, LLC
♦
100 N. 8th St. STE 250
♦
Lincoln, NE 68508-1369 USA
♦
+1.402.323.0702
▪
Problem: 'checkout_complete' failed possible solutions:
gpg: Can't check signature: No public key
If observing the following:
gpg: Signature made Thu 01 May 2014 03:34:18 PM CDT
gpg: using RSA key 67B7E448692B382C
gpg: Can't check signature: No public key
Makefile:27: recipe for target '.checkout_complete' failed
make: *** [.checkout_complete] Error 1
You can add the gpg keys by running the following commands:
mkdir ~/temp-gpg-import
cd ~/temp-gpg-import
repo init -u git://codeaurora.org/le/le/manifest.git
The output:
gpg: key 16530D5E920F5C65: "Repo Maintainer <[email protected]>" not changed
gpg: key 67B7E448692B382C: public key "Conley Owens <[email protected]>" imported
gpg: Total number processed: 2
gpg: imported: 1
gpg: unchanged: 1
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Counting objects: 3, done
remote: Finding sources: 100% (63/63)
remote: Total 63 (delta 29), reused 63 (delta 29)
Unpacking objects: 100% (63/63), done.
From https://gerrit.googlesource.com/git-repo
ceba2dd..3c09312 main -> origin/main
* [new tag] v2.13 -> v2.13
* [new tag] v2.13.1 -> v2.13.1
* [new tag] v2.13.2 -> v2.13.2
File "/home/z3/workspace/SW-Q01-01015-08/z3-QCS-SW-Q01-01015-08-
20210301/.repo/repo/main.py", line 79
file=sys.stderr)
^
SyntaxError: invalid syntax
This will import the gpg key needed and now "make universe" will work.
▪
Problem: fatal: unable to auto-detect email address (got 'USER@HOSTNAME.(none)')
If observing the following: