Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247219 Details for
Bug 337231
net-irc/emech 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
emech-3.0.2:20100914-035415.log (text/plain), 9.27 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-14 09:05:52 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-14 09:05:52 UTC
Size:
9.27 KB
patch
obsolete
> * CPV: net-irc/emech-3.0.2 > * REPO: gentoo > * Maintainer: net-irc@gentoo.org > * USE: elibc_glibc kernel_linux session test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking emech-3.0.2.tar.gz to /var/tmp/portage/net-irc/emech-3.0.2/work >>>> Source unpacked in /var/tmp/portage/net-irc/emech-3.0.2/work >>>> Compiling source in /var/tmp/portage/net-irc/emech-3.0.2/work/emech-3.0.2 ... >checking system type ... Linux-i686 >checking for C compiler ... gcc >checking whether gcc works or not ... yes >checking C compiler flags ... -g -march=i586 -fomit-frame-pointer -pipe -O2 >checking pointer size ... 4 >checking if cpu can access unaligned memory ... yes >checking for inet_addr() ... yes >checking for inet_aton() ... yes >checking for socket() ... yes >checking for crypt() ... yes >checking for friendly ld ... no >checking for objcopy ... /usr/bin/objcopy >Creating src/Makefile > >Do you want ... > >Alias support? ............................. [Y/n] yes >Amusing misc commands (toybox)? ............ [Y/n] yes >Async DNS support? ......................... [Y/n] yes >Botnet support? ............................ [Y/n] yes >CTCP? ...................................... [Y/n] yes >DCC file support? .......................... [Y/n] yes >Debug support? ............................. [y/N] no >Dynamic channel limit (+l)? ................ [Y/n] yes >Dynamic command levels support? ............ [Y/n] yes >IRC proxy support? ......................... [Y/n] yes >IRCD extensions support? ................... [Y/n] yes >Greet support? ............................. [Y/n] yes >HTTP support? .............................. [y/N] yes >MD5 password support? ...................... [Y/n] yes >Newbie support? ............................ [Y/n] yes >Note support? .............................. [Y/n] yes >Notify support? ............................ [Y/n] yes >Perl scripting support? .................... [y/N] no (unsupported) >Command output redirect? ................... [Y/n] yes >Seen support? .............................. [y/N] yes >Session support? ........................... [Y/n] yes >Statistics support? ........................ [Y/n] yes >Tcl scripting support? ..................... [y/N] no (unsupported) >Telnet support? ............................ [Y/n] yes >Trivia support? ............................ [y/N] yes >Uptime support? ............................ [Y/n] yes >WinGate support? ........................... [Y/n] yes > >Creating src/config.h >All done. You can now "make clean install" > >Send your bugreports to <proton@energymech.net> > >You have read the README file I hope? > >make -j14 -C src CC=i686-pc-linux-gnu-gcc 'OPTIMIZE=-O2 -pipe' >make: Entering directory `/var/tmp/portage/net-irc/emech-3.0.2/work/emech-3.0.2/src' >i686-pc-linux-gnu-gcc -pipe -g -o gencmd gencmd.c >gencmd.c: In function âmainâ: >gencmd.c:311:6: warning: format â%iâ expects type âintâ, but argument 2 has type âlong unsigned intâ >gencmd.c:396:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:398:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:403:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:405:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:410:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:414:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:416:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >gencmd.c:418:2: warning: format â%xâ expects type âunsigned intâ, but argument 3 has type âlong unsigned intâ >./gencmd > mcmd.h >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c alias.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c auth.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c bounce.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c channel.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c core.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c ctcp.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c debug.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c dns.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c dynamode.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c function.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c greet.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c help.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c irc.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c kicksay.c >channel.c: In function âdo_channelsâ: >channel.c:710:3: warning: format not a string literal and no format arguments >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c main.c >channel.c: In function âchannel_massmodeâ: >channel.c:439:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >channel.c:452:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >ctcp.c: In function âdcc_bannerâ: >ctcp.c:142:2: warning: format not a string literal and no format arguments >ctcp.c: In function âparse_dccâ: >ctcp.c:294:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >ctcp.c:303:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >ctcp.c: In function âdcc_pushfileâ: >ctcp.c:211:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c net.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c net_chan.c >main.c: In function âmainâ: >main.c:782:3: warning: format not a string literal and no format arguments >main.c:791:4: warning: format not a string literal and no format arguments >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c note.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c notify.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c ons.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c parse.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c perl.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c prot.c >ons.c: In function âon_msgâ: >ons.c:618:3: warning: format not a string literal and no format arguments >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c redirect.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c reset.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c seen.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c shit.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c socket.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c spy.c >redirect.c: In function âsend_redirectâ: >redirect.c:126:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c stats.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c tcl.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c telnet.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c toybox.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c trivia.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c uptime.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c user.c >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c vars.c >stats.c: In function âdo_infoâ: >stats.c:106:3: warning: format not a string literal and no format arguments >i686-pc-linux-gnu-gcc -pipe -g -O2 -pipe -c web.c >trivia.c: In function ârandom_questionâ: >trivia.c:356:6: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result >trivia.c:359:6: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result >user.c: In function âdo_loadâ: >user.c:1579:3: warning: format not a string literal and no format arguments >web.c: In function âweb_rawâ: >web.c:295:6: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result >web.c: In function âeml_fmtâ: >web.c:147:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >web.c:157:4: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >web.c:170:5: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >web.c:233:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >web.c:234:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -pipe -g -o energymech alias.o auth.o bounce.o channel.o core.o ctcp.o debug.o dns.o dynamode.o function.o greet.o help.o irc.o kicksay.o main.o net.o net_chan.o note.o notify.o ons.o parse.o perl.o prot.o redirect.o reset.o seen.o shit.o socket.o spy.o stats.o tcl.o telnet.o toybox.o trivia.o uptime.o user.o vars.o web.o -lcrypt >objcopy -R .note -R .comment energymech >make: Leaving directory `/var/tmp/portage/net-irc/emech-3.0.2/work/emech-3.0.2/src' >>>> Source compiled. >>>> Test phase [none]: net-irc/emech-3.0.2 > >>>> Install emech-3.0.2 into /var/tmp/portage/net-irc/emech-3.0.2/image/ category net-irc >>>> Completed installing emech-3.0.2 into /var/tmp/portage/net-irc/emech-3.0.2/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/energymech > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/energymech > > * > * You can find a compressed sample config file at > * /usr/share/doc/emech-3.0.2/ > *
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 337231
: 247219 |
343342