* [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2
@ 2007-04-20 19:43 Francisco Rivas
2007-04-20 21:04 ` Daniel Iliev
0 siblings, 1 reply; 3+ messages in thread
From: Francisco Rivas @ 2007-04-20 19:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3081 bytes --]
Hi
Yesterday I was up to date my entire system, my gentoo does not have x11,
after the up to date I was emerge x11 and when emerge compile the
xf86-input-evdev-1.1.2-r2 send this message to the console :
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
-march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER
-I/usr/include/xorg -I../src -MT evdev_drv_la-evdev.lo -MD -MP -MF
.deps/evdev_drv_la-evdev.Tpo -c evdev.c -fPIC -DPIC -o .libs/evdev_drv_la-
evdev.o
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
-march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER
-I/usr/include/xorg -I../src -MT evdev_drv_la-evdev_brain.lo -MD -MP -MF
.deps/evdev_drv_la-evdev_brain.Tpo -c evdev_brain.c -fPIC -DPIC -o
.libs/evdev_drv_la-evdev_brain.o
evdev.c: In function 'EvdevReadInput':
evdev.c:93: warning: format '%ld' expects type 'long int', but argument 6
has type 'unsigned int'
evdev.c: In function 'EvdevSwitchMode':
evdev.c:235: error: 'SendCoreEvents' undeclared (first use in this function)
evdev.c:235: error: (Each undeclared identifier is reported only once
evdev.c:235: error: for each function it appears in.)
evdev.c:236: error: 'DontSendCoreEvents' undeclared (first use in this
function)
make[2]: *** [evdev_drv_la-evdev.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
-march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module -DXFree86LOADER
-I/usr/include/xorg -I../src -MT evdev_drv_la-evdev_axes.lo -MD -MP -MF
.deps/evdev_drv_la-evdev_axes.Tpo -c evdev_axes.c -fPIC -DPIC -o
.libs/evdev_drv_la-evdev_axes.o
make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-
input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-
input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2'
make: *** [all] Error 2
!!! ERROR: x11-drivers/xf86-input-evdev-1.1.2-r2 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3817: Called src_compile
ebuild.sh, line 1304: Called x-modular_src_compile
x-modular.eclass, line 333: Called x-modular_src_make
x-modular.eclass, line 328: Called die
!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at '/var/tmp/portage/x11-drivers/xf86-
input-evdev-1.1.2-r2/temp/build.log'.
It is very rare for me because exist a 1.1.5 version of that package.
Looking for the answer on the internet I was found :
1.- Editing the xorg.conf the problem could be resolved, but I don't have
any xorg.conf because that is what I am emerging.
2.- Deleting from the code SendCoreEvents and DontSendCoreEvents functions.
I was resolved the unsigned long problem but the others not.
Thanks in advance for you help :D
--
Please don't lose you hope, please peace in the earth, please no more
toubles...Live free!!
Francisco Rivas
[-- Attachment #2: Type: text/html, Size: 3436 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2
2007-04-20 19:43 [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 Francisco Rivas
@ 2007-04-20 21:04 ` Daniel Iliev
2007-04-21 5:08 ` Francisco Rivas
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Iliev @ 2007-04-20 21:04 UTC (permalink / raw
To: gentoo-user
On Fri, 20 Apr 2007 15:43:50 -0400
"Francisco Rivas" <taken2k4@gmail.com> wrote:
> Hi
>
> Yesterday I was up to date my entire system, my gentoo does not have
> x11, after the up to date I was emerge x11 and when emerge compile the
> xf86-input-evdev-1.1.2-r2 send this message to the console :
>
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> evdev_drv_la-evdev.lo -MD -MP -MF .deps/evdev_drv_la-evdev.Tpo -c
> evdev.c -fPIC -DPIC -o .libs/evdev_drv_la- evdev.o
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> evdev_drv_la-evdev_brain.lo -MD -MP
> -MF .deps/evdev_drv_la-evdev_brain.Tpo -c evdev_brain.c -fPIC -DPIC
> -o .libs/evdev_drv_la-evdev_brain.o evdev.c: In function
> 'EvdevReadInput': evdev.c:93: warning: format '%ld' expects type
> 'long int', but argument 6 has type 'unsigned int'
> evdev.c: In function 'EvdevSwitchMode':
> evdev.c:235: error: 'SendCoreEvents' undeclared (first use in this
> function) evdev.c:235: error: (Each undeclared identifier is reported
> only once evdev.c:235: error: for each function it appears in.)
> evdev.c:236: error: 'DontSendCoreEvents' undeclared (first use in this
> function)
> make[2]: *** [evdev_drv_la-evdev.lo] Error 1
> make[2]: *** Waiting for unfinished jobs....
> i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> evdev_drv_la-evdev_axes.lo -MD -MP
> -MF .deps/evdev_drv_la-evdev_axes.Tpo -c evdev_axes.c -fPIC -DPIC
> -o .libs/evdev_drv_la-evdev_axes.o make[2]: Leaving directory
> `/var/tmp/portage/x11-drivers/xf86-
> input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2/src' make[1]: ***
> [all-recursive] Error 1 make[1]: Leaving directory
> `/var/tmp/portage/x11-drivers/xf86-
> input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2' make: *** [all]
> Error 2
>
> !!! ERROR: x11-drivers/xf86-input-evdev-1.1.2-r2 failed.
> Call stack:
> ebuild.sh, line 1614: Called dyn_compile
> ebuild.sh, line 971: Called qa_call 'src_compile'
> environment, line 3817: Called src_compile
> ebuild.sh, line 1304: Called x-modular_src_compile
> x-modular.eclass, line 333: Called x-modular_src_make
> x-modular.eclass, line 328: Called die
>
> !!! emake failed
> !!! If you need support, post the topmost build error, and the call
> stack if relevant.
> !!! A complete build log is located at
> '/var/tmp/portage/x11-drivers/xf86-
> input-evdev-1.1.2-r2/temp/build.log'.
>
> It is very rare for me because exist a 1.1.5 version of that package.
>
> Looking for the answer on the internet I was found :
>
> 1.- Editing the xorg.conf the problem could be resolved, but I don't
> have any xorg.conf because that is what I am emerging.
> 2.- Deleting from the code SendCoreEvents and DontSendCoreEvents
> functions. I was resolved the unsigned long problem but the others
> not.
>
> Thanks in advance for you help :D
>
I suppose you have no INPUT_DEVICES="[...]" line in your /etc/make.conf
before compiling X.
The official documentation about installing X on Gentoo could be found
at Internat address: http://www.gentoo.org/doc/en/xorg-config.xml
--
Best regards,
Daniel
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2
2007-04-20 21:04 ` Daniel Iliev
@ 2007-04-21 5:08 ` Francisco Rivas
0 siblings, 0 replies; 3+ messages in thread
From: Francisco Rivas @ 2007-04-21 5:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 3896 bytes --]
Hi, thanks for your response Daniel...
Yes, Actually I have a INPUT_DEVICES="keyboard mouse synaptics evdev" in my
make.conf.. Now I am testing deleting evdev of my make.conf.
On 4/20/07, Daniel Iliev <danny@ilievnet.com> wrote:
>
> On Fri, 20 Apr 2007 15:43:50 -0400
> "Francisco Rivas" <taken2k4@gmail.com> wrote:
>
> > Hi
> >
> > Yesterday I was up to date my entire system, my gentoo does not have
> > x11, after the up to date I was emerge x11 and when emerge compile the
> > xf86-input-evdev-1.1.2-r2 send this message to the console :
> >
> > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> > evdev_drv_la-evdev.lo -MD -MP -MF .deps/evdev_drv_la-evdev.Tpo -c
> > evdev.c -fPIC -DPIC -o .libs/evdev_drv_la- evdev.o
> > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> > evdev_drv_la-evdev_brain.lo -MD -MP
> > -MF .deps/evdev_drv_la-evdev_brain.Tpo -c evdev_brain.c -fPIC -DPIC
> > -o .libs/evdev_drv_la-evdev_brain.o evdev.c: In function
> > 'EvdevReadInput': evdev.c:93: warning: format '%ld' expects type
> > 'long int', but argument 6 has type 'unsigned int'
> > evdev.c: In function 'EvdevSwitchMode':
> > evdev.c:235: error: 'SendCoreEvents' undeclared (first use in this
> > function) evdev.c:235: error: (Each undeclared identifier is reported
> > only once evdev.c:235: error: for each function it appears in.)
> > evdev.c:236: error: 'DontSendCoreEvents' undeclared (first use in this
> > function)
> > make[2]: *** [evdev_drv_la-evdev.lo] Error 1
> > make[2]: *** Waiting for unfinished jobs....
> > i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -O2
> > -march=prescott -DXFree86Server -DIN_MODULE -DXFree86Module
> > -DXFree86LOADER -I/usr/include/xorg -I../src -MT
> > evdev_drv_la-evdev_axes.lo -MD -MP
> > -MF .deps/evdev_drv_la-evdev_axes.Tpo -c evdev_axes.c -fPIC -DPIC
> > -o .libs/evdev_drv_la-evdev_axes.o make[2]: Leaving directory
> > `/var/tmp/portage/x11-drivers/xf86-
> > input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2/src' make[1]: ***
> > [all-recursive] Error 1 make[1]: Leaving directory
> > `/var/tmp/portage/x11-drivers/xf86-
> > input-evdev-1.1.2-r2/work/xf86-input-evdev-1.1.2' make: *** [all]
> > Error 2
> >
> > !!! ERROR: x11-drivers/xf86-input-evdev-1.1.2-r2 failed.
> > Call stack:
> > ebuild.sh, line 1614: Called dyn_compile
> > ebuild.sh, line 971: Called qa_call 'src_compile'
> > environment, line 3817: Called src_compile
> > ebuild.sh, line 1304: Called x-modular_src_compile
> > x-modular.eclass, line 333: Called x-modular_src_make
> > x-modular.eclass, line 328: Called die
> >
> > !!! emake failed
> > !!! If you need support, post the topmost build error, and the call
> > stack if relevant.
> > !!! A complete build log is located at
> > '/var/tmp/portage/x11-drivers/xf86-
> > input-evdev-1.1.2-r2/temp/build.log'.
> >
> > It is very rare for me because exist a 1.1.5 version of that package.
> >
> > Looking for the answer on the internet I was found :
> >
> > 1.- Editing the xorg.conf the problem could be resolved, but I don't
> > have any xorg.conf because that is what I am emerging.
> > 2.- Deleting from the code SendCoreEvents and DontSendCoreEvents
> > functions. I was resolved the unsigned long problem but the others
> > not.
> >
> > Thanks in advance for you help :D
> >
>
>
> I suppose you have no INPUT_DEVICES="[...]" line in your /etc/make.conf
> before compiling X.
> The official documentation about installing X on Gentoo could be found
> at Internat address: http://www.gentoo.org/doc/en/xorg-config.xml
>
> --
> Best regards,
> Daniel
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Francisco Rivas
[-- Attachment #2: Type: text/html, Size: 4959 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-21 5:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-20 19:43 [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 Francisco Rivas
2007-04-20 21:04 ` Daniel Iliev
2007-04-21 5:08 ` Francisco Rivas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox