Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Wacom + Xorg
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 5:42 pm    Post subject: Reply with quote

ja wenn das device neu angelegt wird.(kann man aber ändern)

Aber zum testen sollst du mal die rechte auf 666 ändern, um festzustellen obs daranliegt.


gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 6:01 pm    Post subject: Reply with quote

neeee macht leider gar nix aus :-(

hasst noch ne idee ?

Ciao .....
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 6:04 pm    Post subject: Reply with quote

hat sich nix an der meldung in der xorg.log getan ??

was sagt ein
Code:
xsetpointer -l
??

desweiteren poste bitte deine xorg.conf.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 7:08 pm    Post subject: Reply with quote

Quote:

xsetpointer -1
Extended device -1 not found


xorg.conf:

Quote:

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************
Section "Files"

RgbPath "/usr/X11R6/lib/X11/rgb"

# For XFS, uncomment this and comment the others
# FontPath "unix/:-1"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/artwiz/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/sharefont/"
FontPath "/usr/share/fonts/lfp-fix/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/unifont/"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************
Section "Module"

Load "dbe"
Load "glx"

SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection

Load "type1"
Load "freetype"

EndSection


# **********************************************************************
# Server flags section. This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

Option "blank time" "10" # 10 minutes

Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Keyboard1"
Driver "keyboard"

Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"

# The mouse protocol and device. The device is normally set to /dev/mouse,
# which is usually a symbolic link to the real device.

Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"

EndSection

Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Protocol" "MouseMan"
Option "Device" "/dev/mouse2"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/event0" # USB ONLY
Option "Type" "cursor"
Option "USB" "on" # USB ONLY
Option "AlwaysCore" "on"
Option "Mode" "Relative"
Option "Treshold" "50"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/event0" # USB ONLY
Option "Type" "stylus"
Option "USB" "on" # USB ONLY
Option "AlwaysCore" "on"
Option "Mode" "Absolute"
Option "Treshold" "50"
Option "Tilt" "on"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/event0" # USB ONLY
Option "Type" "eraser"
Option "USB" "on" # USB ONLY
Option "AlwaysCore" "on"
Option "Mode" "Absolute"
Option "Treshold" "20"
Option "Tilt" "on"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

# The identifier line must be present.

Identifier "MBO e-Vision"

HorizSync 30-80 # multisync
VertRefresh 55-75 # multisync

# Mode "1280x1024"
# DotClock 45
# HTimings 1024 1048 1208 1264
# VTimings 768 776 784 817
# EndMode

EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"

# The Identifier must be present.

Identifier "Nvidia Gforce Ti4200"

Driver "nvidia"

EndSection

# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

Identifier "Screen 1"
Device "Nvidia Gforce Ti4200"
Monitor "MBO e-Vision"

# The favoured Depth and/or Bpp may be specified here

DefaultDepth 24

SubSection "Display"
Depth 32
Modes "1280x1024"
EndSubsection

EndSection


# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
Identifier "Main Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "cursor" "SendCoreEvents"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 7:13 pm    Post subject: Reply with quote

ähm nicht xsetpointer -1 sondern xsetpointer -l(ein kleines L) ;)

und was wurde aus der nachricht, die in der xorg.log vom wacom treiber aufgetreten ist wegen ioctl, nachdem ändern der rechte auf 666 von /dev/input/event0 ??

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 7:16 pm    Post subject: Reply with quote

sags doch gleich :-)

Quote:

"Keyboard1" [XKeyboard]
"Mouse1" [XPointer]
"NVIDIA Event Handler" [XExtensionDevice]
"cursor" [XExtensionDevice]
"stylus" [XExtensionDevice]
"eraser" [XExtensionDevice]



und nachricht im log blieb gleich ... keine aenderung


ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 7:25 pm    Post subject: Reply with quote

also die devices sind vorhanden und werden richtig, als XExtensionDevices, erkannt.

