Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: libcbor issue when upgrade Artix (Read 458 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

libcbor issue when upgrade Artix

Hello everybody, I got this issue when I tried to upgrade my Artixlinux.

 
Code: [Select]
doas pacman -Syu                                                                                                       
----------------------------------------------------------                                        
doas (chucho@a3seclaptop) password:
:: Synchronizing package databases...
 system is up to date                                                                                                                                                        
 world is up to date                                                                                                                                                         
 galaxy is up to date                                                                                                                                                        
 extra is up to date                                                                                                                                                         
 community is up to date                                                                                                                                                     
 universe is up to date                                                                                                                                                      
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libcbor (0.9.0-1) breaks dependency 'libcbor.so=0.8-64' required by libfido2

I reinstalled libfido2 because I thought it wouldn't need the dependency but it seems it need it. Could you help me with that issue?

Best regards.
Artix Linux Colombia

Re: libcbor issue when upgrade Artix

Reply #1
I researched a bit more and the package in "extra" repository differs from the "world" one.  An update to the "PKGBUILD" in world repo should fix the issue (I guess).


pacman -Si libfido2
----------------------------------------------------------------------------------------------------------                                                                                                                                  
Repository      : world
Name            : libfido2
Version         : 1.9.0-2
Description     : Library functionality for FIDO 2.0, including communication with a device over USB
Architecture    : x86_64
URL             : https://developers.yubico.com/libfido2/
Licenses        : BSD
Groups          : None
Provides        : libfido2.so=1-64
Depends On      : glibc  openssl  libcbor  libcbor.so=0.8-64  hidapi  libudev.so=1-64  zlib
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 163.07 KiB
Installed Size  : 436.94 KiB
Packager        : Artix Build Bot <[email protected]>
Build Date      : Sun 26 Dec 2021 12:19:59 PM CET
Validated By    : MD5 Sum  SHA-256 Sum  Signature

Repository      : extra
Name            : libfido2
Version         : 1.9.0-2
Description     : Library functionality for FIDO 2.0, including communication with a device over USB
Architecture    : x86_64
URL             : https://developers.yubico.com/libfido2/
Licenses        : BSD
Groups          : None
Provides        : libfido2.so=1-64
Depends On      : glibc  openssl  libcbor  libcbor.so=0.9-64  hidapi  systemd-libs  libudev.so=1-64  zlib
Optional Deps   : None
Conflicts With  : None
Replaces        : None
Download Size   : 174.24 KiB
Installed Size  : 460.89 KiB
Packager        : Antonio Rojas <[email protected]>
Build Date      : Sun 26 Dec 2021 09:22:38 AM CET
Validated By    : MD5 Sum  SHA-256 Sum  Signature
Artix Linux Colombia

Re: libcbor issue when upgrade Artix

Reply #2
It should be fixed on the next mirror sync.

Re: libcbor issue when upgrade Artix

Reply #3
Thank you very much. The issue was solved.
Artix Linux Colombia