[gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Thiago Lüttig
Hi, i´m trying to compile the kde-graphics-3.4.3-r3 but it can´t find the libungif package. When I emerge that, the portage says it´s deprecated, and recently, simply doesn´t find it. How to fix this ?? This is the error: grep: /usr/lib/libungif.la: No such file or directory/bin/sed: can't

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Abhay Kedia
On Monday 16 January 2006 17:57, Thiago Lüttig wrote: grep: /usr/lib/libungif.la: No such file or directory /bin/sed: can't read /usr/lib/libungif.la: No such file or directory libtool: link: `/usr/lib/libungif.la' is not a valid libtool archive Re-emerge imlib2 with gif use flag. --

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Thiago Lüttig
man, it wasn´t work how wold be the command line exactly ?? On 1/16/06, Abhay Kedia [EMAIL PROTECTED] wrote: On Monday 16 January 2006 17:57, Thiago Lüttig wrote: grep: /usr/lib/libungif.la: No such file or directory /bin/sed: can't read /usr/lib/libungif.la: No such file or directory

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Richard Fish
On 1/16/06, Thiago Lüttig [EMAIL PROTECTED] wrote: Hi, i´m trying to compile the kde-graphics-3.4.3-r3 but it can´t find the libungif package. When I emerge that, the portage says it´s deprecated, and recently, simply doesn´t find it. How to fix this ?? This is the error: grep:

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Thiago Lüttig
Well.. the above lines refers the compile proccess but, it´s here: loop-arrays -pipe -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Abhay Kedia
On Monday 16 January 2006 18:59, Thiago Lüttig wrote: man, it wasn´t work how wold be the command line exactly ?? First check whether you have gif use flag enabled for imlib2 or not by using this command # emerge -pv imlib2 These are the packages that I would merge, in order: Calculating

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Thiago Lüttig
this is my output emerge -pv imlib2 These are the packages that I would merge, in order: Calculating dependencies ...done![ebuild R ] media-libs/imlib2-1.2.0-r2 +X -doc +gif +jpeg -mmx +nls +png +tiff 0 kB Total size of downloads: 0 kBthe +gif flag appears in red color, allright with this ? On

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Neil Bothwick
On Mon, 16 Jan 2006 22:20:49 +0530, Abhay Kedia wrote: As you can see, I have gif flag enabled. Try re-emerging imlib2 by using command # emerge imlib2 emerge --oneshot imlib2 You don't want imlib2 in your world file. -- Neil Bothwick If you only have a hammer, you tend to see every

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Thiago Lüttig
folks i´ve tried all those things and the damn error still there... strange.. very strange... On 1/16/06, Neil Bothwick [EMAIL PROTECTED] wrote: On Mon, 16 Jan 2006 22:20:49 +0530, Abhay Kedia wrote: As you can see, I have gif flag enabled. Try re-emerging imlib2 by using command # emerge

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Paul Varner
On Mon, 2006-01-16 at 12:04 -0200, Thiago Lüttig wrote: !!! ERROR: kde-base/kdegraphics-3.4.3-r3 failed. !!! Function kde_src_compile, Line 175, Exitcode 2 !!! died running emake, kde_src_compile:make !!! If you need support, post the topmost build error, NOT this status message. This bug

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Holly Bostick
Thiago Lüttig schreef: Hi, i´m trying to compile the kde-graphics-3.4.3-r3 but it can´t find the libungif package. When I emerge that, the portage says it´s deprecated, and recently, simply doesn´t find it. How to fix this ?? Yes, libungif was replaced by giflib recently. Everyone who's

Re: [gentoo-user] Error compiling Kde-Graphics 3.4.3-r3

2006-01-16 Thread Uwe Thiem
On 16 January 2006 19:40, Thiago Lüttig wrote: folks i´ve tried all those things and the damn error still there... strange.. very strange... emerge --oneshot giflib emerge --oneshot imlib2 emerge --oneshot kdegraphics or emerge kdegraphics if you want it in your world file. emerge --update