hast du schonmal versucht gimp neu zu übersetzten ??
wenn das nicht hilft probier mal die 2.2er(unstable,~x86) version von gimp(wenn nicht schon geschehen).

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 7:59 pm    Post subject: Reply with quote

ubersetze grad gimp 2.2.6 was im stable drin iss ...

ciao ...
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 8:10 pm    Post subject: Reply with quote

keine aenderung ... also gimp isses scheinbar nich ....

ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 8:22 pm    Post subject: Reply with quote

hmm hast du eventuell eine zusätzliche usb-mouse zur hand ?? wenn ja konfigurier sie in der xorg-conf und füge sie als weiteres Device(SendCoreEnvents) zum layout.

wenn dann gimp immer noch kein weiteres Device erkennt liegt das problem wo anders und ich weis dann nicht
mehr weiter, als zu versuchen nen downgrade auf nen 2.6.11er kernel.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 9:12 pm    Post subject: Reply with quote

also ich vermute echt das es an der gtk und der option liegt ...
in der beschreibung steht ausdruecklich -with-xinput=xfree und nicht nur -with-xinput

wie kann ich dem ebuild das am besten unterschmuggeln ?

ciao ....
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Aug 02, 2005 9:27 pm    Post subject: Reply with quote

das mit --with-xinput=xfree gilt nur für ältere gtk+ versionen(vermutung <gtk+-2.0) laut configure --help langt bei den neueren ein --with-xinput(wie auch vom ebuild gemacht wird).

desweiteren hast du eine usb-mouse(zusätzliche, wenn du schon als haupt-pointer verwendest) zu hand??

wenn ja mach das mal was ich im vorherigen post geschreiben habe.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Tue Aug 02, 2005 9:49 pm    Post subject: Reply with quote

nee hab keine usb mouse da, leider :-(

Ciao ...
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 9:27 am    Post subject: Reply with quote

Ich versuchs heut abend mal mit dem 2.6.11er kernel .....

bei emerge linuxwacom hats den ja auf die pladde gebrannt :-)

Vielleicht iss doch das kernelmodule ned korrekt ....

In der Xorg.conf muss unter der Section Module kein modul expliziet geladen werden ? sprich Xorg hat den wacom support impliziet drinne ?

ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Aug 03, 2005 9:34 am    Post subject: Reply with quote

wacom läuft als treiber und deshalb langt es wenn man es als driver in der entsprechenden section anspricht.

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 11:27 am    Post subject: Reply with quote

Quote:
wacom läuft als treiber und deshalb langt es wenn man es als driver in der entsprechenden section anspricht.


Du meinst, der Wacom Support iss in Xorg fest drinnen (wacom.c hab ich in XOrg verzeichniss irgendwo gesehen) mit dem greift er direkt auf die Eventschnittstelle zu ?
Also es liegt keine dynamische lib (*.so) irgendwo dazwischen, wie es frueher beim XFree war (linuxwacom.so)

Der kerneltreiber kanns schon sein, wenn gimp da nix abfragen kann ... dass er dann die extended devices ignoriert ....

oder greift gtk / gimp direkt aufs kernelmodul zu ... glaub ich aber weniger ....

wie macht das gimp / gtk ueberhaupt .....

normal iss doch die funktionalitaet komplett im XServer drin ... und X interpretiert die extended Devices wie es mag ...
nun kommt gtk/gimp daher ... und bekommt vom X ueber die XInput schnittstelle mitgeteilt, welche extended devices X denn so zu bieten hat.
Irgendwie muss es gtk/gimp nu schaffen, das verhalten der extended devices in X umzubauen ... sonst wuerde ja jede bewegung der stifte weiterhin als normale pointerbewegung unter x erkannt, und nur der cursor daran ausgerichtet ... .
Wenn man gimp sagt, dass der stift nur fuer das bild (fenster) gilt muss er ja den XServer irgendwie uebergehen .... der ja da nen anderes verhalten definiert hat ..... denk mal, er kann die extended devices einfach im X Server deaktivieren und implementiert das verhalten selbst ....

