Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] xf86-input-keyboard-1.1.1 failed
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

rackathon
 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
donmateo
n00b
n00b


Joined: 25 Dec 2007
Posts: 67

PostPosted: Sat Dec 29, 2007 10:27 am    Post subject: [SOLVED] xf86-input-keyboard-1.1.1 failed Reply with quote

przy emergowaniu xorg-server wyskakuje mi nastepujacy blad

Code:
i486-pc-linux-gnu-gcc... (cached) i486-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i486-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i486-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of i486-pc-linux-gnu-gcc... (cached) gcc3
checking if RANDR is defined... yes
checking if XINPUT is defined... yes
checking if XKB is defined... yes
checking for i486-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XORG... yes
checking for ANSI C header files... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.1.1/work/xf86-input-keyboard-1.1.1'
Making all in src
make[2]: Entering directory `/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.1.1/work/xf86-input-keyboard-1.1.1/src'
if /bin/sh ../libtool --tag=CC --mode=compile i486-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -O2 -mtune=i686 -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -DNDEBUG -DB_DISABLE_ASSERT -I/usr/include/xorg -I/usr/include/pixman-1    -I../src -MT kbd.lo -MD -MP -MF ".deps/kbd.Tpo" -c -o kbd.lo kbd.c; \
   then mv -f ".deps/kbd.Tpo" ".deps/kbd.Plo"; else rm -f ".deps/kbd.Tpo"; exit 1; fi
mkdir .libs
 i486-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -mtune=i686 -march=pentium4 -pipe -fomit-frame-pointer -ffast-math -DNDEBUG -DB_DISABLE_ASSERT -I/usr/include/xorg -I/usr/include/pixman-1 -I../src -MT kbd.lo -MD -MP -MF .deps/kbd.Tpo -c kbd.c  -fPIC -DPIC -o .libs/kbd.o
kbd.c:45:23: error: xf86OSKbd.h: No such file or directory
kbd.c: In function 'KbdPreInit':
kbd.c:220: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:220: error: (Each undeclared identifier is reported only once
kbd.c:220: error: for each function it appears in.)
kbd.c:220: error: expected ';' before 'pKbd'
kbd.c:237: error: 'struct _LocalDeviceRec' has no member named 'motion_history_proc'
kbd.c:256: error: 'pKbd' undeclared (first use in this function)
kbd.c:256: error: 'KbdDevRec' undeclared (first use in this function)
kbd.c: In function 'KbdBell':
kbd.c:364: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:364: error: expected ';' before 'pKbd'
kbd.c:365: error: 'pKbd' undeclared (first use in this function)
kbd.c: In function 'UpdateLeds':
kbd.c:372: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:372: error: expected ';' before 'pKbd'
kbd.c:375: error: 'pKbd' undeclared (first use in this function)
kbd.c: In function 'KbdCtrl':
kbd.c:390: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:390: error: expected ';' before 'pKbd'
kbd.c:393: error: 'pKbd' undeclared (first use in this function)
kbd.c: In function 'InitKBD':
kbd.c:419: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:419: error: expected ';' before 'pKbd'
kbd.c:457: error: 'pKbd' undeclared (first use in this function)
kbd.c: In function 'KbdProc':
kbd.c:481: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:481: error: expected ';' before 'pKbd'
kbd.c:488: error: 'pKbd' undeclared (first use in this function)
kbd.c: In function 'PostKbdEvent':
kbd.c:561: error: 'KbdDevPtr' undeclared (first use in this function)
kbd.c:561: error: expected ';' before 'pKbd'
kbd.c:581: error: 'pKbd' undeclared (first use in this function)
kbd.c:602: error: 'TransMapPtr' undeclared (first use in this function)
kbd.c:602: error: expected ';' before 'map'
kbd.c:603: error: 'map' undeclared (first use in this function)
kbd.c:618: error: expected ';' before 'map'
make[2]: *** [kbd.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.1.1/work/xf86-input-keyboard-1.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.1.1/work/xf86-input-keyboard-1.1.1'
make: *** [all] Error 2
 *
 * ERROR: x11-drivers/xf86-input-keyboard-1.1.1 failed.
 * Call stack:
 *               ebuild.sh, line   46:  Called src_compile
 *             environment, line 2861:  Called x-modular_src_compile
 *             environment, line 3588:  Called x-modular_src_make
 *             environment, line 3622:  Called die
 * The specific snippet of code:
 *       emake || diefunc "$FUNCNAME" "$LINENO" "$?" "emake failed"
 *  The die message:
 *   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-keyboard-1.1.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-drivers/xf86-input-keyboard-1.1.1/temp/environment'.
 *



czy zeby skompilowac te Xksy trzeba miec plik xorg.conf?
do make.conf dodalem INPUT_DEVICES="keyboard mouse"
jakies sugestie?


Last edited by donmateo on Sat Dec 29, 2007 5:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
donmateo
n00b
n00b


Joined: 25 Dec 2007
Posts: 67

PostPosted: Sat Dec 29, 2007 5:50 pm    Post subject: Reply with quote

chyba dlatego nie chcialo sie zainstalowac bo nie mialem pliku xorg.conf
zmienilem nazwe xorg.conf.example i poszlo ;p
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum