* Package: games-action/xbomber-101-r1 * Repository: gentoo * Maintainer: games@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking xbomber-101.tgz to /var/tmp/portage/games-action/xbomber-101-r1/work >>> Source unpacked in /var/tmp/portage/games-action/xbomber-101-r1/work >>> Preparing source in /var/tmp/portage/games-action/xbomber-101-r1/work/xbomber-101 ... * Applying xbomber-101-va_list.patch ... [ ok ] * Applying xbomber-101-gcc4.patch ... [ ok ] * Applying xbomber-101-ldflags.patch ... [ ok ] * Applying xbomber-101-clang.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/games-action/xbomber-101-r1/work/xbomber-101 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/games-action/xbomber-101-r1/work/xbomber-101 ... make -j1 cc -march=native -O2 -pipe -c -o bomber.o bomber.c bomber.c:182:1: warning: return type defaults to ‘int’ [-Wimplicit-int] myrand1() ^ bomber.c:193:1: warning: return type defaults to ‘int’ [-Wimplicit-int] myrand() ^ bomber.c:200:1: warning: return type defaults to ‘int’ [-Wimplicit-int] initmyrand() ^ bomber.c:292:1: warning: return type defaults to ‘int’ [-Wimplicit-int] sendactions(int which,int frame) ^ bomber.c:305:1: warning: return type defaults to ‘int’ [-Wimplicit-int] sendmine(int frame) ^ bomber.c:318:1: warning: return type defaults to ‘int’ [-Wimplicit-int] buildinform(unsigned char type) ^ bomber.c:340:1: warning: return type defaults to ‘int’ [-Wimplicit-int] inform1(int which) ^ bomber.c:345:1: warning: return type defaults to ‘int’ [-Wimplicit-int] inform(unsigned char type) ^ bomber.c:444:1: warning: return type defaults to ‘int’ [-Wimplicit-int] getsocket() ^ bomber.c:492:1: warning: return type defaults to ‘int’ [-Wimplicit-int] freegfxset(gfxset *gs) ^ bomber.c:498:1: warning: return type defaults to ‘int’ [-Wimplicit-int] nomem(char *str) ^ bomber.c:505:1: warning: return type defaults to ‘int’ [-Wimplicit-int] getgroup(char *name,gfxset *colorgs,figure *fig,int count) ^ bomber.c:524:1: warning: return type defaults to ‘int’ [-Wimplicit-int] getsingle(char *name,figure *fig,int count) ^ bomber.c:555:1: warning: return type defaults to ‘int’ [-Wimplicit-int] loadgfx() ^ bomber.c: In function ‘loadgfx’: bomber.c:595:2: warning: implicit declaration of function ‘solidfetch’ [-Wimplicit-function-declaration] solidfetch(gs,&background); ^ bomber.c: In function ‘scrprintf’: bomber.c:654:2: warning: implicit declaration of function ‘update’ [-Wimplicit-function-declaration] update(); ^ bomber.c: In function ‘drawstring’: bomber.c:702:40: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] drawfigure(xpos,ypos,font+asciiremap[toupper(ch)]); ^ bomber.c: In function ‘dopcx’: bomber.c:722:6: warning: implicit declaration of function ‘dopcxreal’ [-Wimplicit-function-declaration] err=dopcxreal(name,gs); ^ bomber.c: In function ‘addflame’: bomber.c:839:11: warning: implicit declaration of function ‘arraytoscreenx’ [-Wimplicit-function-declaration] fl->xpos=arraytoscreenx(px); ^ bomber.c:840:11: warning: implicit declaration of function ‘arraytoscreeny’ [-Wimplicit-function-declaration] fl->ypos=arraytoscreeny(py); ^ bomber.c: In function ‘dropbomb’: bomber.c:876:2: warning: implicit declaration of function ‘playsound’ [-Wimplicit-function-declaration] playsound(3); ^ bomber.c: At top level: bomber.c:990:1: warning: return type defaults to ‘int’ [-Wimplicit-int] drawbombs() ^ bomber.c: In function ‘drawbombs’: bomber.c:1005:8: warning: implicit declaration of function ‘tovideox’ [-Wimplicit-function-declaration] xpos=tovideox(bmb->xpos); ^ bomber.c:1006:8: warning: implicit declaration of function ‘tovideoy’ [-Wimplicit-function-declaration] ypos=tovideoy(bmb->ypos)-3; ^ bomber.c: At top level: bomber.c:1012:1: warning: return type defaults to ‘int’ [-Wimplicit-int] processflames() ^ bomber.c:1036:1: warning: return type defaults to ‘int’ [-Wimplicit-int] drawflames() ^ bomber.c:1283:1: warning: return type defaults to ‘int’ [-Wimplicit-int] plotsprites() ^ bomber.c:1299:1: warning: return type defaults to ‘int’ [-Wimplicit-int] erasesprites() ^ bomber.c:1319:1: warning: return type defaults to ‘int’ [-Wimplicit-int] clearsprites() ^ bomber.c: In function ‘clearsprites’: bomber.c:1330:3: warning: implicit declaration of function ‘clearrect’ [-Wimplicit-function-declaration] clearrect(sp->xpos+fig->xdelta,sp->ypos+fig->ydelta, ^ bomber.c: At top level: bomber.c:1337:1: warning: return type defaults to ‘int’ [-Wimplicit-int] clearspritelist() ^ bomber.c:1341:1: warning: return type defaults to ‘int’ [-Wimplicit-int] update() ^ bomber.c: In function ‘trymove’: bomber.c:1414:7: warning: implicit declaration of function ‘centerychange’ [-Wimplicit-function-declaration] ty=centerychange(pl); ^ bomber.c:1420:7: warning: implicit declaration of function ‘centerxchange’ [-Wimplicit-function-declaration] tx=centerxchange(pl); ^ bomber.c: At top level: bomber.c:1497:1: warning: return type defaults to ‘int’ [-Wimplicit-int] applybonus(player *pl,bonustile *bonus) ^ bomber.c:1613:1: warning: return type defaults to ‘int’ [-Wimplicit-int] initplayer(int color,int x,int y,int controller) ^ bomber.c:1821:1: warning: return type defaults to ‘int’ [-Wimplicit-int] main(int argc,char **argv) ^ bomber.c: In function ‘main’: bomber.c:1853:2: warning: implicit declaration of function ‘soundinit’ [-Wimplicit-function-declaration] soundinit("/dev/dsp"); ^ bomber.c:1861:3: warning: implicit declaration of function ‘domode’ [-Wimplicit-function-declaration] domode(); ^ bomber.c:1863:2: warning: implicit declaration of function ‘endsound’ [-Wimplicit-function-declaration] endsound(); ^ bomber.c: At top level: bomber.c:1874:1: warning: return type defaults to ‘int’ [-Wimplicit-int] menustart() ^ bomber.c:1880:1: warning: return type defaults to ‘int’ [-Wimplicit-int] additem(char *item,...) ^ bomber.c:1896:1: warning: return type defaults to ‘int’ [-Wimplicit-int] drawmenu(int selected) ^ bomber.c: In function ‘drawmenu’: bomber.c:1911:4: warning: implicit declaration of function ‘greyrect’ [-Wimplicit-function-declaration] greyrect(0,ty-1,tx-5,bigfontysize); ^ bomber.c: At top level: bomber.c:1930:1: warning: return type defaults to ‘int’ [-Wimplicit-int] makereg() ^ bomber.c:1941:1: warning: return type defaults to ‘int’ [-Wimplicit-int] clearreg() ^ bomber.c:1945:1: warning: return type defaults to ‘int’ [-Wimplicit-int] drawjoinscreen() ^ bomber.c: In function ‘tryjoin’: bomber.c:1984:7: warning: implicit declaration of function ‘scaninvite’ [-Wimplicit-function-declaration] res=scaninvite(size); ^ bomber.c:1998:11: warning: implicit declaration of function ‘takedown’ [-Wimplicit-function-declaration] switch(takedown()) ^ bomber.c: At top level: bomber.c:2052:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domenu(int whichmenu) ^ bomber.c:2127:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domode0() ^ bomber.c:2153:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domode1() ^ bomber.c: In function ‘domode1’: bomber.c:2159:15: warning: implicit declaration of function ‘iterate’ [-Wimplicit-function-declaration] while(!(code=iterate())) ++framecount; ^ bomber.c: At top level: bomber.c:2166:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domode2() ^ bomber.c:2245:1: warning: return type defaults to ‘int’ [-Wimplicit-int] failure(char *str,...) ^ bomber.c:2250:1: warning: return type defaults to ‘int’ [-Wimplicit-int] drawmode3() ^ bomber.c:2438:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domode5() ^ bomber.c:2453:1: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] domode3, ^ bomber.c:2453:1: note: (near initialization for ‘modefunctions[3]’) bomber.c:2454:1: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] domode4, ^ bomber.c:2454:1: note: (near initialization for ‘modefunctions[4]’) bomber.c:2459:1: warning: return type defaults to ‘int’ [-Wimplicit-int] domode() ^ bomber.c:2465:1: warning: return type defaults to ‘int’ [-Wimplicit-int] getaction() ^ bomber.c:2483:1: warning: return type defaults to ‘int’ [-Wimplicit-int] processplayers() ^ bomber.c: In function ‘dopcxreal’: bomber.c:822:2: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(ihand,gs->gs_colormap,0x300); ^ cc -march=native -O2 -pipe -c -o x.o x.c x.c:49:1: warning: return type defaults to ‘int’ [-Wimplicit-int] xtest(int n) ^ x.c: In function ‘gfxfetchsingle’: x.c:219:5: warning: implicit declaration of function ‘getspace’ [-Wimplicit-function-declaration] if(getspace(fig)) ^ x.c: In function ‘openx’: x.c:554:5: warning: implicit declaration of function ‘allocgfxres’ [-Wimplicit-function-declaration] if(allocgfxres()) ^ x.c: At top level: x.c:561:1: warning: return type defaults to ‘int’ [-Wimplicit-int] allocgfxres() ^ x.c:585:1: warning: return type defaults to ‘int’ [-Wimplicit-int] getspace(figure *fig) ^ x.c:735:1: warning: return type defaults to ‘int’ [-Wimplicit-int] greyrect(int x,int y,int xsize,int ysize) ^ cc -march=native -O2 -pipe -c -o sound.o sound.c sound.c: In function ‘soundinit’: sound.c:81:2: warning: implicit declaration of function ‘doall’ [-Wimplicit-function-declaration] doall(); ^ sound.c: At top level: sound.c:119:1: warning: return type defaults to ‘int’ [-Wimplicit-int] doall() ^ sound.c: In function ‘soundinit’: sound.c:54:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] pipe(fd); ^ sound.c: In function ‘doall’: sound.c:192:3: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(dsp,(char *)soundbuffer,fragment); ^ sound.c: In function ‘playsound’: sound.c:200:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(soundwrite,&c,1); ^ cc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed matcher.c -o matcher matcher.c: In function ‘doreg’: matcher.c:253:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] printf("reg :%s:%d.%d.%d.%d:%d %c%x '%s'\n",timestr(), ^ matcher.c:253:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] matcher.c:253:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] matcher.c:253:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] matcher.c:253:10: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘struct gamehost *’ [-Wformat=] matcher.c: In function ‘doquery’: matcher.c:292:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] printf("query:%s:%d.%d.%d.%d:%d\n",timestr(), ^ matcher.c:292:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘long unsigned int’ [-Wformat=] matcher.c:292:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat=] matcher.c:292:10: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘long unsigned int’ [-Wformat=] cc -march=native -O2 -pipe -Wl,-O1 -Wl,--as-needed -o bomber bomber.o x.o sound.o -lX11 -L/usr/X11R6/lib/ >>> Source compiled. >>> Test phase [not enabled]: games-action/xbomber-101-r1 >>> Install xbomber-101-r1 into /var/tmp/portage/games-action/xbomber-101-r1/image/ category games-action >>> Completed installing xbomber-101-r1 into /var/tmp/portage/games-action/xbomber-101-r1/image/ * Final size of build directory: 1320 KiB * Final size of installed tree: 1120 KiB * QA Notice: Package triggers severe warnings which indicate that it * may exhibit random runtime failures. * bomber.c:595:2: warning: implicit declaration of function ‘solidfetch’ [-Wimplicit-function-declaration] * bomber.c:654:2: warning: implicit declaration of function ‘update’ [-Wimplicit-function-declaration] * bomber.c:702:40: warning: implicit declaration of function ‘toupper’ [-Wimplicit-function-declaration] * bomber.c:722:6: warning: implicit declaration of function ‘dopcxreal’ [-Wimplicit-function-declaration] * bomber.c:839:11: warning: implicit declaration of function ‘arraytoscreenx’ [-Wimplicit-function-declaration] * bomber.c:840:11: warning: implicit declaration of function ‘arraytoscreeny’ [-Wimplicit-function-declaration] * bomber.c:876:2: warning: implicit declaration of function ‘playsound’ [-Wimplicit-function-declaration] * bomber.c:1005:8: warning: implicit declaration of function ‘tovideox’ [-Wimplicit-function-declaration] * bomber.c:1006:8: warning: implicit declaration of function ‘tovideoy’ [-Wimplicit-function-declaration] * bomber.c:1330:3: warning: implicit declaration of function ‘clearrect’ [-Wimplicit-function-declaration] * bomber.c:1414:7: warning: implicit declaration of function ‘centerychange’ [-Wimplicit-function-declaration] * bomber.c:1420:7: warning: implicit declaration of function ‘centerxchange’ [-Wimplicit-function-declaration] * bomber.c:1853:2: warning: implicit declaration of function ‘soundinit’ [-Wimplicit-function-declaration] * bomber.c:1861:3: warning: implicit declaration of function ‘domode’ [-Wimplicit-function-declaration] * bomber.c:1863:2: warning: implicit declaration of function ‘endsound’ [-Wimplicit-function-declaration] * bomber.c:1911:4: warning: implicit declaration of function ‘greyrect’ [-Wimplicit-function-declaration] * bomber.c:1984:7: warning: implicit declaration of function ‘scaninvite’ [-Wimplicit-function-declaration] * bomber.c:1998:11: warning: implicit declaration of function ‘takedown’ [-Wimplicit-function-declaration] * bomber.c:2159:15: warning: implicit declaration of function ‘iterate’ [-Wimplicit-function-declaration] * x.c:219:5: warning: implicit declaration of function ‘getspace’ [-Wimplicit-function-declaration] * x.c:554:5: warning: implicit declaration of function ‘allocgfxres’ [-Wimplicit-function-declaration] * sound.c:81:2: warning: implicit declaration of function ‘doall’ [-Wimplicit-function-declaration] * Please do not file a Gentoo bug and instead report the above QA * issues directly to the upstream developers of this software. * Homepage: http://www.xdr.com/dash/bomber.html strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/bin/matcher usr/bin/bomber ecompressdir: bzip2 -9 /usr/share/doc * checking 37 files for package collisions * This package will overwrite one or more files that may belong to other * packages (see list below). You can use a command such as `portageq * owners / ` to identify the installed package that owns a * file. If portageq reports that only one package owns a file then do * NOT file a bug report. A bug report is only useful if it identifies at * least two or more packages that are known to install the same file(s). * If a collision occurs and you can not explain where the file came from * then you should simply ignore the collision since there is not enough * information to determine if a real problem exists. Please do NOT file * a bug report at http://bugs.gentoo.org unless you report exactly which * two packages install the same file(s). See * http://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how to * solve the problem. And once again, please do NOT file a bug report * unless you have completely understood the above message. * * Detected file collision(s): * * /usr/bin/matcher * * Searching all installed packages for file collisions... * * Press Ctrl-C to Stop * * sci-biology/emboss-6.6.0:0::gentoo * /usr/bin/matcher * * Package 'games-action/xbomber-101-r1' NOT merged due to file * collisions. If necessary, refer to your elog messages for the whole * content of the above message.