wo bekommt gimp dann die daten her ? werden die 1:1 von XInput nur durchgereicht, oder versucht gimp selber, die eventschnittstelle auszulesen (glaub ich ned weil sonst gimp nen wacom treiber braucht um die daten selber interpretieren zu koennen)

denk mal zumindest die ioctrl fehlermeldung von X haengt mit dem kernelmodule zusammen (hab momentan das standard wacom.ko, was mit dem 2.6.12er kommt)
Wenn aber der XServer ueber XInput die daten nur an gimp in ner generischen form ueberreicht, wird es das problem mit dem no extended input devices unter gimp ned loesen ....
Hab aber auch irgendwo gelesen, dass die Extended Input devices nen bestimmten Typ haben muessen, um unter gimp erkannt zu werden, also nen joystick wuerde man unter X zum laufen bringen, er wuerde auch als extended input device von X erkannt, aber gimp wuerde den nie als input akzeptieren .... vielleicht kriegt er durch die ioctrl geschichte ned den richtigen Typ ?

Von der warte her waers wirklich mal intressant, da ne usb mouse anzuschliessen, allein um rauszubekommen, wie XInput und gimp das so unnereinander regeln ... Ich versuch mal eine aufzutreiben ....

Ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Aug 03, 2005 11:41 am    Post subject: Reply with quote

wenn du das linuxwacom und xorg-x11 paket mit dem use-falg sdk übersetzt wird der X-Treiber im pakte linuxwacom übersetzt und installiert.

nur der X-treiber heist wacom_drv.o und landet unter /usr/lib/modules/input/

gruß

firefly

PS: wäre gut wenn du ne USB-Mouse zum testen auftreiben können, um festzustellen das es nicht an gtk+/gimp liegt sondern(eventuell) irgentwo beim wacom treiber bzw. die configuration davon.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 11:58 am    Post subject: Reply with quote

Quote:
nur der X-treiber heist wacom_drv.o und landet unter /usr/lib/modules/input/

das .o steht das fuer statisches Objektfile (wie in C/C++) dann mueste das fest in die X binaries gelinkt werden ... sprich man muesste danach X noch mal neu kompilieren / linken ....
oder iss das auch nen dynamisches modul, aehnlich wie die alten kernelmodule , die auch .o hatten, dann wuerden die eben dynamisch geladen.... (X braucht nich noch mal neu uebersetzt werden) ?
in dem falle, wenn ich wacom_drv nicht mittels load in der section Module angebe, laed der alles dynamisch, aber automatisch, was unter /usr/lib/modules/input/ steht ?
sieht man dann irgendwo / kann ausgeben lassen , welche module er genau geladen hat ?

Ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Aug 03, 2005 12:18 pm    Post subject: Reply with quote

er hat doch das modul geladen sonst würde dein tablet nciht als normale mouse funktionieren oder ;)

gruß

firefly
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 12:24 pm    Post subject: Reply with quote

mittlerweile bin ich mir da nicht so sicher ....
kann doch sein dass er das ding als usb mouse erkennt :-)
Aber die log meldungen vom XServer sprechen eher fuer deine Theorie :-)

Ciao ...
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 12:33 pm    Post subject: Reply with quote

noch was gefunden unter sourceforge.net

Quote:

and the X starts nice.. and mouse works...

# xidump -l
NVIDIA Event Handler extension
mouse disabled
Keyboard1 keyboard
stylus extension
eraser extension
cursor extension
pad extension

But... gimp doesnt show any extension dev... so i cant use it...

MODEL=Wacom Intuos3 6x8 ROM=1.0-2
CLS=USB VNDR=Wacom DEV=Intuos3 SUB=PTZ-630

A6 BA 61 42 76 6E 00 00 00 00 00 00 00 00 00 00 ..aBvn..........


BUTTON=+00000 (+00000 .. +00000) RELWHEEL=+00000 (-00001 .. +00001)

