On Thu, Sep 29, 2011 at 12:19 AM, Michael Mol 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 > wrote: > >>> > >>> * Florian Philipp [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.