Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246558 Details for
Bug 336547
x11-plugins/wmlaptop 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
wmlaptop-1.3:20100908-220033.log (text/plain), 5.11 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-09 08:18:16 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-09 08:18:16 UTC
Size:
5.11 KB
patch
obsolete
> * CPV: x11-plugins/wmlaptop-1.3 > * REPO: gentoo > * Maintainer: desktop-dock@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking wmlaptop-1.3.tar.bz2 to /var/tmp/portage/x11-plugins/wmlaptop-1.3/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wmlaptop-1.3/work >>>> Compiling source in /var/tmp/portage/x11-plugins/wmlaptop-1.3/work/wmlaptop-1.3 ... >make -j14 'CFLAGS=-O2 -pipe -Wall' >cd src && make >make[1]: Entering directory `/var/tmp/portage/x11-plugins/wmlaptop-1.3/work/wmlaptop-1.3/src' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >gcc -c main.c -o main.o -O2 -pipe -Wall >gcc -c init.c -o init.o -O2 -pipe -Wall >init.c: In function âinit_cpuStateâ: >init.c:298:8: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >init.c:309:8: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >init.c: In function âscalingGovernorHelperâ: >init.c:208:10: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >init.c:219:10: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >gcc -c event.c -o event.o -O2 -pipe -Wall >gcc -c draw.c -o draw.o -O2 -pipe -Wall >gcc -c battery.c -o battery.o -O2 -pipe -Wall >battery.c: In function âAPM_Fillerâ: >battery.c:501:7: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >battery.c: In function âACPI_Updateâ: >battery.c:376:17: warning: ignoring return value of âfread_unlockedâ, declared with attribute warn_unused_result >battery.c: In function âACPI_Fillerâ: >battery.c:281:17: warning: ignoring return value of âfread_unlockedâ, declared with attribute warn_unused_result >battery.c: In function âACPI_maxCapacityâ: >battery.c:185:17: warning: ignoring return value of âfread_unlockedâ, declared with attribute warn_unused_result >gcc -c cpu.c -o cpu.o -O2 -pipe -Wall >cpu.c: In function âcpuReadFreqâ: >cpu.c:139:8: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >gcc -c autoscript.c -o autoscript.o -O2 -pipe -Wall >autoscript.c: In function âcheckAutoShutdownâ: >autoscript.c:35:9: warning: ignoring return value of âsystemâ, declared with attribute warn_unused_result >gcc -c pixmap.c -o pixmap.o -O2 -pipe -Wall >pixmap.c:190:13: warning: âdummyâ defined but not used >./buildCounter >gcc -o wmlaptop main.o init.o event.o draw.o battery.o cpu.o autoscript.o pixmap.o -L/usr/X11R6/lib -lXpm -lXext -lX11 >make[1]: Leaving directory `/var/tmp/portage/x11-plugins/wmlaptop-1.3/work/wmlaptop-1.3/src' >>>> Source compiled. >>>> Test phase [none]: x11-plugins/wmlaptop-1.3 > >>>> Install wmlaptop-1.3 into /var/tmp/portage/x11-plugins/wmlaptop-1.3/image/ category x11-plugins >make -j14 -j1 prefix=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/usr datadir=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/usr/share infodir=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/usr/share/info localstatedir=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/var/lib mandir=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/usr/share/man sysconfdir=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image/etc -j14 -j1 INSTALLDIR=/var/tmp/portage/x11-plugins/wmlaptop-1.3/image//usr/bin install >cd src && make install >make[1]: Entering directory `/var/tmp/portage/x11-plugins/wmlaptop-1.3/work/wmlaptop-1.3/src' >/usr/bin/install -c -o 0 -g 0 -m 755 wmlaptop /var/tmp/portage/x11-plugins/wmlaptop-1.3/image//usr/bin/wmlaptop >chmod +s /var/tmp/portage/x11-plugins/wmlaptop-1.3/image//usr/bin/wmlaptop >make[1]: Leaving directory `/var/tmp/portage/x11-plugins/wmlaptop-1.3/work/wmlaptop-1.3/src' >./.info > >WmLaptop is now installed on your system >type wmlaptop --help for a details on its functions > > >It seems you have kernel 2.6 series. To enable cpu >frequency scaling on /sys directory, don't forget >to enable the "userspace governor" before starting >the dockapp > >WARNING: you don't seem to have "userspace governor" available >on this kernel configuration. If you have built it as a module, wmlaptop >will try to load it when it starts. If you didn't build it, maybe you >need to recompile the kernel > > >To enable wmlaptop to call /bin/shutdown as normal user, you have to >tell to sudo that a normal user can run the shutdown binary. > >You can do this by adding this line to /etc/sudoers file: >myLoginName ALL=(root) NOPASSWD: /sbin/shutdown > >where myLoginName is the normal user login name. > >>>> Completed installing wmlaptop-1.3 into /var/tmp/portage/x11-plugins/wmlaptop-1.3/image/ > > * Tinderbox QA Notice! setXid files found >06755 root:root usr/bin/wmlaptop > * Tinderbox QA Notice (end)! setXid files found > * QA Notice: make jobserver unavailable: > * > * make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/wmlaptop > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/wmlaptop > > * >>> SetUID and SetGID: [chmod o-r] /usr/bin/wmlaptop ... > [ ok ]
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 336547
: 246558