Gentoo Archives: gentoo-dev

From: Gontran <gontran@×××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] qiv emerge failure
Date: Sun, 01 Jul 2001 18:35:39
Message-Id: 20010701173419.A30759@potre
1 emerge qiv-1.6.ebuild, fails to retrieve dependencies from imlib and gtk ...
2 did however properly retrieve the libtiff dep though. I'm concerned I don't
3 have my USE variable set properly...
4
5 Here is pertinent section from my /etc/make.conf:
6 ---- /etc/make.conf ----
7
8 USE="slang readline gpm berkdb gdbm tcpd pam libwww ssl lm_sensors lvm pcmcia-cs
9 alsa nls mmx mitshm esd lcms gif sdl vorbis ogg gnome gtk X motif opengl mozill
10 a fbcon"
11
12 ---- /etc/make.conf ----
13
14 Here's the make failure:
15 ---- terminal output ----
16
17 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
18 /bin/sh: imlib-config: command not found
19 main.c:9: gdk/gdkx.h: No such file or directory
20 main.c:10: gtk/gtkwidget.h: No such file or directory
21 In file included from main.c:16:
22 qiv.h:1: gdk/gdk.h: No such file or directory
23 qiv.h:2: gdk_imlib.h: No such file or directory
24 make: *** [main.o] Error 1
25
26 !!! ERROR: the make command did not complete successfully.
27 !!! ("make")
28 !!! Since this is a critical task, ebuild will be stopped.
29
30 !!! emerge aborting on /usr/portage/media-gfx/qiv/qiv-1.6.ebuild .
31
32 ---- terminal output ----
33
34 Do I need to modify my make.conf USE variable to catch these deps?
35
36 TIA,
37 Gontran

Replies

Subject Author
Re: [gentoo-dev] qiv emerge failure AGottinger@t-online.de (Achim Gottinger)