Gentoo Archives: gentoo-user

From: Jude DaShiell <jdashiel@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] what's wrong with my USE= statement in /etc/portage/make.conf?
Date: Sun, 18 Oct 2020 19:06:27
Message-Id: alpine.NEB.2.23.451.2010181504460.5166@panix1.panix.com
1 It produced many errors when I tried to emerge @world.
2
3 Script started on 2020-10-18 15:02:00-04:00 [TERM="linux" TTY="/dev/tty1" COLUMNS="80" LINES="25"]
4 livecd /etc/portage # cat /etc/portage/make.conf
5 # These settings were set by the catalyst build script that automatically
6 # built this stage.
7 # Please consult /usr/share/portage/config/make.conf.example for a more
8 # detailed example.
9 COMMON_FLAGS="--march=native -O2 -pipe"
10 CFLAGS="${COMMON_FLAGS}"
11 CXXFLAGS="${COMMON_FLAGS}"
12 FCFLAGS="${COMMON_FLAGS}"
13 FFLAGS="${COMMON_FLAGS}"
14 MAKEOPTS="-j9"
15 ACCEPTLICENSE="@EULA"
16 USE="a52 aac acpi accessibility alsa audiofile calendar cdda cdr crypt css debug dvdr espeak ffmpeg fftw flac fortran ftp git imap ipv6 mad mp3 mp4 mpeg mplayer mtp multilib mysql mysqli ncurses nntp ogg openal opus pcre pda pdf perl php pie plotutils portaudio posix postgres -pulseaudio python quicktime readline recode rss ruby sasl seccomp slang smp sndfile snmp sockets sound sox speex spell sqlite ssl static-libs subversion symlink syslog szip taglib tcl tcmalloc tcpd telemetry test threads tidy timidity udev udisks unicode unwind upnp upnp-av usb v4l vaapi vcd vdpau verify-sig videos vim-syntax vorbis wavpack wifi x264 xattr xml zip xv xvid zlib zstd"
17
18 # NOTE: This stage was built with the bindist Use flag enabled
19 PORTDIR="/var/db/repos/gentoo"
20 DISTDIR="/var/cache/distfiles"
21 PKGDIR="/var/cache/binpkgs"
22
23 # This sets the language of build output to English.
24 # Please keep this setting intact when reporting bugs.
25 LC_MESSAGES=C
26
27 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/"
28
29 livecd /etc/portage # emerge --ask --verbose --update --deep --newuse @world
30
31 These are the packages that would be merged, in order:
32
33 Calculating dependencies  - / | / / \ \ | \ \ / | | / | - / | / / | - - - \ \ | \ \ | - \ \ \ |... done!
34
35 !!! The ebuild selected to satisfy "sys-auth/polkit" has unmet requirements.
36 - sys-auth/polkit-0.116-r1::gentoo USE="introspection nls pam test -elogind -examples -gtk -jit -kde (-selinux) -systemd" ABI_X86="(64)"
37
38 The following REQUIRED_USE flag constraints are unsatisfied:
39 exactly-one-of ( elogind systemd )
40
41 (dependency required by "sys-auth/elogind-243.7::gentoo[policykit]" [ebuild])
42 (dependency required by "sys-auth/pambase-20201013::gentoo[elogind]" [ebuild])
43 (dependency required by "sys-libs/pam-1.4.0_p20200829::gentoo" [ebuild])
44 (dependency required by "sys-auth/passwdqc-1.4.0-r1::gentoo" [ebuild])
45 livecd /etc/portage # exit
46 exit
47
48 Script done on 2020-10-18 15:02:45-04:00 [COMMAND_EXIT_CODE="1"]
49
50 --

Replies

Subject Author
Re: [gentoo-user] what's wrong with my USE= statement in /etc/portage/make.conf? Ashley Dixon <ash@××××××××××.uk>