From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hf0Ow-0000k7-0m for garchives@archives.gentoo.org; Fri, 20 Apr 2007 21:12:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l3KLAuK2028437; Fri, 20 Apr 2007 21:10:56 GMT Received: from mail.ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l3KL4pvs019722 for ; Fri, 20 Apr 2007 21:04:51 GMT Received: from localhost (localhost [127.0.0.1]) by mail.ilievnet.com (Postfix) with ESMTP id BF18589AC1 for ; Sat, 21 Apr 2007 00:04:50 +0300 (EEST) X-Virus-Scanned: amavisd-new 2.4.1 (20060508) at ilievnet.com Received: from mail.ilievnet.com ([127.0.0.1]) by localhost (mail.ilievnet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id phsc44eBHNH7 for ; Sat, 21 Apr 2007 00:04:40 +0300 (EEST) Received: from lievnet.com (homedesk.ilievnet.com [10.0.1.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: danny@ilievnet.com) by mail.ilievnet.com (Postfix) with ESMTP id 95ED080AD5 for ; Sat, 21 Apr 2007 00:04:40 +0300 (EEST) Date: Sat, 21 Apr 2007 00:04:39 +0300 From: Daniel Iliev To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Compile error in xf86-input-evdev-1.1.2-r2 In-Reply-To: <2fcf3fa50704201243v4ce63267pe1c7f1468452f65e@mail.gmail.com> References: <2fcf3fa50704201243v4ce63267pe1c7f1468452f65e@mail.gmail.com> X-Mailer: Claws Mail 2.6.1 (GTK+ 2.10.9; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20070420210440.95ED080AD5@mail.ilievnet.com> X-Archives-Salt: b9cd7de0-de33-415d-82c4-27d90f865ff3 X-Archives-Hash: faf8f781293ed336771ce13ba76d7ddb On Fri, 20 Apr 2007 15:43:50 -0400 "Francisco Rivas" 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