View previous topic :: View next topic |
Author |
Message |
Dark-Water n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/83233787942334a0de2f5b.gif)
Joined: 17 Jan 2005 Posts: 35
|
Posted: Sat Mar 12, 2005 7:57 pm Post subject: [Gimp] Erreur a la compilation(résolu) |
|
|
Salut à tous !!!!
Voila gimp ne veut pas s installer il y a une erreur à la compilation la voila :
gimp-composite-mmx.c: Dans la fonction « gimp_composite_burn_rgba8_rgba8_rgba8_mmx »:
gimp-composite-mmx.c:145: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
gimp-composite-mmx.c:199: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
gimp-composite-mmx.c: Dans la fonction « gimp_composite_swap_rgba8_rgba8_rgba8_mmx »:
gimp-composite-mmx.c:1251: attention : unused variable `d'
gimp-composite-mmx.c: Hors de toute fonction :
gimp-composite-mmx.c:827: attention : `mmx_op_overlay' defined but not used
make[3]: *** [gimp-composite-mmx.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
gimp-composite-sse.c: Dans la fonction « gimp_composite_burn_rgba8_rgba8_rgba8_sse »:
gimp-composite-sse.c:227: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
gimp-composite-sse.c:281: error: can't find a register in class `GENERAL_REGS' while reloading `asm'
gimp-composite-sse.c: Hors de toute fonction :
gimp-composite-sse.c:884: attention : `sse_op_overlay' defined but not used
make[3]: *** [gimp-composite-sse.o] Erreur 1
make[3]: Leaving directory `/var/tmp/portage/gimp-2.0.4/work/gimp-2.0.4/app/composite'
make[2]: *** [all-recursive] Erreur 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.0.4/work/gimp-2.0.4/app'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.0.4/work/gimp-2.0.4'
make: *** [all] Erreur 2
!!! ERROR: media-gfx/gimp-2.0.4 failed.
!!! Function src_compile, Line 108, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Si quelq'un peut m'aider ...
Merci !!!!!
Last edited by Dark-Water on Sat Mar 12, 2005 10:15 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelsensei Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/21126704545e4a5f9ae5c9.jpg)
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat Mar 12, 2005 8:01 pm Post subject: |
|
|
tu peux nous donner tes cflags stp, merci .. _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dark-Water n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/83233787942334a0de2f5b.gif)
Joined: 17 Jan 2005 Posts: 35
|
Posted: Sat Mar 12, 2005 8:13 pm Post subject: |
|
|
voila et mes option use
CFLAGS="-march=pentium3 -pipe -O3 -mfpmath=sse -msse -mmmx -fPIC
USE="-gnome kde arts aalib acpi aim alsa apache2 avi cdr cscope curl dga dvd enc
ode -esd fbcon flac gcj gd gif gphoto2 gpm gtk gtk2 gtkhtml -hardened imap image
magick imlib intel8x0 emu10k1 ipv6 java jikes jpeg lcms -lirc mad maildir matros
ka mcal mikmod memlimit mmx motif mozilla mpeg msn mysql ncurses oggvorbis oscar
oss odbc opengl plotutils png qt quicktime samba sasl sdl speex ssl snmp sse sv
ga tcltk tetex theora tiff truetype usb videos wmf wxwindows X Xaw3d xface xiner
ama xosd xv zlib x86"^M
voila si ca pe aider _________________ Luc je suis ton frère ![Wink ;-)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelsensei Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/21126704545e4a5f9ae5c9.jpg)
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat Mar 12, 2005 8:16 pm Post subject: |
|
|
deja, enleve le -fPIC , il me semble de c'est deconseille et qu'il est preferable d'utiliser le useflag pic
ensuite, essaye de compiler avec -march=pentium3 -pipe -O3
si ca ne marche toujours pas, essaye avec -pipe -O2 _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dark-Water n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/83233787942334a0de2f5b.gif)
Joined: 17 Jan 2005 Posts: 35
|
Posted: Sat Mar 12, 2005 10:14 pm Post subject: |
|
|
c bon merci ca a marché en enlevant -fpic _________________ Luc je suis ton frère ![Wink ;-)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Sat Sep 03, 2005 8:28 pm Post subject: |
|
|
Bonjour,
désolé de faire du détérage de topic mais j'ai un problème similaire.
En effet, avant (ce matin), en voulant installer Gimp j'avais une erreur trés similaire à celle-ci.
Malheureusement je ne l'ai pas relever et impossible de la faire réapparaitre, chque fois que je refais l'installation de Gimp celle-ci plante.
Voici mon make.conf :
Code: | snowbear@b2 ~ $ cat /etc/make.conf
# These settings were set by the catalyst build script
#that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-march=athlon-xp -pipe -O2"
CHOST="i386-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk -gnome qt -kde dvd dvdread alsa cdr XvMCNVIDIA mozilla java browserplugin"
ALSA_CARDS="emu10k1"
LINGUAS="fr fr_FR" |
Savez-vous pourquoi d'une je ne peux pas (plus) installer Gimp et d'autre part pourquoi celle ci plante?
Cordialement |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelsensei Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/21126704545e4a5f9ae5c9.jpg)
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Sat Sep 03, 2005 9:50 pm Post subject: |
|
|
tu es sur que l'erreur est tres semblable ? tu peux la poster stp ?
Moi ce qui me choque, c'est le CHOST en 386 et ton flag athlon-xp ...
ca devrait etre un 686, mais bon je sais pas si c'est une bonne idee de le changer maintenant, de plus, c'est surement pas l'origine du pb ... _________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Sun Sep 04, 2005 6:24 am Post subject: |
|
|
Malheureusement je n'arrive plus a avoir cette erreur,
presque à chaque fois que je lance la compilation j'ai le pc qui plante aprés 5 minutes de compilation.
Pour le CHOST, je vais le changer, on sait jamais... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Sun Sep 04, 2005 6:35 am Post subject: |
|
|
En changeant le CHOST j'ai réussi à avoir l'erreur :
Code: | collect2: ld terminated with signal 11 [Segmentation fault]
make[2]: *** [libgimpbase-2.0.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/gimp-2.2.8-r1/work/gimp-2.2.8/libgimpbase'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gimp-2.2.8-r1/work/gimp-2.2.8'
make: *** [all] Error 2
!!! ERROR: media-gfx/gimp-2.2.8-r1 failed.
!!! Function src_compile, Line 142, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message. |
Habituellement l'erreur est un peu plus longue... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SnowBear l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/675339403442462ac7a0d6.jpg)
Joined: 03 Sep 2005 Posts: 773 Location: France - Bordeaux
|
Posted: Sun Sep 04, 2005 8:23 am Post subject: |
|
|
Résolu,
le problème venait du fait apparement que mes disques était encore en :
Code: | b2 snowbear # hdparm /dev/hda
/dev/hda:
multcount = 0 (off)
IO_support = 0 (16-bit)
unmaskirq = 0 (off)
using_dma = 0 (off)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 65535/16/63, sectors = 122942324736, start = 0 |
En réactivant l'option dans le kernel c'est passé nickel ![Wink ;)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|