You are not logged in.

#1 Pacman / Pacman Upgrades » error: failed retrieving file after updating ca-certificates » 2020-01-24 22:10:13

becoming_i
Replies: 7

After today's update on

ca-certificates

the following error occured

sudo pacman -Syy
[sudo] password for becoming_i: 
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from archlinux32.agoctrl.org : SSL certificate problem: certificate rejected
error: failed retrieving file 'core.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
error: failed retrieving file 'core.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
core                                   152.8 KiB   283 KiB/s 00:01 [######################################] 100%
error: failed retrieving file 'extra.db' from archlinux32.agoctrl.org : SSL certificate problem: certificate rejected
error: failed retrieving file 'extra.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
error: failed retrieving file 'extra.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
extra                                 1980.4 KiB   469 KiB/s 00:04 [######################################] 100%
error: failed retrieving file 'community.db' from archlinux32.agoctrl.org : SSL certificate problem: certificate rejected
error: failed retrieving file 'community.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
error: failed retrieving file 'community.db' from archlinux32.vollzornbrot.de : SSL certificate problem: certificate rejected
community                                4.7 MiB   315 KiB/s 00:15 [######################################] 100%

also the output of

sudo pacman -Qkk ca-certificates

gave me this

ca-certificates: 0 total files, 0 altered files

any ideas or a potential fix?

#2 Re: Pacman / Pacman Upgrades » [SOLVED] 'libx264.so=152-32' required by ffmpeg » 2018-09-01 18:46:09

Everything updated smoothly today, if anyone else does not have issues, can be marked as solved.

#3 Re: Pacman / Pacman Upgrades » [SOLVED] 'libx264.so=152-32' required by ffmpeg » 2018-08-31 16:19:56

A today's update

sudo pacman -Syyu
[sudo] password for becoming_i: 
:: Synchronizing package databases...
 core                                      178.7 KiB  78.7K/s 00:02 [#####################################] 100%
 extra                                       2.4 MiB  64.7K/s 00:37 [#####################################] 100%
 community                                   5.2 MiB  55.5K/s 01:37 [#####################################] 100%
:: Starting full system upgrade...
:: Replace libx264 with extra/x264? [Y/n] n
:: Replace libx264-all with extra/x264? [Y/n] y
resolving dependencies...
looking for conflicting packages...
:: x264 and libx264 are in conflict. Remove libx264? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libx264-all breaks dependency 'libx264-all' required by gst-plugins-ugly
 sudo pacman -Syu 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace libx264 with extra/x264? [Y/n] n
:: Replace libx264-all with extra/x264? [Y/n] n
resolving dependencies...
looking for conflicting packages...
:: x264 and libx264 are in conflict. Remove libx264? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: x264 and libx264 are in conflict
sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace libx264 with extra/x264? [Y/n] y
:: Replace libx264-all with extra/x264? [Y/n] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libx264-all breaks dependency 'libx264-all' required by gst-plugins-ugly

#4 Re: Pacman / Pacman Upgrades » [SOLVED] 'libx264.so=152-32' required by ffmpeg » 2018-08-30 17:32:31

andreas_baumann wrote:

What happens, if you press yes there?

You can see both scenarios

sudo pacman -Syu
[sudo] password for becoming_i: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace libx264 with extra/x264? [Y/n] n
:: Replace libx264-all with extra/x264? [Y/n] Y    
resolving dependencies...
looking for conflicting packages...
:: x264 and libx264 are in conflict. Remove libx264? [y/N] Y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing libx264-all breaks dependency 'libx264-all' required by gst-plugins-ugly
sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
:: Replace libx264 with extra/x264? [Y/n] n
:: Replace libx264-all with extra/x264? [Y/n] Y
resolving dependencies...
looking for conflicting packages...
:: x264 and libx264 are in conflict. Remove libx264? [y/N] N
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: x264 and libx264 are in conflict

#5 Re: Pacman / Pacman Upgrades » Perl rebuild stuck in the middle » 2018-08-23 12:22:55

Here's mine what it says when i try to upgrade

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by imagemagick
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by net-snmp
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by pango-perl
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-bit-vector
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-digest-sha1
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-gd
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-html-parser
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-locale-gettext
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-net-ssleay
:: installing perl (5.28.0-1.0) breaks dependency 'perl<5.27' required by perl-xml-parser

#6 Pacman / Pacman Upgrades » [SOLVED] pacman (5.1.0-2.0) breaks dependency 'pacman-contrib' » 2018-06-12 17:20:32

becoming_i
Replies: 3

I post this fix here in case anyone else has the same issue

When i try to update i get this message

:: downgrade: installing pacman (5.1.0-2.0) breaks dependency 'pacman-contrib'

Thanks to elibrokeit from IRC here's how to fix it

pacman -Syu pacman-contrib

#7 Pacman / Pacman Upgrades » [SOLVED]Chromium not working after system update » 2018-04-12 15:49:25

becoming_i
Replies: 7

After an update i can't get chromium to run
In terminal i get

chromium
/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.60: cannot open shared object file: No such file or directory

And the icu package is on version 61

sudo pacman -Q icu                       
[sudo] password for becoming_i: 
icu 61.1-1.0

Edit: Solved by installing

icu60

from AUR

Seems that the current version (61.1) doesn't work with telegram,chromium,smtube and some others.

#8 Re: Pacman / Pacman Upgrades » [Solved] Cannot update ffmpeg » 2018-03-10 19:37:16

WyRe wrote:

I've upgraded the system ignoring ffmpeg, could be this an issue in the future? or you will fix the ffmpeg package?

I did exactly the same. They will fix it eventually.

#9 Re: Pacman / Pacman Upgrades » [Solved] Cannot update ffmpeg » 2018-03-10 12:49:13

andreas_baumann wrote:

The proper solution will be to push the correct ffmpeg, libvpx versions of packages.

So we wait for the new update to arrive smile

#10 Re: Pacman / Pacman Upgrades » [Solved] Cannot update ffmpeg » 2018-03-10 12:12:43

Just to be clear.

Does The workaround fix the sound and not the update issue?. I don't have any problems with the sound but the problem persists even with the suggested workaround.

sudo pacman -Syyu
[sudo] password for becoming_i: 
:: Synchronizing package databases...
 core                     175.1 KiB   324K/s 00:01 [######################] 100%
 extra                      2.2 MiB   592K/s 00:04 [######################] 100%
 community                  4.7 MiB   674K/s 00:07 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "libvpx.so=5-32", a dependency of "ffmpeg"
warning: cannot resolve "libvpx.so=5-32", a dependency of "ffmpeg2.8"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      ffmpeg  ffmpeg2.8

:: Do you want to skip the above packages for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg: requires libvpx.so=5-32

Extracted the testing package

bsdtar xvf libvpx-1.7.0-1.0-i686.pkg.tar.xz usr/lib/libvpx.so.5*
x usr/lib/libvpx.so.5
x usr/lib/libvpx.so.5.0.0
x usr/lib/libvpx.so.5.0

and again...

sudo pacman -Syyu
:: Synchronizing package databases...

 core                                               175.1 KiB   313K/s 00:01 [###########################################] 100%
 extra                                                2.2 MiB   605K/s 00:04 [###########################################] 100%
 community                                            4.7 MiB   720K/s 00:07 [###########################################] 100%
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "libvpx.so=5-32", a dependency of "ffmpeg"
warning: cannot resolve "libvpx.so=5-32", a dependency of "ffmpeg2.8"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      ffmpeg  ffmpeg2.8

:: Do you want to skip the above packages for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)
:: ffmpeg: requires libvpx.so=5-32
:: ffmpeg2.8: requires libvpx.so=5-32

Board footer

Powered by FluxBB