You are not logged in.

#1 2021-05-20 12:32:48

d00mguy
Member
Registered: 2021-05-20
Posts: 2

(SOLVED) Problem with updating

Hello! I have an issue with updating the system

[jan@janshost ~]$ sudo pacman -Syu
[sudo] password for jan: 
:: Synchronizing package databases...
 core                  133.4 KiB  1334 KiB/s 00:00 [######################] 100%
 extra                1560.6 KiB  5.44 MiB/s 00:00 [######################] 100%
 community               5.6 MiB  17.4 MiB/s 00:00 [######################] 100%
 multilib              149.2 KiB  14.6 MiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing dav1d (0.9.0-1) breaks dependency 'dav1d=0.8.2' required by lib32-libdav1d

I have searched the internet for answer, but mostly found advises to delete the old package. But i am afraid to break something further. Also i don't know if i should delete dav1d=0.8.2 or the whole lib32-libdav1d

System info is the following

System:
  Host: janshost Kernel: 5.10.36-1-lts x86_64 bits: 64 Desktop: GNOME 40.1 
  Distro: Arch Linux 
Machine:
  Type: Laptop System: ASUSTeK product: UX301LAA v: 1.0 
  serial: <superuser required> 
  Mobo: ASUSTeK model: UX301LAA v: 1.0 serial: <superuser required> 
  UEFI: American Megatrends v: UX301LAA.211 date: 06/05/2015 
Battery:
  ID-1: BAT0 charge: 0 Wh (0.0%) condition: 34.5/50.6 Wh (68.2%) volts: 11.1 
  min: 11.1 
CPU:
  Info: Dual Core Intel Core i5-4210U [MT MCP] speed: 1781 MHz 
  min/max: 800/2700 MHz 
Graphics:
  Device-1: Intel Haswell-ULT Integrated Graphics driver: i915 v: kernel 
  Device-2: Sunplus Innovation HD WebCam type: USB driver: uvcvideo 
  Display: x11 server: X.org 1.20.11 driver: loaded: intel 
  unloaded: modesetting resolution: <missing: xdpyinfo> 
  OpenGL: renderer: Mesa DRI Intel HD Graphics 4400 (HSW GT2) 
  v: 4.5 Mesa 21.1.0 
Network:
  Device-1: Intel Wireless 7260 driver: iwlwifi 
  Device-2: Intel Bluetooth wireless interface type: USB driver: btusb 
Drives:
  Local Storage: total: 238.49 GiB used: 70.82 GiB (29.7%) 
Info:
  Processes: 201 Uptime: 18m Memory: 7.65 GiB used: 3.17 GiB (41.4%) 
  Shell: Bash inxi: 3.3.04 

Last edited by d00mguy (2021-05-28 15:55:38)

Offline

#2 2021-05-20 12:50:49

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: (SOLVED) Problem with updating

lib32-libdav1d is an AUR package. You have to remove it, update, rebuild the new version against the new libraries, reinstall it. Or you can rebuild the new version in a clean chroot, add it to a local repo, then update everything together.

Or just remove it and leave it gone if you're not actually using it.

Last edited by Scimmia (2021-05-20 12:51:40)

Offline

#3 2021-05-20 13:41:56

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,787
Website

Re: (SOLVED) Problem with updating

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2021-05-28 15:55:05

d00mguy
Member
Registered: 2021-05-20
Posts: 2

Re: (SOLVED) Problem with updating

Scimmia wrote:

lib32-libdav1d is an AUR package. You have to remove it, update, rebuild the new version against the new libraries, reinstall it. Or you can rebuild the new version in a clean chroot, add it to a local repo, then update everything together.

Or just remove it and leave it gone if you're not actually using it.

So i did the following commands one by one at a time and it looks that all works fine for now

yay -Rns lib32-libdav1d

sudo pacman -Syu

yay -Syu

Offline

Board footer

Powered by FluxBB