[gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2

2007-04-20 Thread Francisco Rivas

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


Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2

2007-04-20 Thread Daniel Iliev
On Fri, 20 Apr 2007 15:43:50 -0400
Francisco Rivas [EMAIL PROTECTED] 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

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2

2007-04-20 Thread Francisco Rivas

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 [EMAIL PROTECTED] wrote:


On Fri, 20 Apr 2007 15:43:50 -0400
Francisco Rivas [EMAIL PROTECTED] 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

--
[EMAIL PROTECTED] mailing list





--
Francisco Rivas