Gentoo Archives: gentoo-user

From: Cadaver <cadaver@×××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] failed to build libkudzu
Date: Sun, 06 Nov 2005 12:00:36
Message-Id: 200511061352.21538.cadaver@nerdshack.com
1 Subj.
2
3 cc -c -O2 -march=i686 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.62\" -fpic -o
4 kudzu.o kudzu.c
5 kudzu.c: In function `writeDevice':
6 kudzu.c:196: warning: 'class' might be used uninitialized in this function
7 cc -c -O2 -march=i686 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.62\" -fpic -o
8 modules.o modules.c
9 cc -c -O2 -march=i686 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\"1.1.62\" -fpic -o
10 pci.o pci.c
11 pci.c:682: error: parse error before "byte"
12 pci.c: In function `isDisabled':
13 pci.c:692: error: `config' undeclared (first use in this function)
14 pci.c:692: error: (Each undeclared identifier is reported only once
15 pci.c:692: error: for each function it appears in.)
16 pci.c:693: error: `p' undeclared (first use in this function)
17 pci.c: In function `pciProbe':
18 pci.c:753: error: `byte' undeclared (first use in this function)
19 pci.c:753: error: parse error before "config"
20 pci.c:755: error: `config' undeclared (first use in this function)
21 pci.c:766: error: parse error before "config"
22 make: *** [pci.o] Error 1
23
24 # cat /etc/make.conf
25
26 USE="-gnome -gtk -java -doc -opengl -python
27 livecd apache2 ssl utf8 big-tables perl readline ssl perlsuid pcre
28 unicode"
29
30 ACCEPT_KEYWORDS='~x86'
31
32 CONFIG_PROTECT="-*"
33
34 CFLAGS="-O2 -march=i686"
35 CHOST="i686-pc-linux-gnu"
36 CXXFLAGS="${CFLAGS}"
37
38 --
39 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] failed to build libkudzu "b.n." <brullonulla@×××××.com>