Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GTK+ emake failed [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Ampheus
l33t
l33t


Joined: 19 Oct 2005
Posts: 814
Location: Rheine, NRW, Germany

PostPosted: Wed May 17, 2006 6:42 pm    Post subject: GTK+ emake failed [solved] Reply with quote

Code:
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc  -march=pentium-m -O2 -pipe -Wall   -o testiconview  testiconview.o prop-editor.o ../gdk-pixbuf/libgdk_pixbuf-2.0.la ../gdk/libgdk-x11-2.0.la ../gtk/libgtk-x11-2.0.la
i686-pc-linux-gnu-gcc -march=pentium-m -O2 -pipe -Wall -o .libs/testgtk prop-editor.o testgtk.o  ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so ../gdk/.libs/libgdk-x11-2.0.so -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib ../gtk/.libs/libgtk-x11-2.0.so /var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk/.libs/libgdk-x11-2.0.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXext.so /usr/lib/libXcursor.so /usr/lib/libXfixes.so /var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libcairo.so /usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lpng12 /usr/lib/libglitz.so /usr/lib/libfontconfig.so /usr/lib/libfreetype.so /usr/lib/libexpat.so -lz /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so -lm
testgtk.o: In function `create_main_window':
testgtk.c:(.text+0x1e891): undefined reference to `gtk_micro_version'
testgtk.c:(.text+0x1e8a2): undefined reference to `gtk_minor_version'
testgtk.c:(.text+0x1e8b1): undefined reference to `gtk_major_version'
testgtk.c:(.text+0x1ea63): undefined reference to `gtk_minor_version'
testgtk.c:(.text+0x1ea72): undefined reference to `gtk_major_version'
collect2: ld returned 1 exit status
make[2]: *** [testgtk] Error 1
make[2]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -march=pentium-m -O2 -pipe -Wall -o .libs/testiconview testiconview.o prop-editor.o  ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so ../gdk/.libs/libgdk-x11-2.0.so -L/usr/i686-pc-linux-gnu/bin -L/usr/i686-pc-linux-gnu/lib ../gtk/.libs/libgtk-x11-2.0.so /var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk/.libs/libgdk-x11-2.0.so /usr/lib/libXi.so /usr/lib/libXrandr.so /usr/lib/libXext.so /usr/lib/libXcursor.so /usr/lib/libXfixes.so /var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so /usr/lib/libpangocairo-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libatk-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so /usr/lib/libcairo.so /usr/lib/libXrender.so /usr/lib/libX11.so /usr/lib/libXau.so /usr/lib/libXdmcp.so -ldl -lpng12 /usr/lib/libglitz.so /usr/lib/libfontconfig.so /usr/lib/libfreetype.so /usr/lib/libexpat.so -lz /usr/lib/gcc/i686-pc-linux-gnu/3.4.5/libstdc++.so -lm
creating testiconview
make[2]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtk+-2.8.12/work/gtk+-2.8.12'
make: *** [all] Error 2

!!! ERROR: x11-libs/gtk+-2.8.12 failed.
Call stack:
  ebuild.sh, line 1527:   Called dyn_compile
  ebuild.sh, line 931:   Called src_compile
  gtk+-2.8.12.ebuild, line 115:   Called die


Diese Fehlermeldung bekomme ich, wenn ich versuche, GTK+ zu installieren. Fehlen mir irgendwelche Bibliotheken?


Last edited by Ampheus on Fri May 19, 2006 12:18 am; edited 1 time in total
Back to top
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Wed May 17, 2006 9:52 pm    Post subject: Reply with quote

b.g.o. mal gecheckt?
vielleicht nen emerge --info oder so

bye
_________________
GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code:
perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);'
Back to top
View user's profile Send private message
Ampheus
l33t
l33t


Joined: 19 Oct 2005
Posts: 814
Location: Rheine, NRW, Germany

PostPosted: Thu May 18, 2006 12:31 pm    Post subject: Reply with quote

Code:

Portage 2.1_rc1-r2 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.6-r3, 2.6.16-gentoo-r6 i686)
=================================================================
System uname: 2.6.16-gentoo-r6 i686 Intel(R) Pentium(R) M processor 1.60GHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  0.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium-m -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache confcache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/xgl-coffee"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm audiofile avi bitmap-fonts bzip2 cairo cdr cli crypt ctype dba dbus dri elibc_glibc encode ethereal exif expat fam ftp gd gdbm gif glitz glut gmp hal i8x0 idn imlib isdnlog jpeg kde kernel_linux lcms libg++ libwww mad memlimit mikmod mng motif mp3 mpeg ncurses nls nptl ogg opengl pam pdflib png posix pppd python qt readline reflection samba sdl session simplexml slang soap sockets spell spl ssl tcltk tcpd tiff tokenizer truetype truetype-fonts type1-fonts udev userland_GNU vorbis win32codecs x86 xcomposite xml xml2 xorg xsl xv zlib input_devices_keyboard input_devices_mouse input_devices_synaptics linguas_de video_cards_i810 video_cards_vesa"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS


Ich wüsste aber nicht, wie das weiterhelfen sollte.
Back to top
View user's profile Send private message
Ampheus
l33t
l33t


Joined: 19 Oct 2005
Posts: 814
Location: Rheine, NRW, Germany

PostPosted: Fri May 19, 2006 12:18 am    Post subject: Reply with quote

Naja. [solved]

Um das Problem zu beheben:
Code:

emerge xf86dgaproto


Hab ich über einen komischen Lösungsweg rausgefunden:

Code:

emerge -ave world


Das gab mir ein paar Kilobyte zum saugen raus. Nach dem Package gesucht und xf86dgaproto wars, obwohl es installiert war. Denke mal, es handelte sich um patches, oder was sagen die Devs dazu?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum