Gentoo Archives: gentoo-user

From: Silvio Siefke <siefke_listen@×××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] llvm / clang compile error
Date: Tue, 16 Aug 2016 20:44:13
Message-Id: 20160816224354.1489680247f6437ea6162186@web.de
1 Hello,
2
3 I'm trying to install llvm for days. But all versions fail with the
4 error message "internal compiler error: Killed (program cc1plus)".
5
6 The last lines in the build log.
7
8 [1820/2304] /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -O2 -pipe -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -fPIC -Itools/clang/lib/Sema -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/Sema -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/include -Itools/clang/include -Iinclude -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/include -MMD -MT tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o -MF tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o.d -o tools/clang/lib/Sema/CMakeFiles/clangSema.dir/SemaExprObjC.cpp.o -c /var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/Sema/SemaExprObjC.cpp
9 FAILED: /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-g++ -DCLANG_ENABLE_ARCMT -DCLANG_ENABLE_OBJC_REWRITER -DCLANG_ENABLE_STATIC_ANALYZER -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DNDEBUG -O2 -pipe -fPIC -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wno-maybe-uninitialized -Wnon-virtual-dtor -Wno-comment -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -fPIC -Itools/clang/lib/ASTMatchers/Dynamic -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/ASTMatchers/Dynamic -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/include -Itools/clang/include -Iinclude -I/var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/include -MMD -MT tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o -MF tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o.d -o tools/clang/lib/ASTMatchers/Dynamic/CMakeFiles/clangDynamicASTMatchers.dir/Registry.cpp.o -c /var/tmp/portage/sys-devel/llvm-3.7.1-r3/work/llvm-3.7.1.src/tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
10 {standard input}: Assembler messages:
11 {standard input}:265459: Warning: end of file in string; '"' inserted
12 x86_64-pc-linux-gnu-g++: internal compiler error: Killed (program cc1plus)
13 Please submit a full bug report,
14
15 This happen with version 3.5, 3.8, 3.7. The crazy thing without set flag
16 clang, the installation work without problems. In Bug Report i found
17 equal bug, but there seem march item the problem. This i have not set.
18
19 Have someone a idea why llvm hate clang?
20
21 Thank's
22
23 Silvio
24
25
26 # emerge --info '=sys-devel/llvm-3.7.1-r3::gentoo'
27 Portage 2.2.28 (python 2.7.10-final-0, default/linux/amd64/13.0/no-multilib, gcc-5.4.0, glibc-2.22-r4, 3.14.32-xxxx-std-ipv6-64-hz1000 x86_64)
28 =================================================================
29 System Settings
30 =================================================================
31 System uname: Linux-3.14.32-xxxx-std-ipv6-64-hz1000-x86_64-Intel-R-_Atom-TM-_CPU_N2800_@_1.86GHz-with-gentoo-2.2
32 KiB Mem: 2024472 total, 1766584 free
33 KiB Swap: 2046972 total, 1229132 free
34 Timestamp of repository gentoo: Tue, 16 Aug 2016 11:45:01 +0000
35 sh bash 4.3_p42-r1
36 ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
37 ccache version 3.2.4 [enabled]
38 app-shells/bash: 4.3_p42-r1::gentoo
39 dev-java/java-config: 2.2.0-r3::gentoo
40 dev-lang/perl: 5.20.2::gentoo
41 dev-lang/python: 2.7.10-r1::gentoo, 3.4.3-r1::gentoo
42 dev-util/ccache: 3.2.4::gentoo
43 dev-util/cmake: 3.3.1-r1::gentoo
44 dev-util/pkgconfig: 0.28-r2::gentoo
45 sys-apps/baselayout: 2.2::gentoo
46 sys-apps/openrc: 0.21.3::gentoo
47 sys-apps/sandbox: 2.10-r1::gentoo
48 sys-devel/autoconf: 2.13::gentoo, 2.69::gentoo
49 sys-devel/automake: 1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
50 sys-devel/binutils: 2.25.1-r1::gentoo
51 sys-devel/gcc: 5.4.0::gentoo
52 sys-devel/gcc-config: 1.7.3::gentoo
53 sys-devel/libtool: 2.4.6::gentoo
54 sys-devel/make: 4.1-r1::gentoo
55 sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
56 sys-libs/glibc: 2.22-r4::gentoo
57 Repositories:
58
59 gentoo
60 location: /usr/portage
61 sync-type: rsync
62 sync-uri: rsync://rsync2.fr.gentoo.org/gentoo-portage/
63 priority: -1000
64
65 pentoo
66 location: /var/lib/layman/pentoo
67 masters: gentoo
68 priority: 0
69
70 ACCEPT_KEYWORDS="amd64"
71 ACCEPT_LICENSE="* -@EULA"
72 CBUILD="x86_64-pc-linux-gnu"
73 CFLAGS="-O2 -pipe"
74 CHOST="x86_64-pc-linux-gnu"
75 CONFIG_PROTECT="/etc /usr/share/easy-rsa /usr/share/gnupg/qualified.txt"
76 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
77 CXXFLAGS="-O2 -pipe"
78 DISTDIR="/usr/portage/distfiles"
79 FCFLAGS="-O2 -pipe"
80 FEATURES="assume-digests binpkg-logs buildpkg ccache config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
81 FFLAGS="-O2 -pipe"
82 GENTOO_MIRRORS="http://gentoo.mirrors.ovh.net/gentoo-distfiles/ http://mirror.netcologne.de/gentoo"
83 LANG="de_DE.UTF-8"
84 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
85 MAKEOPTS="-j4"
86 PKGDIR="/usr/portage/packages"
87 PORTAGE_CONFIGROOT="/"
88 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"
89 PORTAGE_TMPDIR="/var/tmp"
90 USE="X acl alsa amd64 avahi berkdb bindist bluetooth bzip2 cli consolekit cracklib crypt cups cxx dbus dri fortran gdbm gnome-keyring gtk3 iconv ipv6 libnotify mmx mmxext modules ncurses nls nptl opengl openmp pam pcre prelink python qt5 readline seccomp session sse sse2 ssl startup-notification tcpd truetype udev udisks unicode vaapi vala xattr zeroconf zlib" ABI_X86="64" 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" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3" 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="emu efi-32 efi-64 pc" INPUT_DEVICES="mouse keyboard evdev synaptics" KERNEL="linux" L10N="de en en-GB ar fr fr-MA" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en ar fr" NGINX_MODULES_HTTP="access addition auth_basic auth_pam autoindex browser charset fancyindex fastcgi flv geo geoip gzip gzip_static gunzip headers_more http2 limit_req limit_zone map memcached mp4 perl proxy push random_index realip referer rewrite split_clients stub_status sub userid v2 xslt" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-0" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python3_4 python2_7" RUBY_TARGETS="ruby20 ruby21" USERLAND="GNU" VIDEO_CARDS="intel" XFCE_PLUGINS="battery brightness clock power trash" 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"
91 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
92
93 # emerge -pqv '=sys-devel/llvm-3.7.1-r3::gentoo'
94 [ebuild N ] sys-devel/llvm-3.7.1-r3 USE="clang libffi ncurses python static-analyzer -debug -doc -gold -libedit -lldb -multitarget -ocaml {-test} -xml" PYTHON_TARGETS="python2_7" VIDEO_CARDS="-radeon"
95 [ebuild N ] sys-devel/clang-3.7.1-r100 USE="python static-analyzer -debug -multitarget"

Replies

Subject Author
Re: [gentoo-user] llvm / clang compile error Fernando Rodriguez <cyklonite@×××××.com>
Re: [gentoo-user] llvm / clang compile error james <garftd@×××××××.net>