Gentoo Archives: gentoo-user

From: Jude DaShiell <jdashiel@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] re: pcre install failure
Date: Tue, 06 Oct 2020 02:11:30
Message-Id: alpine.NEB.2.23.451.2010052209440.27109@panix1.panix.com
1 Here is my /etc/portage/make.conf if it will help on the use variable.
2 I'm sending the whole file since it may have other errors.
3
4 # These settings were set by the catalyst build script that automatically
5 # built this stage.
6 # Please consult /usr/share/portage/config/make.conf.example for a more
7 # detailed example.
8 COMMON_FLAGS="-march=native -O2 -pipe"
9 CFLAGS="${COMMON_FLAGS}"
10 CXXFLAGS="${COMMON_FLAGS}"
11 FCFLAGS="${COMMON_FLAGS}"
12 FFLAGS="${COMMON_FLAGS}"
13
14 # NOTE: This stage was built with the bindist Use flag enabled
15 PORTDIR="/var/db/repos/gentoo"
16 DISTDIR="/var/cache/distfiles"
17 PKGDIR="/var/cache/binpkgs"
18 MAKEOPTS="-j2"
19 # This sets the language of build output to English.
20 # Please keep this setting intact when reporting bugs.
21 LC_MESSAGES=C
22 USE="mmx sse sse2 accessibility -qt3 -qt4 gtk3 nsplugin -kerberos flac ogg -pulseaudio -consolekit systemd -libav -wayland"
23 ACCEPT_LICENSE="* -@EULA"
24 PHP_TARGETS="php7-4 php7-3"
25 EMERGE_DEFAULT_OPTS="--ask --color=n --verbose --nospinner --quiet-build=n --backtrack=200"
26 ACCEPT_KEYWORDS="~x86 ~amd64"
27 VIDEO_CARDS="nouveau"
28
29
30 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/"
31 --

Replies

Subject Author
Re: [gentoo-user] re: pcre install failure Ashley Dixon <ash@××××××××××.uk>