Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541734 - app-editors/neovim -Wconversion: File name too long
Summary: app-editors/neovim -Wconversion: File name too long
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-28 23:14 UTC by Francesco Riosa
Modified: 2015-03-03 19:01 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Francesco Riosa 2015-02-28 23:14:47 UTC
the package fail to build with CFLAGS of ~230 or more charachter

the reason is that at some point it try to -I(nclude) the escaped CFLAGS
edited below to show the problem, notice that escaped cflags is prefixed by "include"

cd /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim \
&& gcc \
  src/nvim/ex_cmds.c \
  -o src/nvim/auto/ex_cmds.i \
  -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES \
  -Iconfig -Isrc -I/usr/include -I/usr/include \
  -I/usr/include/luajit-2.0 -I/usr/include -I/usr/include -Isrc/nvim/auto \
****
  -Iinclude\ \ -O2\ -march=westmere\ $$ALL_ESCAPED_CFLAGS$$\ \ -Wconversion \
****
  -E -O2 -march=westmere $$CFLAGS$$ -Wconversion

cc1: error: include  -O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -Wno-error  -Wconversion: File name too long

FULL LOG

gentoo portage # zcat  /var/log/portage/app-editors:neovim-0.0.0_pre20150225:20150228-230042.log.gz
 * Package:    app-editors/neovim-0.0.0_pre20150225
 * Repository: gentoo
 * Maintainer: vim@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux perl python userland_GNU
 * FEATURES:   compressdebug sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking neovim-0.0.0_pre20150225.tar.xz to /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work
>>> Source unpacked in /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work
>>> Preparing source in /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/gentoo_toolchain.cmake  /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- 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
-- Performing Test _FORTIFY_SOURCE_ACCEPTABLE
-- Performing Test _FORTIFY_SOURCE_ACCEPTABLE - Success
-- Performing Test HAS_OG_FLAG
-- Performing Test HAS_OG_FLAG - Success
-- Found PkgConfig: /usr/bin/x86_64-pc-linux-gnu-pkg-config (found version "0.28") 
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Looking for kstat_lookup in kstat
-- Looking for kstat_lookup in kstat - not found
-- Looking for kvm_open in kvm
-- Looking for kvm_open in kvm - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for perfstat_cpu in perfstat
-- Looking for perfstat_cpu in perfstat - not found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for sendfile in sendfile
-- Looking for sendfile in sendfile - not found
-- Found LibUV: /usr/lib64/libuv.so  
-- Found Msgpack: /usr/lib64/libmsgpack.so  
-- Found LuaJit: /usr/lib64/libluajit-5.1.so  
-- Found LibUnibilium: /usr/lib64/libunibilium.so  
-- Found LibTermkey: /usr/lib64/libtermkey.so  
-- Performing Test HAVE_WORKING_LIBINTL
-- Performing Test HAVE_WORKING_LIBINTL - Success
-- Looking for _nl_msg_cat_cntr
-- Looking for _nl_msg_cat_cntr - found
-- Found Iconv 
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Checking Lua interpreter /usr/bin/luajit
-- Using the Lua interpreter /usr/bin/luajit
-- Found Gettext: /usr/bin/msgmerge (found version "0.19.4") 
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of intmax_t
-- Check size of intmax_t - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Check size of long long
-- Check size of long long - done
-- Check size of void *
-- Check size of void * - done
-- Looking for _NSGetEnviron
-- Looking for _NSGetEnviron - not found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file iconv.h
-- Looking for include file iconv.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for include file libgen.h
-- Looking for include file libgen.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file stropts.h
-- Looking for include file stropts.h - found
-- Looking for include file sys/param.h
-- Looking for include file sys/param.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/wait.h
-- Looking for include file sys/wait.h - found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file utime.h
-- Looking for include file utime.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for getpwent
-- Looking for getpwent - found
-- Looking for getpwnam
-- Looking for getpwnam - found
-- Looking for getpwuid
-- Looking for getpwuid - found
-- Looking for lstat
-- Looking for lstat - found
-- Looking for putenv
-- Looking for putenv - found
-- Looking for opendir
-- Looking for opendir - found
-- Looking for readlink
-- Looking for readlink - found
-- Looking for setenv
-- Looking for setenv - found
-- Looking for setpgid
-- Looking for setpgid - found
-- Looking for setsid
-- Looking for setsid - found
-- Looking for sigaction
-- Looking for sigaction - found
-- Looking for sigvec
-- Looking for sigvec - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for utime
-- Looking for utime - found
-- Looking for utimes
-- Looking for utimes - found
-- Looking for FD_CLOEXEC
-- Looking for FD_CLOEXEC - found
-- Looking for CODESET
-- Looking for CODESET - found
-- <<< Gentoo configuration >>>
Build type      Gentoo
Install path    /usr
Compiler flags:
C               -O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -Wno-error  -Wconversion
C++             -O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mno-prfchw -mno-adx -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 --param=l1-cache-size=32 --param=l1-cache-line-size=64 --param=l2-cache-size=12288 -mtune=westmere -mno-bmi2 -mno-avx2 -mno-lzcnt -mrdrnd --param=l1-cache-size=32 -mno-rtm -mno-hle -mno-rdseed -mno-prfchw -mno-adx -fvisibility-inlines-hidden -fabi-version=8 -std=c++11 -ffor-scope -fstrict-enums -fuse-cxa-atexit -ffat-lto-objects
Linker flags:
Executable       -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--build-id -Wl,--no-undefined
Module           -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--build-id -Wl,--no-undefined
Shared           -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--build-id -Wl,--no-undefined

