Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 609484

Summary: net-libs/libproxy-0.4.13-r2 with USE=mono fails with CMake Error at cmake/CMakeCSharpInformation.cmake:323 (message): No target given
Product: Gentoo Linux Reporter: James Baldassari <jbaldassari>
Component: Current packagesAssignee: Freedesktop bugs <freedesktop-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: russell
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description James Baldassari 2017-02-16 02:51:28 UTC
Emerge of net-libs/libproxy-0.4.13-r2 fails at the configure step with USE=mono.  I didn't have any issues with 0.4.13-r1, so I guess a regression was introduced in r2.  After setting USE=-mono it builds fine.  Here's the full output of the build:

>>> Emerging (1 of 1) net-libs/libproxy-0.4.13-r2::gentoo
 * libproxy-0.4.13.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...           [ ok ]
>>> Unpacking source...
>>> Unpacking libproxy-0.4.13.tar.gz to /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work
>>> Source unpacked in /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work
>>> Preparing source in /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13 ...
 * Applying libproxy-0.4.10-disable-pac-test.patch ...                   [ ok ]
 * Applying libproxy-0.4.11-avoid-nm-build-dep.patch ...                 [ ok ]
 * Applying libproxy-0.4.12-mozjs.pc.patch ...                           [ ok ]
 * Applying libproxy-0.4.12-macosx.patch ...                             [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13 ...
 * abi_x86_32.x86: running multilib-minimal_abi_src_configure
>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86"
cmake -C /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DPERL_VENDORINSTALL=ON -DWITH_VALA=ON -DCMAKE_C_FLAGS=-march=native -O2 -pipe -DCMAKE_CXX_FLAGS=-march=native -O2 -pipe -DGMCS_EXECUTABLE='/usr/bin/mcs' -DWITH_GNOME3=yes -DWITH_KDE=no -DWITH_DOTNET=OFF -DWITH_NM=yes -DWITH_PERL=OFF -DWITH_PYTHON=OFF -DWITH_MOZJS=OFF -DWITH_WEBKIT=OFF -DWITH_WEBKIT3=OFF -DBUILD_TESTING=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86/gentoo_toolchain.cmake  /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13
loading initial cache file /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.9.4
-- The CXX compiler identification is GNU 4.9.4
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building with bundled libmodman
-- Found PkgConfig: i686-pc-linux-gnu-pkg-config (found version "0.28") 
-- Checking for modules 'gio-2.0>=2.26;gobject-2.0'
--   Found gio-2.0, version 2.48.2
--   Found gobject-2.0, version 2.48.2
-- Checking for module 'dbus-1'
--   Found dbus-1, version 1.10.12
-- Checking for module 'natus'
--   No package 'natus' found
MODULES TO BUILD:
	*	config_envvar
		config_sysconfig
		config_gnome
	m	config_gnome3
		config_kde
		config_macosx
		config_w32reg
	*	ignore_domain
	*	ignore_hostname
	*	ignore_ip
	m	network_networkmanager
		pacrunner_mozjs
		pacrunner_natus
		pacrunner_webkit
	*	wpad_dns_alias

-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -march=native -O2 -pipe
C++             -march=native -O2 -pipe
Linker flags:
Executable      -Wl,-O1 -Wl,--as-needed
Module          -Wl,-O1 -Wl,--as-needed
Shared          -Wl,-O1 -Wl,--as-needed

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    GMCS_EXECUTABLE
    PERL_VENDORINSTALL


-- Build files have been written to: /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_32.x86
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
>>> Working in BUILD_DIR: "/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64"
cmake -C /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DPERL_VENDORINSTALL=ON -DWITH_VALA=ON -DCMAKE_C_FLAGS=-march=native -O2 -pipe -DCMAKE_CXX_FLAGS=-march=native -O2 -pipe -DGMCS_EXECUTABLE='/usr/bin/mcs' -DWITH_GNOME3=yes -DWITH_KDE=no -DWITH_DOTNET=yes -DWITH_NM=yes -DWITH_PERL=no -DWITH_PYTHON=yes -DWITH_MOZJS=no -DWITH_WEBKIT=OFF -DWITH_WEBKIT3=no -DBUILD_TESTING=no -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64/gentoo_toolchain.cmake  /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13
loading initial cache file /var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.9.4
-- The CXX compiler identification is GNU 4.9.4
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building with bundled libmodman
-- Found PythonInterp: /usr/bin/python (found version "2.7.12") 
-- Found python version 2.7
-- Using PYTHON_SITEPKG_DIR=/usr/lib64/python2.7/site-packages
-- Path of mono: /usr/bin/mono
-- Path of gmcs: /usr/bin/mcs
-- Path of gacutil: /usr/bin/gacutil
-- Found PkgConfig: x86_64-pc-linux-gnu-pkg-config (found version "0.28") 
-- Checking for one of the modules 'mono-cecil'
-- Checking for one of the modules 'cecil'
-- Using GAC dir: /usr/lib/mono
CMake Warning (dev) at cmake/CMakeCSharpInformation.cmake:307 (elseif):
  Policy CMP0054 is not set: Only interpret if() arguments as variables or
  keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
  details.  Use the cmake_policy command to set the policy and suppress this
  warning.

  Quoted variables like "t" will no longer be dereferenced when the policy is
  set to NEW.  Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
  bindings/csharp/CMakeLists.txt:13 (INSTALL_ASSEMBLY)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Error at cmake/CMakeCSharpInformation.cmake:323 (message):
  No target given.
Call Stack (most recent call first):
  bindings/csharp/CMakeLists.txt:13 (INSTALL_ASSEMBLY)


-- Configuring incomplete, errors occurred!
See also "/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64/CMakeFiles/CMakeOutput.log".
 * ERROR: net-libs/libproxy-0.4.13-r2::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 4686:  Called multilib-minimal_src_configure
 *   environment, line 2974:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 3188:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2835:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2833:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  580:  Called multilib-minimal_abi_src_configure
 *   environment, line 2968:  Called multilib_src_configure
 *   environment, line 3405:  Called cmake-utils_src_configure
 *   environment, line 1029:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  298:  Called enable_cmake-utils_src_configure
 *   environment, line 1479:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of `emerge --info '=net-libs/libproxy-0.4.13-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/libproxy-0.4.13-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64'
 * S: '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13'

>>> Failed to emerge net-libs/libproxy-0.4.13-r2, Log file:

>>>  '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/temp/build.log'

 * Messages for package net-libs/libproxy-0.4.13-r2:

 * ERROR: net-libs/libproxy-0.4.13-r2::gentoo failed (configure phase):
 *   cmake failed
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_configure
 *   environment, line 4686:  Called multilib-minimal_src_configure
 *   environment, line 2974:  Called multilib_foreach_abi 'multilib-minimal_abi_src_configure'
 *   environment, line 3188:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2835:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_configure'
 *   environment, line 2833:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_configure'
 *   environment, line  580:  Called multilib-minimal_abi_src_configure
 *   environment, line 2968:  Called multilib_src_configure
 *   environment, line 3405:  Called cmake-utils_src_configure
 *   environment, line 1029:  Called _cmake_execute_optionally 'src_configure'
 *   environment, line  298:  Called enable_cmake-utils_src_configure
 *   environment, line 1479:  Called die
 * The specific snippet of code:
 *       "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed";
 * 
 * If you need support, post the output of `emerge --info '=net-libs/libproxy-0.4.13-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-libs/libproxy-0.4.13-r2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13-abi_x86_64.amd64'
 * S: '/var/tmp/portage/net-libs/libproxy-0.4.13-r2/work/libproxy-0.4.13'
Comment 1 Russell Knighton 2017-02-16 10:54:11 UTC
Ditto for me - exact error message as James.

Emerge info for installed mono:
Portage 2.3.3 (python 3.4.5-final-0, default/linux/amd64/13.0, gcc-5.4.0, glibc-2.24-r1, 4.9.0-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.9.0-gentoo-x86_64-Intel-R-_Core-TM-_i5-4200U_CPU_@_1.60GHz-with-gentoo-2.3
KiB Mem:     8087096 total,   2105000 free
KiB Swap:   10230780 total,   9968164 free
Timestamp of repository gentoo: Thu, 16 Feb 2017 07:45:01 +0000
sh bash 4.4_p12
ld GNU ld (Gentoo 2.27 p1.0) 2.27
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
ccache version 3.3.3 [enabled]
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo
dev-util/ccache:          3.3.3::gentoo
dev-util/cmake:           3.7.2::gentoo
dev-util/pkgconfig:       0.29.1::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.23.2::gentoo
sys-apps/sandbox:         2.10-r3::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.11.6-r2::gentoo, 1.12.6-r1::gentoo, 1.13.4-r1::gentoo, 1.14.1-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.26.1::gentoo, 2.27::gentoo
sys-devel/gcc:            4.9.3::gentoo, 5.4.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.9::gentoo (virtual/os-headers)
sys-libs/glibc:           2.24-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.uk.gentoo.org/gentoo-portage
    priority: -1000

local-repo
    location: /usr/local/portage
    masters: gentoo

annunaki2k2
    location: /var/lib/layman/annunaki2k2
    masters: gentoo
    priority: 50

desktop-effects
    location: /var/lib/layman/desktop-effects
    masters: gentoo
    priority: 50

dotnet
    location: /var/lib/layman/dotnet
    masters: gentoo
    priority: 50

gentoo-mate
    location: /var/lib/layman/gentoo-mate
    masters: gentoo
    priority: 50

java
    location: /var/lib/layman/java
    masters: gentoo
    priority: 50

mysql
    location: /var/lib/layman/mysql
    masters: gentoo
    priority: 50

palemoon
    location: /var/lib/layman/palemoon
    masters: gentoo
    priority: 50

steam-overlay
    location: /var/lib/layman/steam
    masters: gentoo
    priority: 50

tlp
    location: /var/lib/layman/tlp
    masters: gentoo
    priority: 50

zugaina
    location: /var/lib/layman/zugaina
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=haswell -O3 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.0/ext-active/ /etc/php/apache2-php7.1/ext-active/ /etc/php/cgi-php7.0/ext-active/ /etc/php/cgi-php7.1/ext-active/ /etc/php/cli-php7.0/ext-active/ /etc/php/cli-php7.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-march=haswell -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_GB.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j24 -l8"
PKGDIR="/usr/distfiles/PKG"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="64bit X a52 aac aacplus ace acl acpi adobe-cff aes-ni aio alsa amd64 apng applet archive aspell asyncns audio auto-hinter autoipd avahi avx avx2 bash-completion berkdb binary-drivers bluetooth bmp bonjour branding bzip2 c++0x cairo caja caps ccache cdda cddb cdparanoia cdrom cjk cleartype cli colord connection-sharing consolekit corefonts cpio cracklib crypt css cups curl custom-cflags custom-optimization cxx daap dbus dconf device-mapper dhcpcd dia dirac disk-partition djvu dos dri dri3 drm dvb dvdnav dvdr dvi egl emerald enca encode exif fam fat fbcon fbcondecor fbdev ffmpeg fftw firefox flac fluidsynth fma fma3 fontconfig fortran fpx fribidi fuse g3dvl gallium gbm gconf gd gdbm gdu gecko gedit geoip gif gimp gksu glade glamor glib glitz gmp gnome-keyring gnutls gpm gps graphite graphviz gstreamer gtk gtk3 gtkspell gtkstyle gudev h323 harfbuzz hddtemp hdri hfs hpn http2 hwdb i18n ibus iconv icu id3 id3tag idn imlib imlib2 infinality inkjar inotify introspection iplayer ipod iproute2 ipv6 iso ithreads j2me jabber java jp2k jpeg jpeg2k kerberos lame laptop lcms libass libffi libkms libnl libnotify libsecret libssh2 live llvm-shared-libs lm_sensors lqr lto lzma mad magic map maps mate mate-keyring matroska mbrola mdnsresponder-compat mercurial midi mikmod mmap mmx mmxext mng modemmanager modules mono moonlight mp2 mp3 mp3tunes mp4 mpeg mpeg2 mpfr mpi mplayer mppe-mppc mpx msn mtp multicore multimedia musepack musicbrainz mysql mysqli mysqlnd natspec ncurses network network-cron networking networkmanager nfs nfsdcld nfsidmap nfsv4 nfsv41 nls nptl nss ntfs ntfsprogs ntp offensive ofono ogg openal opencl opengl openmp openvg openvpn optimization opus pam pango pch pcntl pcre pdf pgo php physics pic pixman png pnm policykit popcnt posix postscript ppds prelink printsupport projectm pulseaudio q16 q32 q64 q8 qt3support qt5 quicktime rar raw readline reiserfs resolvconf romio rtmp rtsp s3tc samba scanner schroedinger sdl seccomp secure-delete semantic-desktop sendto sensord session sip slp smi smp sna sndfile soap sound sounds speech speechd spell spice sql sqlite sqlite3 sse sse2 sse3 sse4 sse4.1 sse4.2 sse4_1 sse4_2 ssl ssse3 startup-notification svg syslog system-cairo system-ffmpeg system-icu system-jpeg system-libCg system-libevent system-mdns system-qt system-sqlite t1lib taglib tcpd theora threads thumbnail thunar thunderbird tiff timidity toolbar truetype udev udisks ukit unicode unique upnp-av upower usb usbredir userlocales uxa v4l v4l2 vaapi vala vcd vcdx vim vim-syntax virgl virtfs vorbis wav wavpack webp wifi wireshark wma wma-fixed wmf wps x264 x265 xattr xcap xcb xcomposite xdg xfs xim xml xmp xorg xpm xps xrandr xulrunner xv xvfb xvid zip zlib" ABI_X86="64 32" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="openssl" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="evdev keyboard synaptics mouse" KERNEL="linux" L10N="en-GB en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="scripting-javascript wiki-publisher" LINGUAS="en_GB en" LLVM_TARGETS="BPF NVPTX" NETBEANS_MODULES="apisupport cnd enterprise ergonomics groovy java javafx mobility php profiler webcommon websvccommon" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-0" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby21 ruby22 ruby23 ruby24" SANE_BACKENDS="snapscan" USERLAND="GNU" VIDEO_CARDS="intel i965 sisusb" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

dev-lang/mono-4.8.0.459::gentoo was built with the following:
USE="doc nls -minimal -pax_kernel -xen" ABI_X86="32 64 -x32"
CFLAGS="-march=haswell -pipe -O2"
CXXFLAGS="-march=haswell -pipe -O2"
Comment 2 Michael Palimaka (kensington) gentoo-dev 2017-02-16 11:45:24 UTC

*** This bug has been marked as a duplicate of bug 600254 ***