Gentoo Archives: gentoo-dev

From: AGottinger@t-online.de (Achim Gottinger)
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] qiv emerge failure
Date: Sun, 01 Jul 2001 19:12:01
Message-Id: 3B3FB7F2.6ED0A623@gentoo.org
In Reply to: [gentoo-dev] qiv emerge failure by Gontran
1 Gontran wrote:
2 >
3 > emerge qiv-1.6.ebuild, fails to retrieve dependencies from imlib and gtk ...
4 > did however properly retrieve the libtiff dep though. I'm concerned I don't
5 > have my USE variable set properly...
6 >
7 > Here is pertinent section from my /etc/make.conf:
8 > ---- /etc/make.conf ----
9 >
10 > USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl lm_sensors lvm pcmcia-cs
11 > alsa nls mmx mitshm esd lcms gif sdl vorbis ogg gnome gtk X motif opengl mozill
12 > a fbcon"
13 >
14 > ---- /etc/make.conf ----
15 >
16 > Here's the make failure:
17 > ---- terminal output ----
18 >
19 > gcc -c -O2 -Wall -fomit-frame-pointer -finline-functions -fcaller-saves -ffast-math -fno-strength-reduce -fthread-jumps -DEXTN_GIF -DEXTN_TIFF -DEXTN_XPM -DEXTN_XBM -DEXTN_PNG -DEXTN_PPM -DEXTN_PNM -DEXTN_PGM -DEXTN_PCX -DEXTN_BMP -DEXTN_EIM -DEXTN_JPEG -DEXTN_TGA -DHAVE_GETOPT_LONG -DSTATUSBAR_FONT='"fixed"' -DCENTER=1 -DFILTER=1 -DCURSOR=84 `imlib-config --cflags-gdk` main.c -o main.o
20 > /bin/sh: imlib-config: command not found
21 > main.c:9: gdk/gdkx.h: No such file or directory
22 > main.c:10: gtk/gtkwidget.h: No such file or directory
23 > In file included from main.c:16:
24 > qiv.h:1: gdk/gdk.h: No such file or directory
25 > qiv.h:2: gdk_imlib.h: No such file or directory
26 > make: *** [main.o] Error 1
27 >
28 > !!! ERROR: the make command did not complete successfully.
29 > !!! ("make")
30 > !!! Since this is a critical task, ebuild will be stopped.
31 >
32 > !!! emerge aborting on /usr/portage/media-gfx/qiv/qiv-1.6.ebuild .
33 >
34 > ---- terminal output ----
35 >
36 > Do I need to modify my make.conf USE variable to catch these deps?
37 >
38
39 thx gotran,
40
41 I added imlib to the dependencies
42
43 bye achim~
44
45 > TIA,
46 > Gontran
47 >
48 > _______________________________________________
49 > gentoo-dev mailing list
50 > gentoo-dev@××××××××××.org
51 > http://cvs.gentoo.org/mailman/listinfo/gentoo-dev