-- Configuring done
-- Generating done
-- Build files have been written to: /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build"
make -j1 VERBOSE=1
/usr/bin/cmake -H/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225 -B/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/CMakeFiles /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build'
make -f src/nvim/CMakeFiles/nvim.dir/build.make src/nvim/CMakeFiles/nvim.dir/depend
make[2]: Entering directory '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build'
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/CMakeFiles 45
[  3%] Generating ../../include/ex_cmds_enum.generated.h, auto/ex_cmds_defs.generated.h
cd /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim && /usr/bin/luajit /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225/scripts/genex_cmds.lua /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225/src/nvim /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/include /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim/auto
/usr/bin/cmake -E cmake_progress_report /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/CMakeFiles
[  3%] Generating auto/ex_cmds.c.generated.h, ../../include/ex_cmds.h.generated.h
cd /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim && /usr/bin/x86_64-pc-linux-gnu-gcc /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225/src/nvim/ex_cmds.c -o /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim/auto/ex_cmds.i -DHAVE_CONFIG_H -DDO_NOT_DEFINE_EMPTY_ATTRIBUTES -I/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/config -I/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225/src -I/usr/include -I/usr/include -I/usr/include/luajit-2.0 -I/usr/include -I/usr/include -I/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/src/nvim/auto -I/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/include\ \ -O2\ -march=westmere\ -pipe\ -frecord-gcc-switches\ -fdiagnostics-color=never\ -ggdb3\ -gdwarf-4\ -fvar-tracking-assignments\ -Wdate-time\ -mno-3dnow\ -mno-sse4a\ -mno-movbe\ -mno-sha\ -mno-abm\ -mno-lwp\ -mno-fma\ -mno-fma4\ -mno-xop\ -mno-bmi\ -Wno-error\ \ -Wconversion -E -O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -Wno-error -Wconversion
cc1: error: /var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build/include  -O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -Wno-error  -Wconversion: File name too long
src/nvim/CMakeFiles/nvim.dir/build.make:54: recipe for target 'src/nvim/auto/ex_cmds.c.generated.h' failed
make[2]: *** [src/nvim/auto/ex_cmds.c.generated.h] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build'
CMakeFiles/Makefile2:110: recipe for target 'src/nvim/CMakeFiles/nvim.dir/all' failed
make[1]: *** [src/nvim/CMakeFiles/nvim.dir/all] Error 2
make[1]: Leaving directory '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build'
Makefile:117: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: app-editors/neovim-0.0.0_pre20150225::gentoo failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of `emerge --info '=app-editors/neovim-0.0.0_pre20150225::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/neovim-0.0.0_pre20150225::gentoo'`.
 * The complete build log is located at '/var/log/portage/app-editors:neovim-0.0.0_pre20150225:20150228-230042.log.gz'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/temp/build.log.gz'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225_build'
 * S: '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/work/neovim-0.0.0_pre20150225'
