* CPV: app-misc/mouseremote-0.90 * REPO: gentoo * USE: elibc_glibc kernel_linux test userland_GNU x86 >>> Unpacking source... >>> Unpacking MouseRemote.tar.gz to /var/tmp/portage/app-misc/mouseremote-0.90/work >>> Source unpacked in /var/tmp/portage/app-misc/mouseremote-0.90/work >>> Compiling source in /var/tmp/portage/app-misc/mouseremote-0.90/work/MouseRemote ... * Applying mouseremote-gentoo.diff ... [ ok ] make -j14 PREFIX=/usr LOCKDIR=/var/lock JMANDIR=/usr/share/man/ja_JP.ujis cc -O2 -pipe -c -DTHROUGH_MOUSESYS -DMOUSE_FIFO=\"/dev/mumse\" -DLOCKDIR=\"/var/lock\" -DMAX_MICE=3 -o main.o main.c cc -O2 -pipe -c -DTHROUGH_MOUSESYS -DMOUSE_FIFO=\"/dev/mumse\" -DLOCKDIR=\"/var/lock\" -DMAX_MICE=3 -o mouse.o mouse.c cc -O2 -pipe -c -DTHROUGH_MOUSESYS -DMOUSE_FIFO=\"/dev/mumse\" -DLOCKDIR=\"/var/lock\" -DMAX_MICE=3 -o daemon.o daemon.c sed -e 's|%LOCKDIR%|/var/lock|' -e 's|%BINDIR%|/usr/sbin|'\ -e 's|%BINDIR%|/usr/sbin|' -e 's|%FIFO%|/dev/mumse|'\ -e 's|%MICE%|3|' -e 's|%SCRDIR%|/usr/bin|'\ multimouse.in > multimouse sed -e 's|%LOCKDIR%|/var/lock|' -e 's|%BINDIR%|/usr/sbin|'\ -e 's|%BINDIR%|/usr/sbin|' -e 's|%FIFO%|/dev/mumse|'\ -e 's|%MICE%|3|' -e 's|%SCRDIR%|/usr/bin|'\ multimoused.8.in > multimoused.8 sed -e 's|%LOCKDIR%|/var/lock|' -e 's|%BINDIR%|/usr/sbin|'\ -e 's|%BINDIR%|/usr/sbin|' -e 's|%FIFO%|/dev/mumse|'\ -e 's|%MICE%|3|' -e 's|%SCRDIR%|/usr/bin|'\ multimouse.1.in > multimouse.1 daemon.c: In function ‘QuitDaemon’: daemon.c:39:5: warning: incompatible implicit declaration of built-in function ‘exit’ daemon.c: In function ‘QuitParent’: daemon.c:53:2: warning: incompatible implicit declaration of built-in function ‘exit’ daemon.c:57:5: warning: incompatible implicit declaration of built-in function ‘exit’ mouse.c: In function ‘GetPacket’: mouse.c:208:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result mouse.c:226:12: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result mouse.c: In function ‘ConvertProtocol’: mouse.c:178:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result mouse.c:179:21: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result mouse.c:186:7: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c: In function ‘SetupMouse’: main.c:84:9: warning: incompatible implicit declaration of built-in function ‘strlen’ main.c: In function ‘main’: main.c:164:23: warning: incompatible implicit declaration of built-in function ‘exit’ main.c: In function ‘SetupMouse’: main.c:129:12: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c:134:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result main.c: In function ‘InitMouse’: main.c:44:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result cc -o multimoused main.o mouse.o daemon.o >>> Source compiled. >>> Test phase [none]: app-misc/mouseremote-0.90 >>> Install mouseremote-0.90 into /var/tmp/portage/app-misc/mouseremote-0.90/image/ category app-misc >>> Completed installing mouseremote-0.90 into /var/tmp/portage/app-misc/mouseremote-0.90/image/ strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment usr/sbin/multimoused  * QA Notice: Files built without respecting LDFLAGS have been detected * Please include the following list of files in your report: * /usr/sbin/multimoused   * QA Notice: Package has poor programming practices which may compile * fine but exhibit random runtime failures. * daemon.c:39:5: warning: incompatible implicit declaration of built-in function ‘exit’ * daemon.c:53:2: warning: incompatible implicit declaration of built-in function ‘exit’ * daemon.c:57:5: warning: incompatible implicit declaration of built-in function ‘exit’ * main.c:84:9: warning: incompatible implicit declaration of built-in function ‘strlen’ * main.c:164:23: warning: incompatible implicit declaration of built-in function ‘exit’  * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www4.pair.com/gribnif/ha/ * To use the mouse function in X, add the following to your XF86Config * Section "InputDevice" * Identifier "MouseREM" * Driver "mouse" * Option "Protocol" "MouseSystems" * Option "Device" "/dev/mumse" * EndSection * * Don't forget to add the new device to the section "ServerLayout" * like: InputDevice "MouseREM" "SendCoreEvents" * * Enable the daemon with "rc-update add mouseremote default". * * Configure the daemon is run in /etc/conf.d/mouseremote. * * See /usr/share/doc/mouseremote-0.90 on how to configure the buttons.