public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emake die by compling
@ 2011-09-28 19:39 Alex Sla
  2011-09-28 19:43 ` Michael Mol
  2011-09-28 20:01 ` Florian Philipp
  0 siblings, 2 replies; 13+ messages in thread
From: Alex Sla @ 2011-09-28 19:39 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

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....

[-- Attachment #2: Type: text/html, Size: 507 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 19:39 [gentoo-user] emake die by compling Alex Sla
@ 2011-09-28 19:43 ` Michael Mol
  2011-09-28 20:17   ` Alex Sla
  2011-09-28 20:01 ` Florian Philipp
  1 sibling, 1 reply; 13+ messages in thread
From: Michael Mol @ 2011-09-28 19:43 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 19:39 [gentoo-user] emake die by compling Alex Sla
  2011-09-28 19:43 ` Michael Mol
@ 2011-09-28 20:01 ` Florian Philipp
  2011-09-28 20:28   ` Todd Goodman
  1 sibling, 1 reply; 13+ messages in thread
From: Florian Philipp @ 2011-09-28 20:01 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 649 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 19:43 ` Michael Mol
@ 2011-09-28 20:17   ` Alex Sla
  2011-09-28 20:23     ` Michael Mol
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Sla @ 2011-09-28 20:17 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 8599 bytes --]

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=10G
SYNC="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.conf
PORTDIR_OVERLAY="${PORTDIR_OVERLAY} /usr/local/portage/"


emerge --info
Portage 2.1.10.11 (default/linux/amd64/10.0/desktop/gnome, gcc-4.4.5,
glibc-2.12.2-r0, 3.0.4-gentoo x86_64)
=================================================================
System uname:
Linux-3.0.4-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1055T_Processor-with-gentoo-2.0.3
Timestamp of tree: Wed, 28 Sep 2011 19:15:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:          4.1_p9
dev-java/java-config:     2.1.11-r3
dev-lang/python:          2.6.6-r2, 2.7.1-r1, 3.1.3-r1
dev-util/ccache:          2.4-r9
dev-util/cmake:           2.8.4-r1
dev-util/pkgconfig:       0.26
sys-apps/baselayout:      2.0.3
sys-apps/openrc:          0.8.3-r1
sys-apps/sandbox:         2.4
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:       2.21.1-r1
sys-devel/gcc:            4.4.5, 4.5.3-r1
sys-devel/gcc-config:     1.4.1-r1
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r1
sys-kernel/linux-headers: 2.6.36.1 (virtual/os-headers)
sys-libs/glibc:           2.12.2
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA *+@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt
/usr/share/openvpn/easy-rsa /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/a

          pache2-php5.3/ext-active/ /etc/php/cgi-php5.3/ext-active/
/etc/php/cli-php5.3/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="-O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles
fixpackages news parallel-fetch protect-owned sandbox sfperms stric

              t unknown-features-warn unmerge-logs unmerge-orphans
userfetch"
FFLAGS=""
GENTOO_MIRRORS="http://distfiles.gentoo.org/ "
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="de en"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
--compress --force --whole-file --delete --stats --timeout=180 --excl

                ude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa amd64 amd64codecs apng avahi
banshee bash-completion berkdb bonjour branding bzip2 cairo cdda

           cdr cli consolekit cracklib crypt cups cxx dbus device-mapper dri
dts dvd dvdr eds emboss encode evo exif fam fat ffmpeg firefox flac font

                  config fortran fuse gd gdbm gdu gif gnome gnome-keyring
gnutls gpg gpm gstreamer gtk hal iconv icu imap introspection ipod jack java
jpeg
                           lame lcms ldap libnotify mad matroska
mdnsresponder-compat mmx mng modules mono mp3 mp4 mpeg mudflap multilib
nautilus ncurses nls nptl np
                                                  tlonly nsplugin ogg ogm
opengl openmp pam pango pcap pcre pdf perl pidgin png pni policykit ppds
pppd pulseaudio python qemu qt3support re
                                                                adline sasl
sdl session smbclient smtp sndfile spell sqlite sqlite3 sse sse2 sse4a ssl
startup-notification svg sysfs syslog tcpd theora t

hreads tiff truetype udev unicode usb virt-network vorbis webm win32
wireshark x264 xcb xen xfs xml xorg xulrunner xv xvid zeroconf zip zl

                ib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x
ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel
intel8x0 in
                                  tel8x0m maestro3 trident usb-audio via82xx
via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare
dsnoop empty extplug f
                                            ile hooks iec958 ioplug ladspa
lfloat linear meter mmap_emul mulaw multi null plug rate route share shm
softvol" APACHE2_MODULES="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 in

                fo log_config logio mem_cache mime mime_magic negotiation
rewrite setenvif speling status unique_id userdir usertrack vhost_alias"
CALLIGR
                              A_FEATURES="kexi words flow plan stage tables
krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq
load memory rrdtoo
                                        l swap syslog" ELIBC="glibc"
GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt
gpsclock itrax mtk3301 nmea ntrip navc
                                                            om oceanserver
oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt
ubx" INPUT_DEVICES="evdev synaptics keyboard"

 KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
lcdm001 mtxorb ncurses text" LINGUAS="de en" NETBEANS_MODULES="*" PH

              P_TARGETS="php5-3" RUBY_TARGETS="ruby18" USERLAND="GNU"
VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2
ipv4options i
                                    pset ipp2p iface geoip fuzzy condition
tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL,
PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FL

        AGS, PORTAGE_RSYNC_EXTRA_OPTS


 * 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

[-- Attachment #2: Type: text/html, Size: 13858 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 20:17   ` Alex Sla
@ 2011-09-28 20:23     ` Michael Mol
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Mol @ 2011-09-28 20:23 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 20:01 ` Florian Philipp
@ 2011-09-28 20:28   ` Todd Goodman
  2011-09-28 20:32     ` Alex Sla
  0 siblings, 1 reply; 13+ messages in thread
From: Todd Goodman @ 2011-09-28 20:28 UTC (permalink / raw
  To: gentoo-user

* 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



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 20:28   ` Todd Goodman
@ 2011-09-28 20:32     ` Alex Sla
  2011-09-28 20:32       ` Alex Sla
  2011-09-28 21:12       ` Alex Sla
  0 siblings, 2 replies; 13+ messages in thread
From: Alex Sla @ 2011-09-28 20:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

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:
> > >
> > > * 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
>
>

Arg, i rember that there was something with the gcc .... got to mutch Gentoo
System ~.~... i try it now again

[-- Attachment #2: Type: text/html, Size: 1996 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 20:32     ` Alex Sla
@ 2011-09-28 20:32       ` Alex Sla
  2011-09-28 21:12       ` Alex Sla
  1 sibling, 0 replies; 13+ messages in thread
From: Alex Sla @ 2011-09-28 20:32 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com> wrote:

>
>
> 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:
>> > >
>> > > * 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
>>
>>
>
> Arg, i rember that there was something with the gcc .... got to mutch
> Gentoo System ~.~... i try it now again
>

[-- Attachment #2: Type: text/html, Size: 2374 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 20:32     ` Alex Sla
  2011-09-28 20:32       ` Alex Sla
@ 2011-09-28 21:12       ` Alex Sla
  2011-09-28 22:19         ` Michael Mol
  2011-09-29 17:23         ` Carlos Sura
  1 sibling, 2 replies; 13+ messages in thread
From: Alex Sla @ 2011-09-28 21:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1948 bytes --]

On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com> wrote:

>
>
> 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:
>> > >
>> > > * 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
>>
>>
>
> Arg, i rember that there was something with the gcc .... got to mutch
> Gentoo System ~.~... i try it now again
>

I think it;s really to the libpng:

emerge --search libpng

Searching...
[ Results for search key : libpng ]
[ Applications found : 2 ]

*  media-libs/libpng
      Latest version available: 1.5.5
      Latest version installed: 1.5.5
      Size of files: 679 kB
      Homepage:      http://www.libpng.org/
      Description:   Portable Network Graphics library
      License:       as-is


I just read in the Internet something about 1.2 -> 1.4 should i do this like
this ? http://gentoo-pr.org/node/22

[-- Attachment #2: Type: text/html, Size: 4462 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 21:12       ` Alex Sla
@ 2011-09-28 22:19         ` Michael Mol
  2011-09-29 12:38           ` Alex Sla
  2011-09-29 17:23         ` Carlos Sura
  1 sibling, 1 reply; 13+ messages in thread
From: Michael Mol @ 2011-09-28 22:19 UTC (permalink / raw
  To: gentoo-user

On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
>
>
> On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
>>
>>
>> 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:
>>> > >
>>> > > * 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
>>>
>>
>>
>> Arg, i rember that there was something with the gcc .... got to mutch
>> Gentoo System ~.~... i try it now again
>
> I think it;s really to the libpng:
> emerge --search libpng
> Searching...
> [ Results for search key : libpng ]
> [ Applications found : 2 ]
> *  media-libs/libpng
>       Latest version available: 1.5.5
>       Latest version installed: 1.5.5
>       Size of files: 679 kB
>       Homepage:      http://www.libpng.org/
>       Description:   Portable Network Graphics library
>       License:       as-is
>
> I just read in the Internet something about 1.2 -> 1.4 should i do this like
> this ? http://gentoo-pr.org/node/22

Those steps should largely work. However, anywhere those steps say
"libpng14", think "libpng15" instead, and anywhere they say
"libpng12", think "libpng14" instead.

Also, some apps may break with libpng, even after all the libtool and
relinking stuff is taken care of. The current stable xemacs (-r1), for
example. There's a patch that fixes it, but that hasn't been made
stable yet.[1] (Or hadn't, when I tried --sync and --update earlier
today)

[1] https://bugs.gentoo.org/show_bug.cgi?id=384461

-- 
:wq



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 22:19         ` Michael Mol
@ 2011-09-29 12:38           ` Alex Sla
  2011-09-29 12:43             ` Michael Mol
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Sla @ 2011-09-29 12:38 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3066 bytes --]

On Thu, Sep 29, 2011 at 12:19 AM, Michael Mol <mikemol@gmail.com> wrote:

> On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
> >
> >
> > On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com>
> wrote:
> >>
> >>
> >> 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:
> >>> > >
> >>> > > * 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
> >>>
> >>
> >>
> >> Arg, i rember that there was something with the gcc .... got to mutch
> >> Gentoo System ~.~... i try it now again
> >
> > I think it;s really to the libpng:
> > emerge --search libpng
> > Searching...
> > [ Results for search key : libpng ]
> > [ Applications found : 2 ]
> > *  media-libs/libpng
> >       Latest version available: 1.5.5
> >       Latest version installed: 1.5.5
> >       Size of files: 679 kB
> >       Homepage:      http://www.libpng.org/
> >       Description:   Portable Network Graphics library
> >       License:       as-is
> >
> > I just read in the Internet something about 1.2 -> 1.4 should i do this
> like
> > this ? http://gentoo-pr.org/node/22
>
> Those steps should largely work. However, anywhere those steps say
> "libpng14", think "libpng15" instead, and anywhere they say
> "libpng12", think "libpng14" instead.
>
> Also, some apps may break with libpng, even after all the libtool and
> relinking stuff is taken care of. The current stable xemacs (-r1), for
> example. There's a patch that fixes it, but that hasn't been made
> stable yet.[1] (Or hadn't, when I tried --sync and --update earlier
> today)
>
> [1] https://bugs.gentoo.org/show_bug.cgi?id=384461
>
> --
> :wq
>
> Maybe i just go back to the stable libpng. Don't have the time in the
moment to go with some testing.
When i may get some time soon, i will try.

Thank you very much
Greeting's from Germany A.

[-- Attachment #2: Type: text/html, Size: 4836 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-29 12:38           ` Alex Sla
@ 2011-09-29 12:43             ` Michael Mol
  0 siblings, 0 replies; 13+ messages in thread
From: Michael Mol @ 2011-09-29 12:43 UTC (permalink / raw
  To: gentoo-user

On Thu, Sep 29, 2011 at 8:38 AM, Alex Sla <4k3nd0@googlemail.com> wrote:
> On Thu, Sep 29, 2011 at 12:19 AM, Michael Mol <mikemol@gmail.com> wrote:
>> On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
>> > I just read in the Internet something about 1.2 -> 1.4 should i do this
>> > like
>> > this ? http://gentoo-pr.org/node/22
>>
>> Those steps should largely work. However, anywhere those steps say
>> "libpng14", think "libpng15" instead, and anywhere they say
>> "libpng12", think "libpng14" instead.
>>
>> Also, some apps may break with libpng, even after all the libtool and
>> relinking stuff is taken care of. The current stable xemacs (-r1), for
>> example. There's a patch that fixes it, but that hasn't been made
>> stable yet.[1] (Or hadn't, when I tried --sync and --update earlier
>> today)
>>
>> [1] https://bugs.gentoo.org/show_bug.cgi?id=384461
>>
> Maybe i just go back to the stable libpng. Don't have the time in the moment
> to go with some testing.
> When i may get some time soon, i will try.
> Thank you very much
> Greeting's from Germany A.

libpng15 will eventually be stabilized, and the problems you're seeing
now, you'll see then. Just keep that in mind, and keep that list of
steps handy. :)

-- 
:wq



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-user] emake die by compling
  2011-09-28 21:12       ` Alex Sla
  2011-09-28 22:19         ` Michael Mol
@ 2011-09-29 17:23         ` Carlos Sura
  1 sibling, 0 replies; 13+ messages in thread
From: Carlos Sura @ 2011-09-29 17:23 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 3016 bytes --]

On 28 September 2011 15:12, Alex Sla <4k3nd0@googlemail.com> wrote:

>
>
> On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla <4k3nd0@googlemail.com> wrote:
>
>>
>>
>> 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:
>>> > >
>>> > > * 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
>>>
>>>
>>
>> Arg, i rember that there was something with the gcc .... got to mutch
>> Gentoo System ~.~... i try it now again
>>
>
> I think it;s really to the libpng:
>
> emerge --search libpng
>
> Searching...
> [ Results for search key : libpng ]
> [ Applications found : 2 ]
>
> *  media-libs/libpng
>       Latest version available: 1.5.5
>       Latest version installed: 1.5.5
>       Size of files: 679 kB
>       Homepage:      http://www.libpng.org/
>       Description:   Portable Network Graphics library
>       License:       as-is
>
>
> I just read in the Internet something about 1.2 -> 1.4 should i do this
> like this ? http://gentoo-pr.org/node/22
>
>
>

Hello,

I've read all emails -I Think-, This is what yo get:

---

 * 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'
----

Right?

Perhaps, we could help you out, if we could see what's on:
/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/build.log

Also, I've already merged GTK+-3.0.12-r1 in ~AMD64 and no errors found.

Regards,



-- 
Carlos Sura.-
http://www.carlossura.com/

[-- Attachment #2: Type: text/html, Size: 6778 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-09-29 17:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-28 19:39 [gentoo-user] emake die by compling Alex Sla
2011-09-28 19:43 ` Michael Mol
2011-09-28 20:17   ` Alex Sla
2011-09-28 20:23     ` Michael Mol
2011-09-28 20:01 ` Florian Philipp
2011-09-28 20:28   ` Todd Goodman
2011-09-28 20:32     ` Alex Sla
2011-09-28 20:32       ` Alex Sla
2011-09-28 21:12       ` Alex Sla
2011-09-28 22:19         ` Michael Mol
2011-09-29 12:38           ` Alex Sla
2011-09-29 12:43             ` Michael Mol
2011-09-29 17:23         ` Carlos Sura

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox