Metis package can't update
#1
Hi,

I have pinebook with Manjaro OS. I have metis version 5.1.0.p10-2 and notification for available update to 5.1.0.p11-1. But when I try to update it I have result below:

Code:
reparing...
Synchronizing package databases...
Cloning metis build files...
Generating metis information...
Checking metis dependencies...
Resolving dependencies...
Checking inter-conflicts...
Download of inetutils (2.3-1) started
Download of inetutils (2.3-1) finished
Checking keyring...
Checking integrity...
Loading packages files...
Checking file conflicts...
Checking available disk space...
Installing inetutils (2.3-1)...
Running post-transaction hooks...
Reloading system manager configuration...
Arming ConditionNeedsUpdate...
Updating the info directory file...

Building metis...
==> ERROR: metis is not available for the 'aarch64' architecture.

What's a problem, how to fix it?
  Reply
#2
The metis package is coming from the AUR https://aur.archlinux.org/packages/metis

AUR packages use a file called a PKGBUILD which has instructions to build the package. In this case, the metis PKGBUILD has the line
Code:
arch=(x86_64)

meaning it only supports the x86_64 architecture.

If you want to build it you can try from the command line
Code:
sudo pamac build metis

Then when prompted press 'e' to edit the package build. You can edit the line above to
Code:
arch=(any)

then see how you go. You might need to make further changes to get the build to succeed on arm64.


Personally I would try to configure my update utility not to automatically upgrade from the AUR.

If you want to update just the pacman packages you can run
Code:
sudo pacman -Syu
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Brand new Pinebook Pro doesn't boot after Manjaro update johnboiles 8 2,171 12-15-2023, 02:11 PM
Last Post: wdt
  After update, multiple problems, pinebook pro. jd50i 1 1,031 09-16-2023, 09:41 AM
Last Post: jd50i
  invalid or corrupted package (PGP signature) Mangustis 0 774 02-21-2023, 04:50 PM
Last Post: Mangustis
  Keyboard/Touchpad update SH61F83 IC zaphod80013 4 3,265 09-14-2022, 03:56 AM
Last Post: Carl
Big Grin EASY SOLUTION for Manjaro "Missing Keys" Update and Install Failure Zoroaster-Z 0 1,408 08-14-2022, 09:01 PM
Last Post: Zoroaster-Z
  Ring around screen following update tylerjohnson3208 2 2,071 05-10-2022, 01:52 AM
Last Post: diyagabriel
Big Grin Selling Pinbook Pro AND pinephone convergence package poltergiest 2 2,178 03-08-2022, 10:12 AM
Last Post: poltergiest
  Wont charge when powered off, and update question pineymousepad 7 5,889 12-11-2021, 09:50 PM
Last Post: pineymousepad
  Issues with External Display After Recent Update reundo 0 1,365 11-18-2021, 06:37 PM
Last Post: reundo
Bug Wrong FN keys after keyboard FW update j4n3z 2 2,557 10-19-2021, 01:57 AM
Last Post: j4n3z

Forum Jump:


Users browsing this thread: 1 Guest(s)