[gentoo-user] gentoo-user@lists.gentoo.org

2011-10-04 Thread Alex Sla
Hi Guys,

i got a problem build gconf. The problem is somehow emake again o.O

* Call stack:
 * ebuild.sh, line   56:  Called src_compile
 *   environment, line 3235:  Called gnome2_src_compile
 *   environment, line 2496:  Called die
 * The specific snippet of code:
 *   emake || die compile failure


This is my Laptop, didn't updated it for a while. But i just check my libpng



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

Also i check on my gcc-config, update to the 4.5.3,

gcc-config -l
 [1] x86_64-pc-linux-gnu-4.5.3 *


I'm currently out of ideas, again :/
Here is my makem.conf

.
CFLAGS=-O2
CXXFLAGS=-O2
changing.
CHOST=x86_64-pc-linux-gnu

USE=
64 mmx sse sse2 ssse3 pni X python threads acpi alsa cups dbus ffmpeg flac
gnome gtk win32codecs -arts -kde -qt3 -qt4  hal sqlite -ipv6 nsplugin
linguas_de -bluetooth smbclient -server gnutls bonjour wxwindows linguas_en
latex static-libs fbcondecor xfs acpi imap java extensions pop theora avahi
zeroconf mdnsresponder-compat gstreamer tcl tk bash-completion lzma v4l2 usb
pidgini gpg sasl smtp qemu kvm virt-network smbsharemodes winbind apng
-introspection fuse systemd xetex -pango

MAKEOPTS='-j9'
GENTOO_MIRRORS=http://distfiles.gentoo.org/ 
FEATURES=parallel-fetch
SYNC=rsync://rsync.europe.gentoo.org/gentoo-portage
ACCEPT_LICENSE=*+@EULA PUEL Oracle-BCLA-JavaSE
VIDEO_CARDS=radeon
INPUT_DEVICES='evdev synaptics'


i put the build log into pastbin: http://pastebin.com/CXEFY342


so far

Greeting's from German
A.


Re: [gentoo-user] Problem build gconf

2011-10-04 Thread Alex Sla
On Tue, Oct 4, 2011 at 2:44 PM, Willie Wong ww...@math.princeton.eduwrote:

 On Tue, Oct 04, 2011 at 02:15:34PM +0200, 4k3nd0 wrote:
  i put the build log into pastbin: http://pastebin.com/CXEFY342
 

 What is the version of pango you have installed? It may be related to
 this bug:

 https://bugs.gentoo.org/show_bug.cgi?id=384779

 W
 --
 Willie W. Wong
 ww...@math.princeton.edu
 Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
 et vice versa   ~~~  I. Newton



hm... got that Problem with some build before

dev-perl/Pango
  Latest version available: 1.221
  Latest version installed: 1.221
  Size of files: 42 kB
  Homepage:  http://search.cpan.org/dist/Pango/
  Description:   Layout and render international text
  License:   LGPL-2.1


Re: [gentoo-user] Problem build gconf

2011-10-04 Thread Alex Sla
On Tue, Oct 4, 2011 at 2:49 PM, Alex Sla 4k3...@googlemail.com wrote:



 On Tue, Oct 4, 2011 at 2:44 PM, Willie Wong ww...@math.princeton.eduwrote:

 On Tue, Oct 04, 2011 at 02:15:34PM +0200, 4k3nd0 wrote:
  i put the build log into pastbin: http://pastebin.com/CXEFY342
 

 What is the version of pango you have installed? It may be related to
 this bug:

 https://bugs.gentoo.org/show_bug.cgi?id=384779

 W
 --
 Willie W. Wong
 ww...@math.princeton.edu
 Data aequatione quotcunque fluentes quantitae involvente fluxiones
 invenire
 et vice versa   ~~~  I. Newton



 hm... got that Problem with some build before

 dev-perl/Pango
   Latest version available: 1.221
   Latest version installed: 1.221
   Size of files: 42 kB
   Homepage:  http://search.cpan.org/dist/Pango/
   Description:   Layout and render international text
   License:   LGPL-2.1



 Hups... wrong one :)

eix -I x11-libs/pango
[I] x11-libs/pango
 Available versions:  1.28.3-r1 1.28.4 {X debug doc +introspection test}
 Installed versions:  1.28.4(20:19:19 10/03/11)(X -debug -doc
-introspection -test)
 Homepage:http://www.pango.org/
 Description: Internationalized text layout and rendering
library


Re: [gentoo-user] emake die by compling

2011-09-29 Thread Alex Sla
On Thu, Sep 29, 2011 at 12:19 AM, Michael Mol mike...@gmail.com wrote:

 On Wed, Sep 28, 2011 at 5:12 PM, Alex Sla 4k3...@googlemail.com wrote:
 
 
  On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla 4k3...@googlemail.com
 wrote:
 
 
  On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman t...@bonedaddy.net
 wrote:
 
  * Florian Philipp li...@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.


[gentoo-user] emake die by compling

2011-09-28 Thread 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


Re: [gentoo-user] emake die by compling

2011-09-28 Thread Alex Sla
On Wed, Sep 28, 2011 at 9:43 PM, Michael Mol mike...@gmail.com wrote:

 On Wed, Sep 28, 2011 at 3:39 PM, Alex Sla 4k3...@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 +
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

Re: [gentoo-user] emake die by compling

2011-09-28 Thread Alex Sla
On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman t...@bonedaddy.net wrote:

 * Florian Philipp li...@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


Re: [gentoo-user] emake die by compling

2011-09-28 Thread Alex Sla
On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla 4k3...@googlemail.com wrote:



 On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman t...@bonedaddy.net wrote:

 * Florian Philipp li...@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



Re: [gentoo-user] emake die by compling

2011-09-28 Thread Alex Sla
On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla 4k3...@googlemail.com wrote:



 On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman t...@bonedaddy.net wrote:

 * Florian Philipp li...@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