cp: cannot stat '/var/tmp/portage/app-editors/neovim-0.0.0_pre20150225/temp/build.log': No such file or directory
Comment 1 Francesco Riosa 2015-02-28 23:15:38 UTC
gentoo portage # emerge --info neovim
Portage 2.2.17 (python 2.7.9-final-0, default/linux/amd64/13.0/desktop/kde/systemd, gcc-4.9.2, glibc-2.20-r2, 3.16.0-24-generic x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.16.0-24-generic-x86_64-Intel-R-_Core-TM-_i7_CPU_X_980_@_3.33GHz-with-gentoo-2.2
KiB Mem:    24681796 total,  16031760 free
KiB Swap:    2097148 total,   1977496 free
Timestamp of repository gentoo: Sat, 28 Feb 2015 22:15:01 +0000
sh bash 4.3_p33-r2
ld ld di GNU (Gentoo 2.25 p1.0) 2.25
distcc 3.2rc1 x86_64-pc-linux-gnu [disabled]
ccache version 3.2.1 [disabled]
app-shells/bash:          4.3_p33-r2::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.3.5-r1::gentoo, 3.4.2::gentoo
dev-util/ccache:          3.2.1-r1::gentoo
dev-util/cmake:           3.1.0::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.13.11::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.12.6::gentoo, 1.13.4::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25::gentoo
sys-devel/gcc:            4.8.4::gentoo, 4.9.2::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 3.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

x11
    location: /g/ovl/x11
    sync-type: git
    sync-uri: git://git.overlays.gentoo.org/proj/x11
    masters: gentoo
    priority: 1000

kde
    location: /g/ovl/kde
    sync-type: git
    sync-uri: https://github.com/gentoo/kde.git
    masters: gentoo
    priority: 4000

gentoo
    location: /g/portage
    sync-type: git
    sync-uri: https://github.com/gentoo/gentoo-portage-rsync-mirror
    priority: 5000

vivovl
    location: /g/ovl/tmp
    masters: gentoo
    priority: 5100

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mno-prfchw -mno-adx -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 --param=l1-cache-size=32 --param=l1-cache-line-size=64 --param=l2-cache-size=12288 -mtune=westmere -mno-bmi2 -mno-avx2 -mno-lzcnt -mrdrnd --param=l1-cache-size=32 -mno-rtm -mno-hle -mno-rdseed -mno-prfchw -mno-adx "
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/conf.d /etc/init.d /usr/share/config /usr/share/config/kdm /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/skel /etc/terminfo"
CXXFLAGS="-O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-bmi2 -mno-tbm -mno-avx -mno-avx2 -mno-lzcnt -mno-rtm -mno-hle -mno-rdrnd -mno-f16c -mno-fsgsbase -mno-rdseed -mno-prfchw -mno-adx -mno-xsave -mno-xsaveopt -mno-avx512f -mno-avx512er -mno-avx512cd -mno-avx512pf -mno-prefetchwt1 --param=l1-cache-size=32 --param=l1-cache-line-size=64 --param=l2-cache-size=12288 -mtune=westmere -mno-bmi2 -mno-avx2 -mno-lzcnt -mrdrnd --param=l1-cache-size=32 -mno-rtm -mno-hle -mno-rdseed -mno-prfchw -mno-adx -fvisibility-inlines-hidden -fabi-version=8 -std=c++11 -ffor-scope -fstrict-enums -fuse-cxa-atexit -ffat-lto-objects"
DISTDIR="/g/distfiles"
EMERGE_DEFAULT_OPTS="--ask-enter-invalid --quiet-build=y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg clean-logs compress-build-logs compressdebug config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles merge-sync metadata-transfer news noinfo notitles parallel-fetch protect-owned sandbox sfperms skiprocheck splitdebug strict test-fail-continue unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="it_IT.utf8"
LC_ALL="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--build-id"
MAKEOPTS="-j12 -s"
PKGDIR="/g/packages"
PORTAGE_COMPRESS="/usr/bin/xz"
PORTAGE_COMPRESS_FLAGS="-3"
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"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac accessibility acl acpi aiglx aim alsa amd64 artswrappersuid audiofile avahi avx bash-completion berkdb bidi bluetooth bzip2 c++0x cairo cdda cddb cdr cjk cli cpudetection cracklib crypt cups cxx dbus declarative dga dri dts dv dvb dvd dvdr dvdread dvi efi egl emboss encode exif fam fame fat ffmpeg firefox flac foomatic-db freetype gcj gdbm gif gimpprint glamor gles2 gmp gnutls gphoto2 gpm gsm gtk hardened harfbuzz hfs iconv icq ieee1394 imap inotify ipod ipv6 irc irda jabber jack jfs joystick jpeg justify kde kdeenablefinal kdehiddenvisibility kerberos kipi lame lcd lcms ldap libnotify live lm_sensors lz4 lzo mad mail matroska mjpeg mmx mng modules mozdevelop mp3 mp3rtp mp4 mpeg msn mtp multilib musepack musicbrainz ncurses network nls nptl nsplugin ntfs ogg openal opencl opengl openmp pam pango pax_kernel pcmcia pcre pda pdf perl phonon plasma png policykit ppds pulseaudio pypy python qt3support qt4 r600-llvm-compiler rar rdesktop readline real reiserfs rss scanner sdl semantic-desktop session slp smpeg speex spell sse sse2 sse4_1 ssl ssse3 startup-notification stream svg sysfs systemd tcpd theora threads tiff truetype udev udisks unicode upower urandom usb v4l v4l2 visualization vorbis wifi win32codecs wmf wxwidgets x264 xattr xcb xcomposite xfs xine xinerama xml xmp xpm xprint xscreensaver xtpax xulrunner xv xvid xvmc yahoo zeroconf zlib" ABI_X86="64" ALSA_CARDS="emu10k1x darla20 darla24 emu10k1 gina20 gina24 hdsp hdspm ice1712 indigo indigoio layla20 layla24 mia mixart mona pcxhr rme32 rme96 sb16 sbawe sscape usbusx2y vx222 usb-usx2y" 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" APACHE2_MPMS="worker" CALLIGRA_FEATURES="krita braindump flow stage words sheets karbon* kexi plan author" CAMERAS="agfa_cl20 casio_qv dimagev dimera3500 kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica_qm150 panasonic_coolshot panasonic_dc1000 panasonic_dc1580 panasonic_l859 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ricoh_g3 sipix_blink sipix_blink2 sipix_web2 sony_dscf1 sony_dscf55 toshiba_pdrm11 adc65 aox barbie canon clicksmart310 digigr8 digita directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 konica largan lg_gsm mars mustek pccam300 pccam600 ptp2 ricoh samsung sierra smal sonix soundvision spca50x sq905 stv0674 stv0680 sx330z template" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" DRACUT_MODULES="caps cifs dmsquash-live livenet mdraid nfs ssh-client syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev void" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it en en_US" LIRC_DEVICES="audio audio_alsa serial pctv" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo gzip limit_conn limit_req map memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi fancyindex" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 pypy pypy3" QEMU_SOFTMMU_TARGETS="arm cris m68k microblaze mips mips64 mips64el mipsel ppc ppc64 ppcemb sh4 sh4eb sparc sparc64 x86_64" QEMU_USER_TARGETS="arm x86_64" RUBY_TARGETS="ruby22" SANE_BACKENDS="kvs40xx mustek_usb2" USERLAND="GNU" VIDEO_CARDS="fbdev vesa intel modesetting i915 nouveau radeon" 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"
USE_PYTHON="2.7"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, PORTAGE_BUNZIP2_COMMAND, PORTAGE_RSYNC_EXTRA_OPTS

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

app-editors/neovim-0.0.0_pre20150225::gentoo was built with the following:
USE="perl python" ABI_X86="64"
CFLAGS="-O2 -march=westmere -pipe -frecord-gcc-switches -fdiagnostics-color=never -ggdb3 -gdwarf-4 -fvar-tracking-assignments -Wdate-time -mno-3dnow -mno-sse4a -mno-movbe -mno-sha -mno-abm -mno-lwp -mno-fma -mno-fma4 -mno-xop -Wno-error"
Comment 2 Panagiotis Christopoulos (RETIRED) gentoo-dev 2015-03-03 19:01:22 UTC
Please use less flags on this one. You can also contact upstream directly.