Cant Install: Missing packages

Having some install problems with package lookup command output error calamares-core-git not found, calamares-configuration-git and calamares-core-local.

I did retry with another boot stick, installer file and even second machine but it is the same.

I was able to get an offline install done but then had a similar problem or maybe the same. Updates failed with some trusts issues from some (at least 1 spice) packages from a brian@ ??? So i have given up for today.

Thank you

The package lookup thing can be ignored. It is a redundancy to delete other versions of the installer. Can you share the entire error message till the end from the welcome app?

If you click on About, you will also find a button to get to the whole log file

I just fired up the installer again and am posting from the live environment.
This is from the installer console.

-     INFO: Loading CSS styles...
-     INFO: Creating a Gtk Builder and importing the UI from glade files...
-    DEBUG: Detecting if the application is enabled at startup...
-     INFO: Running in the 'ISO' mode...
-     INFO: Set to detect installer package name calamares-core...
-     INFO: Set to detect installer config package name calamares-configuration...
-     INFO: Loading the 'Install' tab...
-     INFO: Loading the 'Links' tab...
-     INFO: Loading the 'Utilities' tab...
-     INFO: Displaying the main window...
-     INFO: Starting the event loop...
-    DEBUG: Checking if missing: calamares-core-git
-    DEBUG: Package lookup command output: error: package 'calamares-core-git' was not found
-    DEBUG: Package lookup command return code: 1
-    DEBUG: Package(s) not found installed: calamares-core-git
-    DEBUG: Checking if missing: calamares-configuration-git
-    DEBUG: Package lookup command output: error: package 'calamares-configuration-git' was not found
-    DEBUG: Package lookup command return code: 1
-    DEBUG: Package(s) not found installed: calamares-configuration-git
-    DEBUG: Checking if missing: calamares-core-local
-    DEBUG: Package lookup command output: error: package 'calamares-core-local' was not found
-    DEBUG: Package lookup command return code: 1
-    DEBUG: Package(s) not found installed: calamares-core-local
-    DEBUG: Checking if missing: calamares-configuration-local
-    DEBUG: Package lookup command output: error: package 'calamares-configuration-local' was not found
-    DEBUG: Package lookup command return code: 1
-    DEBUG: Package(s) not found installed: calamares-configuration-local
-    DEBUG: Checking if a newer Github package exists for `calamares-configuration`...
-     INFO: New Github package exists for `calamares-configuration`...
-    DEBUG: Checking if a newer Github package exists for `calamares-core`...
-     INFO: New Github package exists for `calamares-core`...
-     INFO: Will download and install from GitHub...
-    DEBUG: Checking if newer versions exist for: ['calamares-configuration', 'calamares-core']
-    DEBUG: OS> pkexec pacman -Sy
-    DEBUG: :: Synchronizing package databases...
-    DEBUG: Reborn-OS downloading...
-    DEBUG: core downloading...
-    DEBUG: extra downloading...
-    DEBUG: multilib downloading...
-    DEBUG: Package(s) which need updates: []
-    DEBUG: Removing temporary download directory: /tmp/downloaded_from_github
-    DEBUG: SHELL> rm -rf /tmp/downloaded_from_github
-    DEBUG: (Re)creating temporary download directory: /tmp/downloaded_from_github
-    DEBUG: SHELL> mkdir -p /tmp/downloaded_from_github
-    DEBUG: Downloading `calamares-configuration` from GitHub...
-    DEBUG: SHELL> curl --silent --output /tmp/downloaded_from_github/calamares-configuration.pkg.tar.zst --location $(curl --silent 'https://api.github.com/repos/rebornos-team/calamares-configuration/releases/latest' | jq '.assets[] | select(.name | endswith(".zst")).browser_download_url' | cat | cut -d '"' -f 2)
-    DEBUG: Downloading `calamares-core` from GitHub...
-    DEBUG: SHELL> curl --silent --output /tmp/downloaded_from_github/calamares-core.pkg.tar.zst --location $(curl --silent 'https://api.github.com/repos/rebornos-team/calamares-core/releases/latest' | jq '.assets[] | select(.name | endswith(".zst")).browser_download_url' | cat | cut -d '"' -f 2)

This is from terminal trying to update with yay
(695/695) checking package integrity               [######################] 100%
error: screen: signature from "Brett Cornwall <brett@i--b.com>" is unknown trust
:: File /var/cache/pacman/pkg/screen-4.9.1-2-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] Do you want to delete it? [Y/n] y
error: spice-protocol: signature from "Brett Cornwall <brett@i--b.com>" is unknown trust
:: File /var/cache/pacman/pkg/spice-protocol-0.14.4-2-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: spice-vdagent: signature from "Brett Cornwall <brett@i--b.com>" is unknown trust
:: File /var/cache/pacman/pkg/spice-vdagent-0.22.1-4-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] 
error: failed to commit transaction (invalid or corrupted package)
Errors occurred, no packages were upgraded.
 -> error installing repo packages
