Hello,
reading 
https://redmine.replicant.us/projects/replicant/wiki/Replicant60BuildDependenciesInstallation,
 I downloaded the self-repo 
(https://ftp.osuosl.org/pub/replicant/build-tools/repo/).
Reading README.txt, I noticed following commandline fails:
---
gpg --keyserver keys.gnupg.net --recv-key 
FB31DBA3AB8DB76A4157329F7651568F80374459

gpg: keyserver receive failed: No name

---
It works by changing key server to keys.openpgp.org
---
gpg --keyserver keys.openpgp.org --recv-key 
FB31DBA3AB8DB76A4157329F7651568F80374459
gpg: key 7651568F80374459: no user IDgpg: Total number processed: 1
---

In addition, when executing repo sync, here is the error I got
---
$ repo sync
Traceback (most recent call last):
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/main.py",
 line 622, in <module>
_Main(sys.argv[1:])
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/main.py",
 line 596, in _Main
result = run()
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/main.py",
 line 589, in <lambda>
run = lambda: repo._Run(name, gopts, argv) or 0
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/main.py",
 line 266, in _Run
result = cmd.Execute(copts, cargs)
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/subcmds/sync.py",
 line 858, in Execute
self._UpdateManifestProject(opt, mp, manifest_name)
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/subcmds/sync.py",
 line 776, in _UpdateManifestProject
success = mp.Sync_NetworkHalf(quiet=opt.quiet, verbose=opt.verbose,
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/project.py",
 line 1510, in Sync_NetworkHalf
and self._ApplyCloneBundle(initial=is_new, quiet=quiet, verbose=verbose)):
File 
"/gnu/store/k3h5d00i0rk3qv0qqazxxjp1b818c9c0-git-repo-2.4.1/share/git-repo/project.py",
 line 2562, in _ApplyCloneBundle
bundle_url = remote.url + '/clone.bundle'TypeError: unsupported operand type(s) 
for +: 'NoneType' and 'str'

---

- Fil Lupin.
_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to