Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working for using notar.ee #1

Open
Luzral opened this issue Mar 16, 2023 · 0 comments
Open

Not working for using notar.ee #1

Luzral opened this issue Mar 16, 2023 · 0 comments

Comments

@Luzral
Copy link

Luzral commented Mar 16, 2023

Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.IZq1hE8Ykk/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 78BD65473CB3BD13
gpg: key 7721F63BD38B4796: "Google Inc. (Linux Packages Signing Authority) [email protected]" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.I4mVx8kJOj/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
gpg: key 93C4A3FD7BB9C367: "Launchpad PPA for Ansible, Inc." not changed
gpg: Total number processed: 1
gpg: unchanged: 1
deb https://ppa.launchpad.net/ansible/ansible/ubuntu trusty main
Hit:1 https://ppa.launchpad.net/ansible/ansible/ubuntu trusty InRelease
Hit:2 https://deb.debian.org/debian bullseye InRelease
Get:3 https://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Hit:4 https://deb.debian.org/debian-security bullseye-security InRelease
Ign:5 https://storage.googleapis.com/cros-packages/111 bullseye InRelease
Hit:6 https://storage.googleapis.com/cros-packages/111 bullseye Release
Hit:8 https://installer.id.ee/media/ubuntu focal InRelease
Fetched 44.1 kB in 2s (21.1 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
ansible is already the newest version (2.10.7+merged+base+2.10.8+dfsg-1).
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Cloning into 'chromeos-welcome-to-estonia'...
remote: Enumerating objects: 219, done.
remote: Counting objects: 100% (216/216), done.
remote: Compressing objects: 100% (131/131), done.
remote: Total 219 (delta 129), reused 145 (delta 85), pack-reused 3
Receiving objects: 100% (219/219), 52.88 KiB | 1.10 MiB/s, done.
Resolving deltas: 100% (129/129), done.
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit
localhost does not match 'all'

PLAY [This will compute a while.] *************************************************************

TASK [Gathering Facts] ************************************************************************
ok: [localhost]

TASK [Create temporary build directory] *******************************************************
changed: [localhost]

TASK [Install Firefox] ************************************************************************
ok: [localhost]

TASK [Install the Web eID extension [MANUAL]] *************************************************
ok: [localhost] => {
"msg": "Manual step in Firefox -> https://addons.mozilla.org/en-US/firefox/addon/web-eid-webextension"
}

TASK [Add public key] *************************************************************************
ok: [localhost]

TASK [Add repository] *************************************************************************
ok: [localhost]

TASK [Install dependency 1/2] *****************************************************************
ok: [localhost]

TASK [Get dependency 2/2] *********************************************************************
changed: [localhost]

TASK [Install dependency 2/2] *****************************************************************
ok: [localhost]

TASK [Install open-eid] ***********************************************************************
ok: [localhost]

TASK [Install build dependencies] *************************************************************
ok: [localhost]

TASK [Get source code] ************************************************************************
changed: [localhost]

TASK [Configure] ******************************************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "cmake -B build -S .", "delta": "0:00:00.484127", "end": "2023-03-16 20:12:04.378125", "msg": "non-zero return code", "rc": 1, "start": "2023-03-16 20:12:03.893998", "stderr": "CMake Error at CMakeLists.txt:2 (project):\n No CMAKE_CXX_COMPILER could be found.\n\n Tell CMake where to find the compiler by setting either the environment\n variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path\n to the compiler, or to the compiler name if it is in the PATH.", "stderr_lines": ["CMake Error at CMakeLists.txt:2 (project):", " No CMAKE_CXX_COMPILER could be found.", "", " Tell CMake where to find the compiler by setting either the environment", " variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path", " to the compiler, or to the compiler name if it is in the PATH."], "stdout": "-- The C compiler identification is GNU 10.2.1\n-- The CXX compiler identification is unknown\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: /usr/bin/cc - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Configuring incomplete, errors occurred!\nSee also "/tmp/ansible.acxzjtd3/DigiDoc4-Client/build/CMakeFiles/CMakeOutput.log".\nSee also "/tmp/ansible.acxzjtd3/DigiDoc4-Client/build/CMakeFiles/CMakeError.log".", "stdout_lines": ["-- The C compiler identification is GNU 10.2.1", "-- The CXX compiler identification is unknown", "-- Detecting C compiler ABI info", "-- Detecting C compiler ABI info - done", "-- Check for working C compiler: /usr/bin/cc - skipped", "-- Detecting C compile features", "-- Detecting C compile features - done", "-- Configuring incomplete, errors occurred!", "See also "/tmp/ansible.acxzjtd3/DigiDoc4-Client/build/CMakeFiles/CMakeOutput.log".", "See also "/tmp/ansible.acxzjtd3/DigiDoc4-Client/build/CMakeFiles/CMakeError.log"."]}

PLAY RECAP ************************************************************************************
localhost : ok=12 changed=3 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant