Gentoo Archives: gentoo-user

From: Jude DaShiell <jdashiel@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] systemd install attempt busybox and pam are fighting
Date: Fri, 13 Nov 2020 22:40:50
Message-Id: alpine.NEB.2.23.451.2011131738590.8248@panix1.panix.com
1 What can I do to clear this conflict?
2
3 Script started on 2020-11-13 17:35:37-05:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="128" LINES="48"]
4 livecd /etc # emerge -AabDN @world
5
6 These are the packages that would be merged, in order:
7
8 Calculating dependencies
9
10 !!! Problem resolving dependencies for sys-apps/busybox from @system
11 ... done!
12
13 !!! The ebuild selected to satisfy "sys-apps/busybox" has unmet requirements.
14 - sys-apps/busybox-1.32.0-r1::gentoo USE="ipv6 pam static systemd -debug -livecd -make-symlinks -math -mdev -savedconfig (-selinux) -sep-usr -syslog" ABI_X86="(64)"
15
16 The following REQUIRED_USE flag constraints are unsatisfied:
17 pam? ( !static )
18
19 (dependency required by "@system" [set])
20 (dependency required by "@world" [argument])
21 livecd /etc # cat /etc/portage/make.conf
22 # These settings were set by the catalyst build script that automatically
23 # built this stage.
24 # Please consult /usr/share/portage/config/make.conf.example for a more
25 # detailed example.
26 COMMON_FLAGS="-O2 -pipe"
27 CFLAGS="${COMMON_FLAGS}"
28 CXXFLAGS="${COMMON_FLAGS}"
29 FCFLAGS="${COMMON_FLAGS}"
30 FFLAGS="${COMMON_FLAGS}"
31
32 # NOTE: This stage was built with the bindist Use flag enabled
33 PORTDIR="/var/db/repos/gentoo"
34 DISTDIR="/var/cache/distfiles"
35 PKGDIR="/var/cache/binpkgs"
36
37 # This sets the language of build output to English.
38 # Please keep this setting intact when reporting bugs.
39 LC_MESSAGES=C
40 ACCEPT_LICENSE="* -@EULA"
41 USE="mmx sse sse2 accessibility acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls elfutils gcrypt homed http hwdb idn importd kmod lz4 lzma nat pam pcre pkcs policykit pwquality qrcode repart resolvconf seccomp selinux static-libs sysv-utils systemd test vanilla xkb zstd -qt3 -qt4 gtk3 nsplugin -kerberos flac ogg -pulseaudio -consolekit systemd -libav -wayland"
42 GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.cs.utah.edu/"
43 CPU_FLAGS_X86="aes avx f16c fma3 fma4 mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 xop"
44 PHP_TARGETS="php7-4 php7-3"
45 EMERGE_DEFAULT_OPTS="--ask --color=n --verbose --nospinner --quiet-build=n --backtrack=200"
46 ACCEPT_KEYWORDS="~x86 ~amd64"
47 PORT_LOGDIR="/var/log/portage"
48 portage_ELOG_SYSTEM="save save_summary"
49 VIDEO_CARDS="nouveau"
50 MAILMAN_MAILGID=2
51 FEATURES="${FEATURES} -stricter -distcc -ccache splitdebug buildpkg "
52 PORTDIR_OVERLAY=/usr/local/portage
53 GCPAN_OVERLAY=/usr/local/portage
54 PHP_INI_VERSION="production"
55 GCC_COLORS=""
56
57 livecd /etc # exit
58 exit
59
60 Script done on 2020-11-13 17:36:19-05:00 [COMMAND_EXIT_CODE="0"]
61
62 --
63 United States has 633 Billionaires with only 10 doing any annual
64 significant giving.

Replies

Subject Author
Re: [gentoo-user] systemd install attempt busybox and pam are fighting Neil Bothwick <neil@××××××××××.uk>