Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242071 Details for
Bug 331861
app-misc/mouseremote does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
mouseremote-0.90:20100808-220009.log (text/plain), 4.87 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-09 16:41:12 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-09 16:41:12 UTC
Size:
4.87 KB
patch
obsolete
> * 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.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 331861
: 242071