Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 245676 Details for
Bug 335593
net-irc/rhapsody-0.28b-r1 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
rhapsody-0.28b:20100901-175158.log (text/plain), 8.39 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-01 21:17:44 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-01 21:17:44 UTC
Size:
8.39 KB
patch
obsolete
> * CPV: net-irc/rhapsody-0.28b > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking rhapsody_0.28b.tgz to /var/tmp/portage/net-irc/rhapsody-0.28b/work > * Applying rhapsody-0.28b-uclibc.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/net-irc/rhapsody-0.28b/work >>>> Compiling source in /var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b ... > >Rhapsody IRC configure script version 0.28b. >run "configure --help" to get a list of available configuration options. >The OS appears to be Linux (GNU/Linux) version 2.6.35.3+. > >NOT RUNNING AS ROOT. >Install path is "/usr/share/rhapsody". >Documentation path is "/usr/share/rhapsody/docs". >You can override the default install and document path by running: >configure -i <install-path> -d <document-path> > >Looking for compilers in /usr/bin... >Looking for compilers in /usr/local/bin... >Found gcc in /usr/bin/gcc, using gcc. >Looking for curses headers in /usr/include... >Found ncurses.h in /usr/include > >Finished creating makefile, run 'make clean' then 'make' to compile, then >finally 'make install' to install. The installation step is optional. You >can run rhapsody from this directory once it is compiled. >make -j14 CC=i686-pc-linux-gnu-gcc 'LOCALFLAGS=-O2 -pipe' >cd src; make >make[1]: Entering directory `/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src' >make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule. >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o screen.o screen.c >screen.c: In function âprint_help_fileâ: >screen.c:2212:8: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >screen.c: In function âprint_screen_optâ: >screen.c:170:56: warning: âprintedâ may be used uninitialized in this function >screen.c: In function âprint_inputlineâ: >screen.c:2436:9: warning: âjâ may be used uninitialized in this function >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o log.o log.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o network.o network.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o parser.o parser.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o ctcp.o ctcp.c >ctcp.c: In function âexecute_ctcpâ: >ctcp.c:214:19: warning: âhostaddr.s_addrâ may be used uninitialized in this function >ctcp.c:249:19: warning: âhostaddr.s_addrâ may be used uninitialized in this function >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o dcc.o dcc.c >dcc.c: In function âstart_outgoing_dcc_chatâ: >dcc.c:413:45: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness >/usr/include/sys/socket.h:214:12: note: expected âsocklen_t * __restrict__â but argument is of type âint *â >dcc.c: In function âstart_outgoing_dcc_fileâ: >dcc.c:1218:45: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness >/usr/include/sys/socket.h:214:12: note: expected âsocklen_t * __restrict__â but argument is of type âint *â >dcc.c: In function âstart_outgoing_dcc_chatâ: >dcc.c:377:7: warning: âberrâ may be used uninitialized in this function >dcc.c:479:56: warning: âhostâ may be used uninitialized in this function >dcc.c: In function âstart_outgoing_dcc_fileâ: >dcc.c:1182:7: warning: âberrâ may be used uninitialized in this function >dcc.c: In function âget_dcc_fileâ: >dcc.c:1506:6: warning: âlenâ may be used uninitialized in this function >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o ncolor.o ncolor.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o main.o main.c >main.c: In function âmainâ: >main.c:425:8: warning: pointer targets in passing argument 2 of âprocess_sock4_server_messageâ differ in signedness >socks4.h:1:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c:428:8: warning: pointer targets in passing argument 2 of âprocess_sock5_server_messageâ differ in signedness >socks5.h:1:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c:456:7: warning: pointer targets in passing argument 2 of âprocess_sock4_dccchat_messageâ differ in signedness >socks4.h:2:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c:460:7: warning: pointer targets in passing argument 2 of âprocess_sock5_dccchat_messageâ differ in signedness >socks5.h:2:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c:500:7: warning: pointer targets in passing argument 2 of âprocess_sock4_dccfile_messageâ differ in signedness >socks4.h:3:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c:503:7: warning: pointer targets in passing argument 2 of âprocess_sock5_dccfile_messageâ differ in signedness >socks5.h:3:5: note: expected âunsigned char *â but argument is of type âchar *â >main.c: In function âprocess_channel_eventsâ: >main.c:786:29: warning: operation on âcurrentchannel->selectingâ may be undefined >main.c: In function âprocess_common_form_eventsâ: >main.c:2193:10: warning: âcurrentserverâ may be used uninitialized in this function >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o cmenu.o cmenu.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o config.o config.c >config.c: In function âread_configâ: >config.c:117:9: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o forms.o forms.c >forms.c: In function âprocess_form_eventsâ: >forms.c:225:6: warning: âreventâ may be used uninitialized in this function >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o option.o option.c >option.c: In function âselect_fileâ: >option.c:2621:8: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >option.c:2638:10: warning: ignoring return value of âgetcwdâ, declared with attribute warn_unused_result >option.c:2648:10: warning: ignoring return value of âgetcwdâ, declared with attribute warn_unused_result >option.c:2651:9: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >option.c:2664:10: warning: ignoring return value of âgetcwdâ, declared with attribute warn_unused_result >option.c:2667:9: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o comm.o comm.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o misc.o misc.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o socks4.o socks4.c >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -I/usr/include -I/usr/include -c -o socks5.o socks5.c >socks5.c: In function âget_socks5_host_and_portâ: >socks5.c:127:3: warning: pointer targets in passing argument 2 of âstrcpyâ differ in signedness >/usr/include/bits/string3.h:105:1: note: expected âconst char * __restrict__â but argument is of type âunsigned char *â >i686-pc-linux-gnu-gcc -g -Wall -Wno-unused -O2 -pipe -o rhapsody screen.o log.o network.o parser.o ctcp.o dcc.o ncolor.o main.o cmenu.o config.o forms.o option.o comm.o misc.o socks4.o socks5.o -L/usr/lib -lncurses >make[1]: Leaving directory `/var/tmp/portage/net-irc/rhapsody-0.28b/work/rhapsody-0.28b/src' >cp src/rhapsody . >>>> Source compiled. >>>> Test phase [none]: net-irc/rhapsody-0.28b > >>>> Install rhapsody-0.28b into /var/tmp/portage/net-irc/rhapsody-0.28b/image/ category net-irc >>>> Completed installing rhapsody-0.28b into /var/tmp/portage/net-irc/rhapsody-0.28b/image/ > > * 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/rhapsody > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/rhapsody > > * Gentoo contact information ... >herds: > net-irc >maintainers: >
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 335593
: 245676 |
245717