Gentoo Archives: gentoo-user

From: Daniel Iliev <danny@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2
Date: Fri, 20 Apr 2007 21:12:18
Message-Id: 20070420210440.95ED080AD5@mail.ilievnet.com
In Reply to: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 by Francisco Rivas
1 On Fri, 20 Apr 2007 15:43:50 -0400
2 "Francisco Rivas" <taken2k4@×××××.com> wrote:
3
4 > Hi
5 >
6 > Yesterday I was up to date my entire system, my gentoo does not have
7 > x11, after the up to date I was emerge x11 and when emerge compile the
8 > xf86-input-evdev-1.1.2-r2 send this message to the console :
9 >
10 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
11 > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
12 > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
13 > evdev_drv_la-evdev.lo -MD -MP -MF .deps/evdev_drv_la-evdev.Tpo -c
14 > evdev.c -fPIC -DPIC -o .libs/evdev_drv_la- evdev.o
15 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
16 > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
17 > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
18 > evdev_drv_la-evdev_brain.lo -MD -MP
19 > -MF .deps/evdev_drv_la-evdev_brain.Tpo -c evdev_brain.c -fPIC -DPIC
20 > -o .libs/evdev_drv_la-evdev_brain.o evdev.c: In function
21 > 'EvdevReadInput': evdev.c:93: warning: format '%ld' expects type
22 > 'long int', but argument 6 has type 'unsigned int'
23 > evdev.c: In function 'EvdevSwitchMode':
24 > evdev.c:235: error: 'SendCoreEvents' undeclared (first use in this
25 > function) evdev.c:235: error: (Each undeclared identifier is reported
26 > only once evdev.c:235: error: for each function it appears in.)
27 > evdev.c:236: error: 'DontSendCoreEvents' undeclared (first use in this
28 > function)
29 > make[2]: *** [evdev_drv_la-evdev.lo] Error 1
30 > make[2]: *** Waiting for unfinished jobs....
31 > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
32 > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
33 > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
34 > evdev_drv_la-evdev_axes.lo -MD -MP
35 > -MF .deps/evdev_drv_la-evdev_axes.Tpo -c evdev_axes.c -fPIC -DPIC
36 > -o .libs/evdev_drv_la-evdev_axes.o make[2]: Leaving directory
37 > `/var/tmp/portage/x11-drivers/xf86-
38 > input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2/src' make[1]: ***
39 > [all-recursive] Error 1 make[1]: Leaving directory
40 > `/var/tmp/portage/x11-drivers/xf86-
41 > input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2' make: *** [all]
42 > Error 2
43 >
44 > !!! ERROR: x11-drivers/xf86-input-evdev-1.1.2-r2 failed.
45 > Call stack:
46 > ebuild.sh, line 1614: Called dyn_compile
47 > ebuild.sh, line 971: Called qa_call 'src_compile'
48 > environment, line 3817: Called src_compile
49 > ebuild.sh, line 1304: Called x-modular_src_compile
50 > x-modular.eclass, line 333: Called x-modular_src_make
51 > x-modular.eclass, line 328: Called die
52 >
53 > !!! emake failed
54 > !!! If you need support, post the topmost build error, and the call
55 > stack if relevant.
56 > !!! A complete build log is located at
57 > '/var/tmp/portage/x11-drivers/xf86-
58 > input-evdev-1.1.2-r2/temp/build.log'.
59 >
60 > It is very rare for me because exist a 1.1.5 version of that package.
61 >
62 > Looking for the answer on the internet I was found :
63 >
64 > 1.- Editing the xorg.conf the problem could be resolved, but I don't
65 > have any xorg.conf because that is what I am emerging.
66 > 2.- Deleting from the code SendCoreEvents and DontSendCoreEvents
67 > functions. I was resolved the unsigned long problem but the others
68 > not.
69 >
70 > Thanks in advance for you help :D
71 >
72
73
74 I suppose you have no INPUT_DEVICES="[...]" line in your /etc/make.conf
75 before compiling X.
76 The official documentation about installing X on Gentoo could be found
77 at Internat address: http://www.gentoo.org/doc/en/xorg-config.xml
78
79 --
80 Best regards,
81 Daniel
82
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 Francisco Rivas <taken2k4@×××××.com>