Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244735 Details for
Bug 334633
net-misc/netkit-timed 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
netkit-timed-0.17-r8:20100825-234709.log (text/plain), 5.74 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-26 14:52:48 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-26 14:52:48 UTC
Size:
5.74 KB
patch
obsolete
> * CPV: net-misc/netkit-timed-0.17-r8 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking netkit-timed-0.17.tar.gz to /var/tmp/portage/net-misc/netkit-timed-0.17-r8/work > * Applying 0.17-CFLAG-DEF-fix.patch ... > [ ok ] > * Applying 0.17-timed-opt-parsing.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/net-misc/netkit-timed-0.17-r8/work >>>> Compiling source in /var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17 ... >Directories: /usr/sbin /usr/man >Looking for a C compiler... gcc >Checking if gcc accepts gcc warnings... yes >Checking for BSD signal semantics... yes >Checking for GNU libc... yes >Checking for logwtmp... -lutil >Generating MCONFIG... >make -j14 >(cd timed && make) >make[1]: Entering directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed' >(cd lib && make) >make[2]: Entering directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/lib' >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../timed byteorder.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../timed measure.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -I../timed cksum.c -c >ar -cruv libtimed.a byteorder.o measure.o cksum.o >a - byteorder.o >a - measure.o >a - cksum.o >make[2]: Leaving directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/lib' >(cd timed && make) >make[2]: Entering directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/timed' >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline timed.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline acksend.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline candidate.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline correct.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline master.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline networkdelta.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline readmsg.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline slave.c -c >correct.c: In function âadjclockâ: >correct.c:169:10: warning: format â%dâ expects type âintâ, but argument 3 has type â__time_tâ >timed.c: In function âmainâ: >timed.c:513:9: warning: ignoring return value of âdaemonâ, declared with attribute warn_unused_result >slave.c: In function âslaveâ: >slave.c:74:17: warning: âcadr.s_addrâ may be used uninitialized in this function >gcc timed.o acksend.o candidate.o correct.o master.o networkdelta.o readmsg.o slave.o -lutil -L../lib -ltimed -o timed >make[2]: Leaving directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/timed' >(cd timedc && make) >make[2]: Entering directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/timedc' >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline timedc.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline cmds.c -c >gcc -O2 -pipe -DCLK_TCK=CLOCKS_PER_SEC -Wall -W -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline cmdtab.c -c >gcc timedc.o cmds.o cmdtab.o -lutil -L../lib -ltimed -o timedc >make[2]: Leaving directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed/timedc' >make[1]: Leaving directory `/var/tmp/portage/net-misc/netkit-timed-0.17-r8/work/netkit-timed-0.17/timed' >>>> Source compiled. >>>> Test phase [none]: net-misc/netkit-timed-0.17-r8 > >>>> Install netkit-timed-0.17-r8 into /var/tmp/portage/net-misc/netkit-timed-0.17-r8/image/ category net-misc >>>> Completed installing netkit-timed-0.17-r8 into /var/tmp/portage/net-misc/netkit-timed-0.17-r8/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/sbin/timedc > usr/sbin/timed > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/sbin/timedc > * /usr/sbin/timed > > * Gentoo contact information ... >herds: > no-herd >maintainers: > maintainer-needed@gentoo.org >
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 334633
: 244735