Gentoo Archives: gentoo-user

From: Alex Sla <4k3nd0@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emake die by compling
Date: Wed, 28 Sep 2011 20:19:13
Message-Id: CALLyzea9zrdVY_QQmKcrwrNSwf2Zemz4vYgn3Vuqt8-vK7-OWw@mail.gmail.com
In Reply to: Re: [gentoo-user] emake die by compling by Michael Mol
1 On Wed, Sep 28, 2011 at 9:43 PM, Michael Mol <mikemol@×××××.com> wrote:
2
3 > On Wed, Sep 28, 2011 at 3:39 PM, Alex Sla <4k3nd0@××××××××××.com> wrote:
4 > > I can't just compile anything. Getting all the time:
5 > > * Call stack:
6 > > * ebuild.sh, line 56: Called src_compile
7 > > * environment, line 3450: Called gnome2_src_compile
8 > > * environment, line 2736: Called die
9 > > * The specific snippet of code:
10 > > * emake || die "compile failure"
11 > > don't have any idea....
12 >
13 > There will usually be additional information, like where to find the
14 > build log and environment file.
15 >
16 >
17 > --
18 > :wq
19 >
20 > /etc/make.conf
21 # These settings were set by the catalyst build script that automatically
22 # built this stage.
23 # Please consult /usr/share/portage/config/make.conf.example for a more
24 # detailed example.
25 #CFLAGS="-march=athlon64 -O2 -pipe"
26 CFLAGS="-O2"
27 CXXFLAGS="${CFLAGS}"
28 # WARNING: Changing your CHOST is not something that should be done lightly.
29 # Please consult http://www.gentoo.org/doc/en/change-chost.xml before
30 changing.
31 CHOST="x86_64-pc-linux-gnu"
32 # These are the USE flags that were used in addition to what is provided by
33 the
34 # profile used for building.
35 USE="3dnow 3dnowext X aac acpi alsa amd64codecs avahi bonjour cups dbus gd
36 zip java sndfile zeroconf
37 device-mapper dvd fat ffmpeg flac gnome gnutls gtk hal ipod lame imap
38 altivec jack bash-completion
39 linguas_de linguas_en matroska mdnsresponder-compat mmx mp4 nsplugin
40 ogm pcap pidgin virt-network xen
41 pni python smbclient sqlite sse sse2 sse4a threads vorbis pulseaudio
42 win32 theora sasl smtp gpg opengl sqlite3
43 webm syslog mono apng win32codecs introspection fuse icu banshee
44 fontconfig cdda udev
45 wireshark x264 xfs qemu -arts -bluetooth -ipv6 -kde -qt3 -qt4 -server
46
47 "
48 MAKEOPTS='-j1'
49 GENTOO_MIRRORS="http://distfiles.gentoo.org/ "
50 FEATURES="parallel-fetch"
51 CCACHE_DIR=/var/cache/ccache/
52 CCACHE_SIZE=10G
53 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
54 NETBEANS_MODULES="*"
55 VIDEO_CARDS="nvidia"
56 INPUT_DEVICES="evdev synaptics keyboard"
57 ACCEPT_LICENSE="*+@EULA"
58 source /var/lib/layman/make.conf
59 PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"
60
61
62 emerge --info
63 Portage 2.1.10.11 (default/linux/amd64/10.0/desktop/gnome, gcc-4.4.5,
64 glibc-2.12.2-r0, 3.0.4-gentoo x86_64)
65 =================================================================
66 System uname:
67 Linux-3.0.4-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1055T_Processor-with-gentoo-2.0.3
68 Timestamp of tree: Wed, 28 Sep 2011 19:15:01 +0000
69 ccache version 2.4 [disabled]
70 app-shells/bash: 4.1_p9
71 dev-java/java-config: 2.1.11-r3
72 dev-lang/python: 2.6.6-r2, 2.7.1-r1, 3.1.3-r1
73 dev-util/ccache: 2.4-r9
74 dev-util/cmake: 2.8.4-r1
75 dev-util/pkgconfig: 0.26
76 sys-apps/baselayout: 2.0.3
77 sys-apps/openrc: 0.8.3-r1
78 sys-apps/sandbox: 2.4
79 sys-devel/autoconf: 2.13, 2.68
80 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.1
81 sys-devel/binutils: 2.21.1-r1
82 sys-devel/gcc: 4.4.5, 4.5.3-r1
83 sys-devel/gcc-config: 1.4.1-r1
84 sys-devel/libtool: 2.4-r1
85 sys-devel/make: 3.82-r1
86 sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
87 sys-libs/glibc: 2.12.2
88 Repositories: gentoo x-portage
89 ACCEPT_KEYWORDS="amd64"
90 ACCEPT_LICENSE="* -@EULA *+@EULA"
91 CBUILD="x86_64-pc-linux-gnu"
92 CFLAGS="-O2"
93 CHOST="x86_64-pc-linux-gnu"
94 CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt
95 /usr/share/openvpn/easy-rsa /var/lib/hsqldb"
96 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/
97 /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/a
98
99 pache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/
100 /etc/php/cli-php5.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d
101 /etc/terminfo
102 /etc/texmf/language.dat.d
103 /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
104 CXXFLAGS="-O2"
105 DISTDIR="/usr/portage/distfiles"
106 FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles
107 fixpackages news parallel-fetch protect-owned sandbox sfperms stric
108
109 t unknown-features-warn unmerge-logs unmerge-orphans
110 userfetch"
111 FFLAGS=""
112 GENTOO_MIRRORS="http://distfiles.gentoo.org/ "
113 LDFLAGS="-Wl,-O1 -Wl,--as-needed"
114 LINGUAS="de en"
115 MAKEOPTS="-j1"
116 PKGDIR="/usr/portage/packages"
117 PORTAGE_CONFIGROOT="/"
118 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
119 --compress --force --whole-file --delete --stats --timeout=180 --excl
120
121 ude=/distfiles --exclude=/local --exclude=/packages"
122 PORTAGE_TMPDIR="/var/tmp"
123 PORTDIR="/usr/portage"
124 PORTDIR_OVERLAY="/usr/local/portage"
125 SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
126 USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 amd64codecs apng avahi
127 banshee bash-completion berkdb bonjour branding bzip2 cairo cdda
128
129 cdr cli consolekit cracklib crypt cups cxx dbus device-mapper dri
130 dts dvd dvdr eds emboss encode evo exif fam fat ffmpeg firefox flac font
131
132 config fortran fuse gd gdbm gdu gif gnome gnome-keyring
133 gnutls gpg gpm gstreamer gtk hal iconv icu imap introspection ipod jack java
134 jpeg
135 lame lcms ldap libnotify mad matroska
136 mdnsresponder-compat mmx mng modules mono mp3 mp4 mpeg mudflap multilib
137 nautilus ncurses nls nptl np
138 tlonly nsplugin ogg ogm
139 opengl openmp pam pango pcap pcre pdf perl pidgin png pni policykit ppds
140 pppd pulseaudio python qemu qt3support re
141 adline sasl
142 sdl session smbclient smtp sndfile spell sqlite sqlite3 sse sse2 sse4a ssl
143 startup-notification svg sysfs syslog tcpd theora t
144
145 hreads tiff truetype udev unicode usb virt-network vorbis webm win32
146 wireshark x264 xcb xen xfs xml xorg xulrunner xv xvid zeroconf zip zl
147
148 ib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
149 ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
150 intel8x0 in
151 tel8x0m maestro3 trident usb-audio via82xx
152 via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare
153 dsnoop empty extplug f
154 ile hooks iec958 ioplug ladspa
155 lfloat linear meter mmap_emul mulaw multi null plug rate route share shm
156 softvol" APACHE2_MODULES="actions
157 alias auth_basic
158 authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
159 authz_default authz_groupfile authz_host authz_owner
160
161 authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir
162 disk_cache env expires ext_filter file_cache filter headers include in
163
164 fo log_config logio mem_cache mime mime_magic negotiation
165 rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
166 CALLIGR
167 A_FEATURES="kexi words flow plan stage tables
168 krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq
169 load memory rrdtoo
170 l swap syslog" ELIBC="glibc"
171 GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt
172 gpsclock itrax mtk3301 nmea ntrip navc
173 om oceanserver
174 oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt
175 ubx" INPUT_DEVICES="evdev synaptics keyboard"
176
177 KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
178 lcdm001 mtxorb ncurses text" LINGUAS="de en" NETBEANS_MODULES="*" PH
179
180 P_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU"
181 VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2
182 ipv4options i
183 pset ipp2p iface geoip fuzzy condition
184 tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
185 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
186 PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FL
187
188 AGS, PORTAGE_RSYNC_EXTRA_OPTS
189
190
191 * Messages for package x11-libs/gtk+-3.0.12-r1:
192
193 * ERROR: x11-libs/gtk+-3.0.12-r1 failed (compile phase):
194 * emake failed
195 *
196 * If you need support, post the output of 'emerge --info
197 =x11-libs/gtk+-3.0.12-r1',
198 * the complete build log and the output of 'emerge -pqv
199 =x11-libs/gtk+-3.0.12-r1'.
200 * The complete build log is located at
201 '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/build.log'.
202 * The ebuild environment file is located at
203 '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/environment'.
204 * S: '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/work/gtk+-3.0.12'
205
206
207 If you need more, just ask for it

Replies

Subject Author
Re: [gentoo-user] emake die by compling Michael Mol <mikemol@×××××.com>