LEFT= MIDDLE= RIGHT= EXTRA=
SIDE= TOUCH= STYLUS= STYLUS2=
... i cant see pressure and other stuff...
and

xidump -u raw stylus
X Error: 162 BadDevice, invalid or uninitialized input device
Unable to open input device 'stylus'
the same with eraser, cursor and pad...
it is working only like a mouse...
what happens?...
what can i do?...





By: magnus3k - magnus3k
RE: I don't know what happens...
2005-04-18 12:45
ok... i fixed it...
the answer is:
dont use the kernel generic modules...
compile from the source of linuxwacom.sf.net and replace the .ko
....
now everything works nice

bye...


Ich hab wieder Hoffnung :-)

Ciao ...
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Wed Aug 03, 2005 1:32 pm    Post subject: Reply with quote

;) entwerder du übersetzt das modul von hand in den sourcen oder du ersetzt die wacom.c im kernel durch die in den sourcen von linuxwacom.

der rest kann ja dann per emerge linuxwacom passieren (mit gesetztem useflag sdk für xorg und linuxwacom).

gruß

firefly

PS: Xorg hat schon immer das ganze modular gehalten nur seit neustem kann man xorg so übersetzen, das die module nicht mehr nur reine object dateien sind sondern "echte" libs
(xorg und auch linuxwacom muss mit gesetztem dlloader use-flag übersetzt werden, zusätzlich zu sdk, damit auch der neuste xorg-treiber von linuxwacom mit installiert wird)
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 5:53 pm    Post subject: Reply with quote

Quote:
oder du ersetzt die wacom.c im kernel durch die in den sourcen von linuxwacom.


hats leider nich gebracht, selbes ergebniss ..... bei kernel 2.6.12-r12

aehm, wie bekomm ich den alten 2.6.11er wieder drauf ?