1 rebornos@rebornosiso ~ %

log file,

2024-07-24 04:55:40 UTC [    INFO] Changing the working directory to /opt/rebornos-iso-welcome... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Loading the user-interface: gtk... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Loading CSS styles... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Creating a Gtk Builder and importing the UI from glade files... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [   DEBUG] Detecting if the application is enabled at startup... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Running in the 'ISO' mode... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Set to detect installer package name calamares-core... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Set to detect installer config package name calamares-configuration... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Loading the 'Install' tab... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Loading the 'Links' tab... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Loading the 'Utilities' tab... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Displaying the main window... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:40 UTC [    INFO] Starting the event loop... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if missing: calamares-core-git (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command output: error: package 'calamares-core-git' was not found (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command return code: 1 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package(s) not found installed: calamares-core-git (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if missing: calamares-configuration-git (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command output: error: package 'calamares-configuration-git' was not found (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command return code: 1 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package(s) not found installed: calamares-configuration-git (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if missing: calamares-core-local (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command output: error: package 'calamares-core-local' was not found (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command return code: 1 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package(s) not found installed: calamares-core-local (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if missing: calamares-configuration-local (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command output: error: package 'calamares-configuration-local' was not found (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package lookup command return code: 1 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Package(s) not found installed: calamares-configuration-local (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if a newer Github package exists for `calamares-configuration`... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [    INFO] New Github package exists for `calamares-configuration`... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if a newer Github package exists for `calamares-core`... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [    INFO] New Github package exists for `calamares-core`... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [    INFO] Will download and install from GitHub... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] Checking if newer versions exist for: ['calamares-configuration', 'calamares-core'] (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] OS> pkexec pacman -Sy (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:46 UTC [   DEBUG] :: Synchronizing package databases... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] Reborn-OS downloading... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] core downloading... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] extra downloading... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] multilib downloading... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG]  (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] Package(s) which need updates: [] (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] Removing temporary download directory: /tmp/downloaded_from_github (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] SHELL> rm -rf /tmp/downloaded_from_github (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG]  (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] (Re)creating temporary download directory: /tmp/downloaded_from_github (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] SHELL> mkdir -p /tmp/downloaded_from_github (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG]  (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] Downloading `calamares-configuration` from GitHub... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:47 UTC [   DEBUG] SHELL> curl --silent --output /tmp/downloaded_from_github/calamares-configuration.pkg.tar.zst --location $(curl --silent 'https://api.github.com/repos/rebornos-team/calamares-configuration/releases/latest' | jq '.assets[] | select(.name | endswith(".zst")).browser_download_url' | cat | cut -d '"' -f 2) (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:48 UTC [   DEBUG]  (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:48 UTC [   DEBUG] Downloading `calamares-core` from GitHub... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:48 UTC [   DEBUG] SHELL> curl --silent --output /tmp/downloaded_from_github/calamares-core.pkg.tar.zst --location $(curl --silent 'https://api.github.com/repos/rebornos-team/calamares-core/releases/latest' | jq '.assets[] | select(.name | endswith(".zst")).browser_download_url' | cat | cut -d '"' -f 2) (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:55:57 UTC [   DEBUG] Bringing up the "About" dialog... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] Opening the log on the default editor... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] Checking if missing: xdg-utils (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] Package lookup command output: xdg-utils 1.2.1-1 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] Package lookup command return code: 0 (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [    INFO] Package(s) found installed: xdg-utils (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [    INFO] Launching `xdg-open /home/rebornos/.rebornos-iso-welcome/log/welcome_app-2024-07-24_04_55_40_UTC.log`... (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] PYTHON> Calling: <class 'subprocess.Popen'> (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)
2024-07-24 04:56:00 UTC [   DEBUG] P> Returned: <Popen: returncode: None args: ['xdg-open', '/home/rebornos/.rebornos-iso-we...> (../../usr/lib/python3.11/site-packages/pyrunning/pyrunning.py > find_caller; Line 259)

and thank you for your time and help.

Okay. I think the new installer update is probably too new for the ISO. We have an updated ISO built yesterday and tested basic stuff, but do not select refind bootloader yet until we fix a bug (soon). Here is the ISO:

1 Like

@lazydayz Did that fix your problem?

yes, and thank you again.

1 Like