Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 Daniel Iliev <danny@××××××××.com>