View previous topic :: View next topic |
Author |
Message |
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sun Apr 27, 2003 12:11 pm Post subject: problème emerge screem |
|
|
quand j'essaye de compiler screem il me dit qu'il me manque libglade mais le problème c'est que je l'ai.
Code: |
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
updating cache ./config.cache
loading cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... (cached) yes
checking for working const... yes
checking for ANSI C header files... (cached) yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... (cached) no
checking for gnome-config... /usr/bin/gnome-config
checking if /usr/bin/gnome-config works... yes
checking for orbit-config... /usr/bin/orbit-config
checking for orbit-idl... /usr/bin/orbit-idl
checking for working ORBit environment... yes
checking for gnorba libraries... yes
checking for gnome-libs >= 1.2.0... yes
checking for gdk-pixbuf-config... /usr/bin/gdk-pixbuf-config
checking for GDK_PIXBUF - version >= 0.7.0... yes
checking what warning flags to pass to the C compiler... -Wall -Wunused
checking what language compliance flags to pass to the C compiler...
checking for pthread_create in -lpthread... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking for SmcSaveYourselfDone in -lSM... yes
checking for X11/SM/SMlib.h... yes
checking for XpmFreeXpmImage in -lXpm... yes
checking for gnome-config... (cached) /usr/bin/gnome-config
checking for xmlNewDoc in -lxml... yes
checking for qt_null in -lqthreads... no
checking for qt_null in -lqt... no
checking for main in -ltermcap... no
checking for main in -lreadline... no
checking for guile-config... no
checking for build-guile... (cached) no
checking for sin in -lm... yes
checking for main in -lrx... no
checking for qt_null in -lqt... (cached) no
checking for dlopen in -ldl... yes
checking for t_accept in -lnsl... no
checking for socket in -lsocket... no
checking whether guile works... no
configure: warning: Can not find Guile on this system
checking for libglade-config... no
checking for libglade... no
checking for libglade >= 0.12 ... ./configure: line 1: no: command not found
./configure: line 4429: test: -gt: unary operator expected
./configure: line 4430: test: -eq: unary operator expected
no
configure: error: *** Screem requires libglade 0.12 ***
!!! ERROR: net-www/screem-0.4.1-r2 failed.
!!! Function src_compile, Line 49, Exitcode 1
!!! (no error message)
|
|
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Sun Apr 27, 2003 2:44 pm Post subject: Re: problème emerge screem |
|
|
fb99 wrote: | quand j'essaye de compiler screem il me dit qu'il me manque libglade mais le problème c'est que je l'ai. |
Juste par acquis de conscience : que donne emerge screem --pretend ? |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sun Apr 27, 2003 3:33 pm Post subject: |
|
|
voilà:
Code: | linux root # emerge screem --pretend
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] net-www/screem-0.4.1-r2
|
|
|
Back to top |
|
|
DuF Advocate
Joined: 09 Dec 2002 Posts: 2687 Location: Paris
|
Posted: Sun Apr 27, 2003 3:39 pm Post subject: |
|
|
un emerge -s libglade ça donne quoi ?
Si la version est inférieure à la version 0.12 alors c'est normal et en accord avec l'erreur. |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sun Apr 27, 2003 3:45 pm Post subject: |
|
|
voilà pour la version de libglade
Code: |
* gnome-base/libglade
Latest version available: 2.0.1
Latest version installed: 2.0.1
Size of downloaded files: 258 kB
Homepage: http://www.gnome.org/
Description: GLADE is a interface builder
|
moi je vois 2.0.1 j'ai peut-être des problèmes de vu |
|
Back to top |
|
|
ghoti Advocate
Joined: 30 Dec 2002 Posts: 3636 Location: Belgium
|
Posted: Sun Apr 27, 2003 4:41 pm Post subject: |
|
|
C'est d'autant plus étrange que la variable DEPEND de l'ebuild indique : >=gnome-base/libglade-0.17-r1 !
D'ailleurs, la 0.12 n'est même plus dans portage.
Peut-être devrais-tu essayer la dernière version screem-0.6.2 (attention, elle est marquée "~x86" !) |
|
Back to top |
|
|
fb99 l33t
Joined: 09 Apr 2003 Posts: 998 Location: Le Locle (Suisse,Neuchâtel)
|
Posted: Sun Apr 27, 2003 4:45 pm Post subject: |
|
|
sa signifie quoi ~x86 |
|
Back to top |
|
|
arlequin l33t
Joined: 16 Nov 2002 Posts: 707 Location: grep $USER /etc/passwd | cut -d':' -f6
|
Posted: Sun Apr 27, 2003 5:30 pm Post subject: |
|
|
Hum, ça signfie que le système portage se basera sur les versions les plus récentes qu'il trouve... et donc, celle qui ne sont pas stables ou encore en devel. Par défaut, il prends les versions les plus récentes ayant été validées (comme étant stable). Mais en passant en "~x86", il prendra aussi en compte les versions non stables (pas encore validés)...
Comme le système stable et unstable de debian (enfin..................) _________________ J'vous dis ciao !
Au fait, ciao ça veut dire bye en anglais. |
|
Back to top |
|
|
|