Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge imagemagick failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Shaoken
n00b
n00b


Joined: 05 Jun 2003
Posts: 65

PostPosted: Mon Mar 08, 2004 9:18 pm    Post subject: Emerge imagemagick failed Reply with quote

Hello

When I try to emerge imagemagick, I recieve this error message :

Code:
make[2]: *** [command.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make: *** [all-recursive] Error 1

!!! ERROR: media-gfx/imagemagick-5.5.7.15 failed.
!!! Function src_compile, Line 78, Exitcode 2
!!! compile problem


Can you help me ?
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Mar 08, 2004 9:31 pm    Post subject: Reply with quote

please include the error message (the last 20-50 lines of the output will include it, the ones you posted not yet)
Back to top
View user's profile Send private message
Shaoken
n00b
n00b


Joined: 05 Jun 2003
Posts: 65

PostPosted: Sat Mar 13, 2004 5:20 pm    Post subject: Reply with quote

Code:

if /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I../ -I. -I. -I. -I.. -I../ltdl  -I/usr/include/freetype2 -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/X11R6/include -I/usr/X11R6/include/X11 -I/usr/include/libxml2  -mcpu=k6-2 -O3 -pipe -Wall -MT drawing_wand.lo -MD -MP -MF ".deps/drawing_wand.Tpo" \
  -c -o drawing_wand.lo `test -f 'drawing_wand.c' || echo './'`drawing_wand.c; \
then mv -f ".deps/drawing_wand.Tpo" ".deps/drawing_wand.Plo"; \
else rm -f ".deps/drawing_wand.Tpo"; exit 1; \
fi
drawing_wand.c: In function `DestroyDrawingWand':
drawing_wand.c:535: warning: dereferencing type-punned pointer will break strict-aliasing rules
drawing_wand.c: In function `DrawAnnotation':
drawing_wand.c:578: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: *** [command.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
drawing_wand.c: In function `DrawComposite':
drawing_wand.c:2202: warning: dereferencing type-punned pointer will break strict-aliasing rules
drawing_wand.c:2333: warning: dereferencing type-punned pointer will break strict-aliasing rules
make[2]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make: *** [all-recursive] Error 1

!!! ERROR: media-gfx/imagemagick-5.5.7.15 failed.
!!! Function src_compile, Line 78, Exitcode 2
!!! compile problem
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Sat Mar 13, 2004 11:45 pm    Post subject: Reply with quote

Still missing...
Back to top
View user's profile Send private message
Shaoken
n00b
n00b


Joined: 05 Jun 2003
Posts: 65

PostPosted: Mon Mar 15, 2004 8:54 am    Post subject: Reply with quote

So, I tape

Code:
#emerge imagemagick >> imagemagick.log


and the result is (without the warning that appeared in the console) :

http://shaoken.servehttp.com/~shaoken/imagemagick.log

It's enough ? :-$
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Mar 15, 2004 9:49 am    Post subject: Reply with quote

The file is somehow messed up in the end. Make sure to append stderr, too, like this:
Code:

emerge imagemagick > img.log 2>&1
Back to top
View user's profile Send private message
Shaoken
n00b
n00b


Joined: 05 Jun 2003
Posts: 65

PostPosted: Mon Mar 15, 2004 5:49 pm    Post subject: Reply with quote

Ok :) Now it's allright :

http://shaoken.servehttp.com/~shaoken/img.log

:oops:
Back to top
View user's profile Send private message
kwok-gentoo
n00b
n00b


Joined: 06 May 2004
Posts: 3

PostPosted: Thu May 06, 2004 9:57 am    Post subject: Re: Emerge imagemagick failed Reply with quote

Shaoken wrote:
Hello

When I try to emerge imagemagick, I recieve this error message :

Code:
make[2]: *** [command.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/portage/imagemagick-5.5.7.15/work/ImageMagick-5.5.7/magick'
make: *** [all-recursive] Error 1

!!! ERROR: media-gfx/imagemagick-5.5.7.15 failed.
!!! Function src_compile, Line 78, Exitcode 2
!!! compile problem


Can you help me ?
Quote:


I solved the problem bu changing the /etc/make.conf:
>> CHOST="i486-pc-linux-gnu"
>> CFLAGS="-O3 -mcpu=i486 -pipe"

Hope this will help you!

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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