I can't just compile anything. Getting all the time:*
* Call stack:** * * ebuild.sh, line * 56: *Called src_compile** * environment, line 3450: *Called gnome2_src_compile
** * environment, line 2736: *Called die** The specific snippet of code:** * * * emake || die "compile failure"
don't have any idea....
09-28-2011, 07:43 PM
Michael Mol
emake die by compling
On Wed, Sep 28, 2011 at 3:39 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
> I can't just compile anything. Getting all the time:
> * Call stack:
> ** * * ebuild.sh, line * 56: *Called src_compile
> ** * environment, line 3450: *Called gnome2_src_compile
> ** * environment, line 2736: *Called die
> ** The specific snippet of code:
> ** * * * emake || die "compile failure"
> don't have any idea....
There will usually be additional information, like where to find the
build log and environment file.
--
:wq
09-28-2011, 08:01 PM
Florian Philipp
emake die by compling
Am 28.09.2011 21:39, schrieb Alex Sla:
> I can't just compile anything. Getting all the time:
>
> * Call stack:
> * ebuild.sh, line 56: Called src_compile
> * environment, line 3450: Called gnome2_src_compile
> * environment, line 2736: Called die
> * The specific snippet of code:
> * emake || die "compile failure"
>
> don't have any idea....
>
>
>
Usually, the actual error message is a few lines above this one. Please
post it.
Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then
unmerged 4.4 but forgot to activate the new one using gcc-config.
Regards,
Florian Philipp
09-28-2011, 08:17 PM
Alex Sla
emake die by compling
On Wed, Sep 28, 2011 at 9:43 PM, Michael Mol <mikemol@gmail.com> wrote:
On Wed, Sep 28, 2011 at 3:39 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
> I can't just compile anything. Getting all the time:
> * Call stack:
> ** * * ebuild.sh, line * 56: *Called src_compile
> ** * environment, line 3450: *Called gnome2_src_compile
> ** * environment, line 2736: *Called die
> ** The specific snippet of code:
> ** * * * emake || die "compile failure"
> don't have any idea....
There will usually be additional information, like where to find the
build log and environment file.
--
:wq
/etc/make.conf# These settings were set by the catalyst build script that automatically# built this stage.# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.#CFLAGS="-march=athlon64 -O2 -pipe"CFLAGS="-O2"CXXFLAGS="${CFLAGS}"# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.CHOST="x86_64-pc-linux-gnu"# These are the USE flags that were used in addition to what is provided by the
# profile used for building.USE="3dnow 3dnowext X aac acpi alsa amd64codecs avahi bonjour cups dbus gd zip java sndfile zeroconf* * *device-mapper dvd fat ffmpeg flac gnome gnutls gtk hal ipod lame imap altivec jack bash-completion
* * *linguas_de linguas_en matroska mdnsresponder-compat mmx mp4 nsplugin ogm pcap pidgin virt-network xen* * *pni python smbclient sqlite sse sse2 sse4a threads vorbis pulseaudio win32 theora sasl smtp gpg opengl sqlite3
* * *webm syslog mono apng win32codecs introspection fuse icu banshee fontconfig cdda udev* * *wireshark x264 xfs qemu -arts -bluetooth -ipv6 -kde -qt3 -qt4 -server
* * *"
MAKEOPTS='-j1'GENTOO_MIRRORS="http://distfiles.gentoo.org/ "FEATURES="parallel-fetch"CCACHE_DIR=/var/cache/ccache/
CCACHE_SIZE=10GSYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"NETBEANS_MODULES="*"VIDEO_CARDS="nvidia"
INPUT_DEVICES="evdev synaptics keyboard"ACCEPT_LICENSE="*+@EULA"source /var/lib/layman/make.confPORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"
** Messages for package x11-libs/gtk+-3.0.12-r1:
** ERROR: x11-libs/gtk+-3.0.12-r1 failed (compile phase):** * emake failed**
** If you need support, post the output of 'emerge --info =x11-libs/gtk+-3.0.12-r1',** the complete build log and the output of 'emerge -pqv =x11-libs/gtk+-3.0.12-r1'.** The complete build log is located at '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/build.log'.
** The ebuild environment file is located at '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/environment'.** S: '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/work/gtk+-3.0.12'
*If you need more, just ask for it*
09-28-2011, 08:23 PM
Michael Mol
emake die by compling
On Wed, Sep 28, 2011 at 4:17 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
> x11-libs/gtk+
I'm going to venture a guess that you got bit by the libpng14->libpng15 upgrade.
emerge --search libpng
--
:wq
09-28-2011, 08:28 PM
Todd Goodman
emake die by compling
* Florian Philipp <lists@binarywings.net> [110928 16:05]:
> Am 28.09.2011 21:39, schrieb Alex Sla:
> > I can't just compile anything. Getting all the time:
> >
> > * Call stack:
> > * ebuild.sh, line 56: Called src_compile
> > * environment, line 3450: Called gnome2_src_compile
> > * environment, line 2736: Called die
> > * The specific snippet of code:
> > * emake || die "compile failure"
> >
> > don't have any idea....
> >
> >
> >
>
> Usually, the actual error message is a few lines above this one. Please
> post it.
>
> Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then
> unmerged 4.4 but forgot to activate the new one using gcc-config.
>
> Regards,
> Florian Philipp
>
And to add a bit more to that (as I managed to do just that recently):
First do a:
# gcc-config -l
[1] i686-pc-linux-gnu-4.5.3 *
if you don't see a '*' next to any of the entries then none is
selected.
To select one do:
gcc-config [CC Profile]
For example,
# gcc-config i686-pc-linux-gnu-4.5.3
Todd
09-28-2011, 08:32 PM
Alex Sla
emake die by compling
On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman <tsg@bonedaddy.net> wrote:
* Florian Philipp <lists@binarywings.net> [110928 16:05]:
> Am 28.09.2011 21:39, schrieb Alex Sla:
> > I can't just compile anything. Getting all the time: