Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 172116 Details for
Bug 247256
media-libs/allegro: breaks with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log for atanks
games-action:atanks-3.2:20081117-193822.log (text/plain), 5.73 KB, created by
Diego Elio Pettenò (RETIRED)
on 2008-11-17 19:49:11 UTC
(
hide
)
Description:
Build log for atanks
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2008-11-17 19:49:11 UTC
Size:
5.73 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking atanks-3.2.tar.gz to /var/tmp/portage/games-action/atanks-3.2/work >make -j14 clean >rm -f atanks >make -C src clean >make[1]: Entering directory `/var/tmp/portage/games-action/atanks-3.2/work/atanks/src' >rm -f *.o >make[1]: Leaving directory `/var/tmp/portage/games-action/atanks-3.2/work/atanks/src' >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/games-action/atanks-3.2/work/atanks ... >make -j14 >make -C src >make[1]: Entering directory `/var/tmp/portage/games-action/atanks-3.2/work/atanks/src' >i686-pc-linux-gnu-g++ -c globaldata.cc -o globaldata.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c environment.cc -o environment.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c player.cc -o player.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c virtobj.cc -o virtobj.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c floattext.cc -o floattext.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c teleport.cc -o teleport.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c physobj.cc -o physobj.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c decor.cc -o decor.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c explosion.cc -o explosion.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c missile.cc -o missile.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c beam.cc -o beam.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c tank.cc -o tank.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c atanks.cc -o atanks.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c fade.cc -o fade.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c perlin.cc -o perlin.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c sky.cc -o sky.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c button.cc -o button.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c files.cc -o files.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >i686-pc-linux-gnu-g++ -c team.cc -o team.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >player.cc: In member function 'int PLAYER::computerSelectItem(TANK*)': >player.cc:1413: warning: converting to 'int' from 'double' >player.cc: In member function 'int PLAYER::Reduce_Time_Clock()': >player.cc:1906: warning: converting to 'int' from 'double' >i686-pc-linux-gnu-g++ -c satellite.cc -o satellite.o -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -O2 -pipe -Wall -Wno-write-strings -Iinclude >tank.cc: In member function 'void TANK::activateCurrentSelection()': >tank.cc:799: warning: converting to 'int' from 'double' >atanks.cc: In function 'void buystuff(GLOBALDATA*, ENVIRONMENT*)': >atanks.cc:1716: warning: converting to 'int' from 'double' >atanks.cc: In function 'TANK* nextturn(GLOBALDATA*, ENVIRONMENT*)': >atanks.cc:2570: warning: converting to 'int' from 'double' >atanks.cc: In function 'void doLaunch(GLOBALDATA*, ENVIRONMENT*)': >atanks.cc:4015: warning: converting to 'int' from 'double' >player.cc: In member function 'double PLAYER::Select_Target(int*, int*)': >player.cc:1793: warning: 'current_score' may be used uninitialized in this function >i686-pc-linux-gnu-g++ globaldata.o environment.o player.o virtobj.o floattext.o teleport.o physobj.o decor.o explosion.o missile.o beam.o tank.o atanks.o fade.o perlin.o sky.o button.o files.o team.o satellite.o -o ../atanks -DLINUX -DDATA_DIR=\"/usr/share/games/atanks\" -Wl,-O1 `allegro-config --libs` >/usr/lib/liballeg.so: undefined reference to `_colorconv_rgb_scale_5x35' >/usr/lib/liballeg.so: undefined reference to `_colorconv_rgb_map' >/usr/lib/liballeg.so: undefined reference to `_colorconv_indexed_palette' >collect2: ld returned 1 exit status >make[1]: *** [../atanks] Error 1 >make[1]: Leaving directory `/var/tmp/portage/games-action/atanks-3.2/work/atanks/src' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: games-action/atanks-3.2 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2331: Called games_src_compile > [31;01m*[0m environment, line 1345: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/games-action:atanks-3.2:20081117-193822.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-action/atanks-3.2/temp/environment'. > [31;01m*[0m
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 247256
: 172116