ein emerge -p =sys-kernel/gentoo-sources-2.6.11-r11
sagt mir leider, das es kein solches paket gibt :-(
hatte das auch nie aufn rechner ...

Ciao ...
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Wed Aug 03, 2005 6:44 pm    Post subject: Reply with quote

habn 2.6.9er kernel ausgegraben ....

aber linuxwacom will kein kernelmodule (wacom.ko) fuer erstellen

Quote:

Calculating dependencies [32;01m* [0m Building against the X11 SDK. This will install updated X drivers and userland tools.
>>> Unpacking source...
>>> Unpacking linuxwacom-0.6.7.tar.bz2 to /var/tmp/portage/linuxwacom-0.6.7/work
>>> Source unpacked.
* econf: updating linuxwacom-0.6.7/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating linuxwacom-0.6.7/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu --with-gtk=2.0 --without-tcl --without-tk --with-xorg-sdk=/usr/lib/Server/ --with-xlib=/usr/lib --enable-wacomdrv --enable-wacdump --enable-xsetwacom --with-xf86=/usr/lib/Server --with-xorg-sdk=/usr/lib/Server
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for gawk... (cached) gawk
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output... ok
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking for objdir... .libs
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.lo... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for processor type... i686
checking for kernel type... Linux
checking for linux-based kernel... yes
checking for kernel sources... /usr/src/linux
checking for kernel module versioning... yes
checking for valid XFree86 build environment... ok
checking for valid Xorg SDK... ok
checking for pkg-config... yes
checking pkg-config for gtk+-2.0... yes
checking for GTK version... 2.6.8
checking for X lib directory... found
checking for tclsh... no
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
***
*** WARNING:
*** libwacomxi requires tcl environment; libwacomxi will not be built.
***
checking if gcc accepts -fno-merge-constants... yes

configure: creating ./config.status
config.status: creating Makefile
config.status: creating mkxincludes
config.status: creating src/Makefile
config.status: creating src/2.4/Makefile
config.status: creating src/2.4.22/Makefile
config.status: creating src/2.6/Makefile
config.status: creating src/2.6.2/Makefile
config.status: creating src/2.6.3/Makefile
config.status: creating src/2.6.4/Makefile
config.status: creating src/2.6.5/Makefile
config.status: creating src/2.6.6/Makefile
config.status: creating src/2.6.7/Makefile
config.status: creating src/2.6.8/Makefile
config.status: creating src/2.6.9/Makefile
config.status: creating src/2.6.10/Makefile
config.status: creating src/2.6.11/Makefile
config.status: creating src/wacomxi/Makefile
config.status: creating src/wacomxi/wacomcpl
config.status: creating config.h
config.status: executing depfiles commands

----------------------------------------
BUILD ENVIRONMENT:
architecture - i686
linux kernel - yes 2.6.9
module versioning - yes -DCONFIG_MODVERSIONS -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h
kernel source - yes /usr/src/linux
XFree86 - yes /usr/lib/Server
XSERVER64 - no
XLib - yes /usr/lib
TCL - no no
TK - no no
ncurses - yes
GTK - 2.6.8

BUILD OPTIONS:
wacom.o - no
wacdump - yes
xidump - yes
libwacomcfg - yes
libwacomxi - no
xsetwacom - yes
hid.o - no
usbmouse.o - no
evdev.o - no
mousedev.o - no
input.o - no
tabletdev.o - no
wacom_drv.o - yes
----------------------------------------
make all-recursive
make[1]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
Making all in src
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
Making all in .
make[3]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
source='wacomcfg.c' object='wacomcfg.lo' libtool=yes \
depfile='.deps/wacomcfg.Plo' tmpdepfile='.deps/wacomcfg.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c -o wacomcfg.lo `test -f 'wacomcfg.c' || echo './'`wacomcfg.c
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c wacomcfg.c -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.TPlo -fPIC -DPIC -o .libs/wacomcfg.lo
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c wacomcfg.c -MT wacomcfg.lo -MD -MP -MF .deps/wacomcfg.TPlo -o wacomcfg.o >/dev/null 2>&1
mv -f .libs/wacomcfg.lo wacomcfg.lo
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o libwacomcfg.la -rpath /usr/lib -no-undefined -version-info 0:1:0 wacomcfg.lo -L/usr/lib -lX11 -lXi -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
rm -fr .libs/libwacomcfg.la .libs/libwacomcfg.* .libs/libwacomcfg.*
i686-pc-linux-gnu-gcc -shared wacomcfg.lo -L/usr/lib -lX11 -lXi /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,-soname -Wl,libwacomcfg.so.0 -o .libs/libwacomcfg.so.0.0.1
(cd .libs && rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0)
(cd .libs && rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so)
ar cru .libs/libwacomcfg.a wacomcfg.o
i686-pc-linux-gnu-ranlib .libs/libwacomcfg.a
creating libwacomcfg.la
(cd .libs && rm -f libwacomcfg.la && ln -s ../libwacomcfg.la libwacomcfg.la)
source='wacdump.c' object='wacdump.o' libtool=no \
depfile='.deps/wacdump.Po' tmpdepfile='.deps/wacdump.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'wacdump.c' || echo './'`wacdump.c
source='wacscrn.c' object='wacscrn.o' libtool=no \
depfile='.deps/wacscrn.Po' tmpdepfile='.deps/wacscrn.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'wacscrn.c' || echo './'`wacscrn.c
source='wactablet.c' object='wactablet.o' libtool=no \
depfile='.deps/wactablet.Po' tmpdepfile='.deps/wactablet.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'wactablet.c' || echo './'`wactablet.c
source='wacserial.c' object='wacserial.o' libtool=no \
depfile='.deps/wacserial.Po' tmpdepfile='.deps/wacserial.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'wacserial.c' || echo './'`wacserial.c
source='wacusb.c' object='wacusb.o' libtool=no \
depfile='.deps/wacusb.Po' tmpdepfile='.deps/wacusb.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'wacusb.c' || echo './'`wacusb.c
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o wacdump wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o -lncurses -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o wacdump wacdump.o wacscrn.o wactablet.o wacserial.o wacusb.o -lncurses /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
source='xidump.c' object='xidump.o' libtool=no \
depfile='.deps/xidump.Po' tmpdepfile='.deps/xidump.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'xidump.c' || echo './'`xidump.c
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o xidump -L/usr/lib -lX11 -lXi -lm xidump.o wacscrn.o -lncurses -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o xidump xidump.o wacscrn.o -L/usr/lib -lX11 -lXi -lncurses /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
source='xsetwacom.c' object='xsetwacom.o' libtool=no \
depfile='.deps/xsetwacom.Po' tmpdepfile='.deps/xsetwacom.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -c `test -f 'xsetwacom.c' || echo './'`xsetwacom.c
/bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o xsetwacom xsetwacom.o libwacomcfg.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0
i686-pc-linux-gnu-gcc -Wall -pedantic -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o .libs/xsetwacom xsetwacom.o ./.libs/libwacomcfg.so -L/usr/lib -lX11 -lXi /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so /usr/lib/libpangoxft-1.0.so /usr/lib/libpangox-1.0.so /usr/lib/libpango-1.0.so -lm /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so
creating xsetwacom
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o xf86Wacom.o -c xf86Wacom.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmSerial.o -c wcmSerial.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmUSB.o -c wcmUSB.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmISDV4.o -c wcmISDV4.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmCommon.o -c wcmCommon.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmCompat.o -c wcmCompat.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmConfig.o -c wcmConfig.c
gcc -O2 -march=athlon-xp -fomit-frame-pointer -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pipe -ansi \
-pedantic -Wall -Wpointer-arith -fno-merge-constants \
-I. -I/usr/lib/Server/include \
-Dlinux -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE \
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE \
-DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP -DXCSECURITY \
-DTOGCUP -DXF86BIGFONT -DDPMSExtension -DPIXPRIV -DPANORAMIX \
-DRENDER -DGCCUSESGAS -DAVOID_GLYPHBLT -DPIXPRIV \
-DSINGLEDEPTH -DXFreeXDGA -DXvExtension -DXFree86LOADER \
-DXFree86Server -DXF86VIDMODE -DXvMCExtension \
-DSMART_SCHEDULE -DBUILDDEBUG -DXResExtension \
-DX_BYTE_ORDER=X_LITTLE_ENDIAN -DNDEBUG -DFUNCPROTO=15 \
-DNARROWPROTO -DIN_MODULE -DXFree86Module -DLINUX_INPUT -I/usr/src/linux/include \
-o wcmFilter.o -c wcmFilter.c
ld -r xf86Wacom.o wcmSerial.o wcmUSB.o wcmISDV4.o wcmCommon.o wcmCompat.o wcmConfig.o wcmFilter.o -o wacom_drv.o
make[3]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
Making all in wacomxi
make[3]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
Making all in 2.6.9
make[3]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/2.6.9'
Building linuxwacom drivers for 2.6 kernel.
***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built
make -C /usr/src/linux M=/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/2.6.9
make[4]: Entering directory `/usr/src/linux-2.6.9'
Building modules, stage 2.
MODPOST
make[4]: Leaving directory `/usr/src/linux-2.6.9'
make[3]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/2.6.9'
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
make[1]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
>>> Test phase [not enabled]: x11-misc/linuxwacom-0.6.7

>>> Install linuxwacom-0.6.7 into /var/tmp/portage/linuxwacom-0.6.7/image/ category x11-misc
Making install in src
make[1]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
Making install in .
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
make[3]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
/bin/sh ../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib
mkdir -p -- /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib
/bin/sh ../libtool --mode=install /bin/install -c libwacomcfg.la /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.la
/bin/install -c .libs/libwacomcfg.so.0.0.1 /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.so.0.0.1
(cd /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib && rm -f libwacomcfg.so.0 && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so.0)
(cd /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib && rm -f libwacomcfg.so && ln -s libwacomcfg.so.0.0.1 libwacomcfg.so)
/bin/install -c .libs/libwacomcfg.lai /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.la
/bin/install -c .libs/libwacomcfg.a /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.a
i686-pc-linux-gnu-ranlib /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.a
chmod 644 /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/libwacomcfg.a
/bin/sh ../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin
mkdir -p -- /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin
/bin/sh ../libtool --mode=install /bin/install -c wacdump /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/wacdump
/bin/install -c wacdump /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/wacdump
/bin/sh ../libtool --mode=install /bin/install -c xidump /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/xidump
/bin/install -c xidump /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/xidump
/bin/sh ../libtool --mode=install /bin/install -c xsetwacom /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/xsetwacom
/bin/install -c .libs/xsetwacom /var/tmp/portage/linuxwacom-0.6.7/image//usr/bin/xsetwacom
/bin/sh ../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image//usr/include/wacomcfg
mkdir -p -- /var/tmp/portage/linuxwacom-0.6.7/image//usr/include/wacomcfg
/bin/install -c -m 644 wacomcfg.h /var/tmp/portage/linuxwacom-0.6.7/image//usr/include/wacomcfg/wacomcfg.h
/bin/sh ../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/modules/input
mkdir -p -- /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/modules/input
/bin/install -c -m 644 wacom_drv.o /var/tmp/portage/linuxwacom-0.6.7/image//usr/lib/modules/input/wacom_drv.o
make[3]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
Making install in wacomxi
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
make[3]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image/
/bin/sh ../../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image/
/bin/sh ../../mkinstalldirs /var/tmp/portage/linuxwacom-0.6.7/image/
make[3]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/wacomxi'
Making install in 2.6.9
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/2.6.9'
make[2]: Nothing to be done for `install'.
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src/2.6.9'
make[1]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7/src'
make[1]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
make[2]: Entering directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
make[1]: Leaving directory `/var/tmp/portage/linuxwacom-0.6.7/work/linuxwacom-0.6.7'
man:
prepallstrip:
strip: i686-pc-linux-gnu-strip --strip-unneeded
strip: i686-pc-linux-gnu-strip --strip-unneeded
usr/bin/xsetwacom
usr/bin/xidump
usr/bin/wacdump
usr/lib/modules/input/wacom_drv.so
usr/lib/modules/input/wacom_drv.so will contain runtime text relocations
usr/lib/libwacomcfg.so.0.0.1
making executable: /usr/lib/libwacomcfg.so.0.0.1
>>> Completed installing linuxwacom-0.6.7 into /var/tmp/portage/linuxwacom-0.6.7/image/

...done!
>>> emerge (1 of 1) x11-misc/linuxwacom-0.6.7 to /
>>> md5 files ;-) linuxwacom-0.6.7.ebuild
>>> md5 files ;-) linuxwacom-0.6.6.ebuild
>>> md5 files ;-) linuxwacom-0.6.8.ebuild
>>> md5 files ;-) files/linuxwacom-0.6.6-nonx86.patch
>>> md5 files ;-) files/digest-linuxwacom-0.6.6
>>> md5 files ;-) files/digest-linuxwacom-0.6.7
>>> md5 files ;-) files/digest-linuxwacom-0.6.8
>>> md5 src_uri ;-) linuxwacom-0.6.7.tar.bz2
>>> Merging x11-misc/linuxwacom-0.6.7 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/xsetwacom
>>> /usr/bin/xidump
>>> /usr/bin/wacdump
--- /usr/lib/
--- /usr/lib/modules/
--- /usr/lib/modules/input/
>>> /usr/lib/modules/input/wacom_drv.so
>>> /usr/lib/libwacomcfg.so.0.0.1
>>> /usr/lib/libwacomcfg.a
>>> /usr/lib/libwacomcfg.la
>>> /usr/lib/libwacomcfg.so -> libwacomcfg.so.0.0.1
>>> /usr/lib/libwacomcfg.so.0 -> libwacomcfg.so.0.0.1
--- /usr/share/
--- /usr/share/doc/
--- /usr/share/doc/linuxwacom-0.6.7/
--- /usr/share/doc/linuxwacom-0.6.7/html/
>>> /usr/share/doc/linuxwacom-0.6.7/html/docs.html
--- /usr/share/doc/linuxwacom-0.6.7/html/docs_files/
>>> /usr/share/doc/linuxwacom-0.6.7/html/docs_files/sflogo.png
>>> /usr/share/doc/linuxwacom-0.6.7/html/docs_files/null.gif
>>> /usr/share/doc/linuxwacom-0.6.7/README.gz
>>> /usr/share/doc/linuxwacom-0.6.7/NEWS.gz
>>> /usr/share/doc/linuxwacom-0.6.7/AUTHORS.gz
>>> /usr/share/doc/linuxwacom-0.6.7/ChangeLog.gz
--- /usr/include/
--- /usr/include/wacomcfg/
>>> /usr/include/wacomcfg/wacomcfg.h
>>> Safely unmerging already-installed instance...
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/html/docs_files/sflogo.png
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/html/docs_files/null.gif
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/html/docs.html
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/README.gz
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/NEWS.gz
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/ChangeLog.gz
--- !mtime obj /usr/share/doc/linuxwacom-0.6.7/AUTHORS.gz
--- !mtime obj /usr/lib/modules/input/wacom_drv.so
--- !mtime obj /usr/lib/libwacomcfg.so.0.0.1
--- !mtime obj /usr/lib/libwacomcfg.la
--- !mtime obj /usr/lib/libwacomcfg.a
--- !mtime obj /usr/include/wacomcfg/wacomcfg.h
--- !mtime obj /usr/bin/xsetwacom
--- !mtime obj /usr/bin/xidump
--- !mtime obj /usr/bin/wacdump
--- !empty dir /usr/share/doc/linuxwacom-0.6.7/html/docs_files
--- !empty dir /usr/share/doc/linuxwacom-0.6.7/html
--- !empty dir /usr/share/doc/linuxwacom-0.6.7
--- !empty dir /usr/share/doc
--- !empty dir /usr/share
--- !empty dir /usr/lib/modules/input
--- !empty dir /usr/lib/modules
--- !empty dir /usr/lib
--- !empty dir /usr/include/wacomcfg
--- !empty dir /usr/include
--- !empty dir /usr/bin
--- !empty dir /usr
--- !targe sym /usr/lib/libwacomcfg.so.0
--- !targe sym /usr/lib/libwacomcfg.so
>>> original instance of package unmerged safely.
>>> x11-misc/linuxwacom-0.6.7 merged.

>>> clean: No packages selected for removal.

>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


* GNU info directory index is up-to-date.


Was mach ich nu schon wieder falsch ?

Manno, haare ausrauf ...

Ciao ...
Back to top
View user's profile Send private message
RHBaum
Tux's lil' helper
Tux's lil' helper


Joined: 18 Mar 2003
Posts: 82

PostPosted: Thu Aug 04, 2005 7:54 am    Post subject: Reply with quote

Ok, ich habs ....

doofe Sache, problem war wie immer der User vorm Bidlschirm ....

bei mir war die Eventschnittstelle (evdev.c) nich als Module, sondern direkt in den kernel einkompiliert. glaub irgendwer in der kette mochte das nicht.
Nu gehts zumindest erst mal mit dem 2.6.9er kernel, denk heut abend bekomm ichs auch mit dem 2.6.12er hin

Die fragen die ich jetzt noch hab sind dann doch eher sehr gimp spezifisch

@firefly danke noch fuer deine Geduld ...

Ciao ...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
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