Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247410 Details for
Bug 337435
games-arcade/xtux 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
xtux-20030306:20100914-215944.log (text/plain), 9.85 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-15 07:03:49 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-15 07:03:49 UTC
Size:
9.85 KB
patch
obsolete
> * CPV: games-arcade/xtux-20030306 > * REPO: gentoo > * Maintainer: games@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking xtux-src-20030306.tar.gz to /var/tmp/portage/games-arcade/xtux-20030306/work > * Applying xtux-20030306-particles.patch ... > [ ok ] >>>> Source unpacked in /var/tmp/portage/games-arcade/xtux-20030306/work >>>> Compiling source in /var/tmp/portage/games-arcade/xtux-20030306/work/xtux ... >make -j14 DATADIR=/usr/share/games/xtux/data common > > ************* Building COMMON lib ************* > >make[1]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/common' >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c common.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c timing.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c net.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c entity_type.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c weapon_type.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c map.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c maths.c >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c datafile.c >map.c: In function âread_headerâ: >map.c:128:7: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >entity_type.c: In function âentity_type_initâ: >entity_type.c:38:7: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >weapon_type.c: In function âweapon_type_initâ: >weapon_type.c:44:7: warning: ignoring return value of âfgetsâ, declared with attribute warn_unused_result >net.c: In function ânet_input_flushâ: >net.c:246:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >ar r xtuxlib.a common.o timing.o net.o entity_type.o weapon_type.o map.o maths.o datafile.o >ar: creating xtuxlib.a >ranlib xtuxlib.a >make[1]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/common' >make -j14 DATADIR=/usr/share/games/xtux/data ggz > > ************* Building GGZ ************* > >make[1]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >make all-recursive >make[2]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >Making all in easysock >make[3]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/easysock' >gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c easysock.c >rm -f libeasysock.a >ar cru libeasysock.a easysock.o >ranlib libeasysock.a >make[3]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/easysock' >Making all in server >make[3]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/server' >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../easysock -g -O2 -c ggz.c >rm -f libggzd.a >ar cru libggzd.a ggz.o >ranlib libggzd.a >make[3]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/server' >Making all in client >make[3]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/client' >gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c ggz.c >rm -f libggz.a >ar cru libggz.a ggz.o >ranlib libggz.a >make[3]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz/client' >make[3]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >make[3]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >make[2]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >make[1]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/ggz' >make -j14 DATADIR=/usr/share/games/xtux/data server > > ************* Building SERVER ************* > >make[1]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/server' >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c main.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c sv_net.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c sv_netmsg_recv.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c sv_netmsg_send.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c world.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c game.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c entity.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c weapon.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c misc.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c sv_map.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c ai.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >sv_netmsg_send.c: In function âsv_netmsg_send_textmessageâ: >sv_netmsg_send.c:58:5: warning: format not a string literal and no format arguments >sv_netmsg_send.c:58:5: warning: format not a string literal and no format arguments >sv_netmsg_send.c:59:5: warning: format not a string literal and no format arguments >sv_netmsg_send.c:59:5: warning: format not a string literal and no format arguments >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c hitscan.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c item.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c event.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c xtuxggz.c -I../../src/common -I../../src/ggz/server -I../../src/ggz/easysock >gcc -o ../../tux_serv main.o sv_net.o sv_netmsg_recv.o sv_netmsg_send.o world.o game.o entity.o weapon.o misc.o sv_map.o ai.o hitscan.o item.o event.o xtuxggz.o ../../src/common/xtuxlib.a -lm ../../src/ggz/server/libggzd.a ../../src/ggz/easysock/libeasysock.a >make[1]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/server' >make -j14 DATADIR=/usr/share/games/xtux/data client > > ************* Building CLIENT ************* > >make[1]: Entering directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/client' >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c main.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c win.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c draw.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c input.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c image.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c menu.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c misc.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c cl_net.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c entity.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c intro.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c cl_netmsg_recv.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c cl_netmsg_send.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c particle.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >gcc -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" -c text_buffer.c -I../../src/common -I/usr/X11R6/include -I../../src/ggz/client >menu.c: In function âstart_serverâ: >menu.c:729:8: warning: ignoring return value of âsystemâ, declared with attribute warn_unused_result >gcc -o ../../xtux -O2 -pipe -DDATADIR=\"/usr/share/games/xtux/data\" main.o win.o draw.o input.o image.o menu.o misc.o cl_net.o entity.o intro.o cl_netmsg_recv.o cl_netmsg_send.o particle.o text_buffer.o ../../src/common/xtuxlib.a -lm -L/usr/X11R6/lib -lX11 -lXpm ../../src/ggz/client/libggz.a >make[1]: Leaving directory `/var/tmp/portage/games-arcade/xtux-20030306/work/xtux/src/client' >>>> Source compiled. >>>> Test phase [none]: games-arcade/xtux-20030306 > >>>> Install xtux-20030306 into /var/tmp/portage/games-arcade/xtux-20030306/image/ category games-arcade >>>> Completed installing xtux-20030306 into /var/tmp/portage/games-arcade/xtux-20030306/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/games/bin/xtux > usr/games/bin/tux_serv > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/games/bin/xtux > * /usr/games/bin/tux_serv > > * Remember, in order to play games, you have to > * be in the 'games' group. > > * Just run 'gpasswd -a <USER> games', then have <USER> re-login. > > * For more info about Gentoo gaming in general, see our website: > * http://games.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 337435
: 247410