Gentoo Archives: gentoo-user

From: Daniel Quinn <gentoo@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Anyone else having trouble with x11-libs/cairo?
Date: Fri, 02 Dec 2016 10:00:33
Message-Id: 3c2d916d-e175-68bd-4dea-a524b7896e22@danielquinn.org
In Reply to: Re: [gentoo-user] Anyone else having trouble with x11-libs/cairo? by Alan McKinnon
1 Well the only difference between the output of `emerge -pv
2 x11-libs/cairo` on your machine vs. mine is that you appear to be
3 building 64 and 32 bit:
4
5 mine: `ABI_X86="64 -32 -x32"`
6 yours: `ABI_X86="64 32 -x32"`
7
8 As for the global setting for `threads`, I have it enabled, but isn't
9 that a good thing? Should I disable threads globally? I removed it
10 from make.conf and cairo still won't build, but that's unsurprising,
11 since the build makes no mention of that USE flag.
12
13 # emerge --info | grep threads
14 USE="X a52 aac acl acpi aes alsa amd64 avx avx2 berkdb bluetooth
15 branding bzip2 cairo cdda cdr cli colord cracklib crypt cxx dbus dri dts
16 dvd dvdr eds emboss encode evo exif fam firefox flac fma3 fortran fuse
17 gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer
18 gtk iconv introspection ipv6 jpeg lcms libnotify libsecret mad matroska
19 mmx mmxext mng modules mp3 mp4 mpeg mtp multilib nautilus ncurses
20 networkmanager nls nptl offensive ogg ogm opengl openmp pam pango pcre
21 pdf png policykit popcnt ppds pulseaudio qt3support readline sdl seccomp
22 session spell sqlite sse sse2 sse3 sse4_1 sse4_2 ssl ssse3
23 startup-notification svg systemd tcpd theora threads tiff truetype udev
24 udisks unicode upower usb v4l vaapi vdpau vim-syntax vorbis vpx x264
25 x265 xattr xcb xml xpm xv xvid xvmc zlib" ABI_X86="64"
26 ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci
27 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0
28 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci"
29 APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias
30 auth_basic authn_alias authn_anon authn_dbm authn_default authn_file
31 authz_dbm authz_default authz_groupfile authz_host authz_owner
32 authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir
33 disk_cache env expires ext_filter file_cache filter headers include info
34 log_config logio mem_cache mime mime_magic negotiation rewrite setenvif
35 speling status unique_id userdir usertrack vhost_alias"
36 CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon
37 braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load
38 memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext
39 popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc"
40 GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt
41 gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore
42 rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx"
43 INPUT_DEVICES="libinput" KERNEL="linux" L10N="en-GB en"
44 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
45 ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console
46 presenter-minimizer" LINGUAS="en_GB en"
47 OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6"
48 PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4"
49 RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="nvidia"
50 XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p
51 iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark
52 dhcpmac delude chaos account"

Replies

Subject Author
Re: [gentoo-user] Anyone else having trouble with x11-libs/cairo? Mick <michaelkintzios@×××××.com>