e-m-b-a / emba

EMBA - The firmware security analyzer

Home Page:https://www.securefirmware.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation failure due to missing public key

vk-gst opened this issue · comments

Describe the bug
The install instruction fails as below:

ubuntu:~/Documents/emba$ sudo ./installer.sh -d

EMBA - Embedded Linux Analyzer Installer
=================================================================

==> Imported 24 installer module files

Install all dependecies for EMBA in default/docker mode

Created external directory: ./external

Update package lists.
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease                                                                                   
Hit:1 https://apt.llvm.org/bionic llvm-toolchain-bionic-10 InRelease                                                                               
Hit:5 http://us.archive.ubuntu.com/ubuntu jammy InRelease                                                                  
Ign:2 https://apt.llvm.org/jammy llvm-toolchain-jammy-10 InRelease                                  
Hit:7 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease                                                         
Hit:8 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease                                 
Hit:3 https://apt.llvm.org/jammy llvm-toolchain-jammy-15 InRelease                                  
Err:6 https://apt.llvm.org/jammy llvm-toolchain-jammy-10 Release              
  404  Not Found [IP: 199.232.190.49 443]
Ign:9 https://www.scootersoftware.com bcompare4 InRelease
Get:10 https://www.scootersoftware.com bcompare4 Release [1,717 B]
Get:11 https://www.scootersoftware.com bcompare4 Release.gpg [836 B]
Err:11 https://www.scootersoftware.com bcompare4 Release.gpg
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC34ED2AFAE3F2
Reading package lists... Done
E: The repository 'http://apt.llvm.org/jammy llvm-toolchain-jammy-10 Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://www.scootersoftware.com bcompare4 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EC34ED2AFAE3F2
------------------------------------------------------------------------------------------------
Error detected - status code 100
Command:  echo -e "Command:  ${ORANGE}${BASH_COMMAND}${NC}"
Location:  ./installer.sh, line 278
Stack Trace:
    [1] main(): ./installer.sh, line 278 -> main -d

Important: Consider filling out a bug report at https://github.com/e-m-b-a/emba/issues

Desktop (please complete the following information):

  • OS: Ubuntu 22.04
- ubuntu:~/Documents/emba$ uname -a
Linux ubuntu 6.5.0-15-generic #15~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 12 18:54:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Thank you for contributing an issue!

Welcome to the EMBA firmware analysis community!

We are glad you are here and appreciate your contribution. Please keep in mind our contributing guidelines here and here.
Also, please check existing open issues and consider to open a discussion in the dedicated discussion area.
Additionally, we have collected a lot of details around EMBA, the installation and the usage of EMBA in our Wiki.

If you like EMBA you have the chance to support us by becoming a Sponsor or buying some beer here.

This is an automatic message. Allow for time for the EMBA community to be able to read the issue and comment on it.

something with your apt environment is broken. Probably an "apt-get update" will help

problem solved? Anything else we can support you?