Project

General

Profile

Bug #2770 » blah.txt

Drag0nFly, 2020-05-07 06:18 PM

 
1
When trying to install the abovementioned ffmpeg package, the process fails as it apparently has a dependency on both systemd and systemd-common:
2

    
3
NB! Due to the error message "Sorry, that post has too many non-dictionary words. Consider putting long command-line outputs and URLs into a file and attaching it with the 'Browse' button below." I am forced to putting the entire ticket into an attachment, as apparently the (rather short) command output was too much for the system to handle. :p As was this text describing why I had to do this, as it also triggered
4
the error.
5

    
6
(Perhaps I should submit a bug report for the ticket system as well?) ;-)
7

    
8
<pre><code class="shell">
9
root@dragonfly /h/m/.maildir# pacman -Syyy
10
:: Synchronizing package databases...
11
 nonprism                                                                                             25.6 KiB   319 KiB/s 00:00 [##############################################################################] 100%
12
 nonsystemd                                                                                           25.8 KiB   323 KiB/s 00:00 [##############################################################################] 100%
13
 libre                                                                                               334.0 KiB  1067 KiB/s 00:00 [##############################################################################] 100%
14
 core                                                                                                123.0 KiB  9.24 MiB/s 00:00 [##############################################################################] 100%
15
 extra                                                                                              1678.8 KiB  4.24 MiB/s 00:00 [##############################################################################] 100%
16
 community                                                                                             4.4 MiB  7.22 MiB/s 00:01 [##############################################################################] 100%
17
 pcr                                                                                                 497.6 KiB  5.01 MiB/s 00:00 [##############################################################################] 100%
18
root@dragonfly /h/m/.maildir# pacman -S ffmpeg
19
resolving dependencies...
20
looking for conflicting packages...
21
:: systemd and openrc are in conflict (systemd-tools). Remove openrc? [y/N] y
22
:: systemd and opensysusers are in conflict (systemd-tools). Remove opensysusers? [y/N] y
23
:: systemd and opentmpfiles are in conflict (systemd-tools). Remove opentmpfiles? [y/N] y
24
:: systemd-common and your-initfreedom are in conflict. Remove your-initfreedom? [y/N] y
25
error: failed to prepare transaction (could not satisfy dependencies)
26
:: removing openrc breaks dependency 'openrc' required by apache-openrc
27
:: removing openrc breaks dependency 'openrc' required by at-openrc
28
:: removing openrc breaks dependency 'openrc' required by cronie-openrc
29
:: removing openrc breaks dependency 'openrc' required by dovecot-openrc
30
:: removing openrc breaks dependency 'openrc' required by glibc-openrc
31
:: removing openrc breaks dependency 'openrc' required by haveged-openrc
32
:: removing openrc breaks dependency 'openrc' required by inetutils-openrc
33
:: removing openrc breaks dependency 'openrc' required by iptables-openrc
34
:: removing openrc breaks dependency 'openrc' required by mdadm-openrc
35
:: removing openrc breaks dependency 'openrc>=0.15' required by netifrc
36
:: removing openrc breaks dependency 'openrc' required by opendkim-openrc
37
:: removing openrc breaks dependency 'openrc' required by openrc-init
38
:: removing openrc breaks dependency 'openrc' required by openssh-openrc
39
:: removing openrc breaks dependency 'openrc' required by postfix-openrc
40
:: removing openrc breaks dependency 'openrc' required by rpcbind-openrc
41
:: removing openrc breaks dependency 'openrc' required by shorewall-openrc
42
:: removing openrc breaks dependency 'openrc' required by syslog-ng-openrc
43
</code></pre>
44

    
45
I am a bit baffled as to why this is exactly. None of the listed dependencies show any obvious relation to systemd and its ilk, and on my 2nd OpenRC machine running ArtixLinux, ffmpeg
46
is installed without any systemd (dummy-packages or otherwise) present on the system.
47

    
48
Package details (this is on 32-bit):
49

    
50
<pre><code class="shell">
51
Repository      : extra
52
Name            : ffmpeg
53
Version         : 1:4.2.2-6.0
54
Description     : Complete solution to record, convert and stream audio and video
55
Architecture    : i686
56
URL             : https://ffmpeg.org/
57
Licenses        : GPL3
58
Groups          : None
59
Provides        : libavcodec.so=58-32  libavdevice.so=58-32  libavfilter.so=7-32  libavformat.so=58-32  libavutil.so=56-32  libpostproc.so=55-32  libswresample.so=3-32  libswscale.so=5-32
60
Depends On      : alsa-lib  aom  bzip2  fontconfig  fribidi  gmp  gnutls  gsm  jack  lame  libass.so=9-32  libavc1394  libbluray.so=2-32  libdav1d.so=4-32  libdrm  libfreetype.so=6-32  libiec61883  libmfx
61
                  libmodplug  libomxil-bellagio  libpulse  libraw1394  libsoxr  libssh  libtheora  libva.so=2-32  libva-drm.so=2-32  libva-x11.so=2-32  libvdpau  libvidstab.so=1.1-32  libvorbisenc.so=2-32
62
                  libvorbis.so=0-32  libvpx.so=6-32  libwebp  libx11  libx264.so=159-32  libx265.so=188-32  libxcb  libxext  libxml2  libxv  libxvidcore.so=4-32  opencore-amr  openjpeg2  opus  sdl2  speex  srt
63
                  v4l-utils  xz  zlib
64
Optional Deps   : intel-media-sdk: Intel QuickSync support
65
                  ladspa: LADSPA filters
66
                  nvidia-utils: Nvidia NVDEC/NVENC support
67
Conflicts With  : None
68
Replaces        : None
69
Download Size   : 9.61 MiB
70
Installed Size  : 30.79 MiB
71
Packager        : Andreas Baumann <mail@andreasbaumann.cc>
72
Build Date      : 2020-04-22T20:14:15 CEST
73
Validated By    : MD5 Sum  SHA-256 Sum  Signature
74
</code></pre>
75

    
(1-1/2)