Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 131611

Summary: games-board/eboard emerge problems with gcc-4.1
Product: Gentoo Linux Reporter: Tupone Alfredo <tupone>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: halcy0n
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    
Attachments: gcc-4.1 patch

Description Tupone Alfredo gentoo-dev 2006-04-28 14:11:31 UTC
emerge stop at this point:


distcc[31255] ERROR: compile /var/tmp/ccache/bugpane.tmp.alfredo2.31244.ii on 192.168.0.3 failed
bugpane.cc: In constructor 
Comment 1 Tupone Alfredo gentoo-dev 2006-04-28 14:11:31 UTC
emerge stop at this point:


distcc[31255] ERROR: compile /var/tmp/ccache/bugpane.tmp.alfredo2.31244.ii on 192.168.0.3 failed
bugpane.cc: In constructor BareBoard::BareBoard():
bugpane.cc:49: error: bareboard_expose was not declared in this scope
bugpane.cc: In constructor BugPane::BugPane():
bugpane.cc:341: error: bug_ptell was not declared in this scope
make: *** [bugpane.o] Error 1
make: *** Waiting for unfinished jobs....
distcc[31253] ERROR: compile /var/tmp/ccache/board.tmp.alfredo2.31241.ii on 192.168.0.3 failed
board.cc: In constructor Board::Board():
board.cc:114: error: board_expose_event was not declared in this scope
board.cc:116: error: board_configure_event was not declared in this scope
board.cc:118: error: board_button_press_event was not declared in this scope
board.cc:121: error: board_button_release_event was not declared in this scope
board.cc:124: error: board_motion_event was not declared in this scope
board.cc: In member function void Board::update(bool):
board.cc:704: error: board_configure_event was not declared in this scope
board.cc:707: error: board_animate was not declared in this scope
board.cc:710: error: board_animate was not declared in this scope
board.cc: In member function void Board::popupDropMenu(int, int, int, int, guint32):
board.cc:972: error: drop_callbackP was not declared in this scope
board.cc:975: error: drop_callbackR was not declared in this scope
board.cc:978: error: drop_callbackN was not declared in this scope
board.cc:981: error: drop_callbackB was not declared in this scope
board.cc:984: error: drop_callbackQ was not declared in this scope
board.cc: In member function void Board::popupProtocolMenu(int, int, guint32):
board.cc:1013: error: menu_whitep was not declared in this scope
board.cc:1030: error: menu_blackp was not declared in this scope
board.cc:1050: error: menu_gamep was not declared in this scope
board.cc: In function gboolean board_expose_event(GtkWidget*, GdkEventExpose*, void*):
board.cc:1310: error: board_motion_event was not declared in this scope
board.cc: In constructor GetFENDialog::GetFENDialog(EditBoard*):
board.cc:2333: error: getfen_ok was not declared in this scope
make: *** [board.o] Error 1
distcc[31254] ERROR: compile /var/tmp/ccache/chess.tmp.alfredo2.31245.ii on 192.168.0.2 failed
chess.cc: In constructor 'PGNEditInfoDialog::PGNEditInfoDialog(ChessGame*)':
chess.cc:1513: error: 'pgnedit_set' was not declared in this scope
chess.cc:1515: error: 'pgnedit_del' was not declared in this scope
chess.cc:1517: error: 'pgnedit_rowsel' was not declared in this scope
chess.cc:1519: error: 'pgnedit_rowunsel' was not declared in this scope
make: *** [chess.o] Error 1

!!! ERROR: games-board/eboard-0.9.5 failed.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2006-04-28 20:48:55 UTC
Created attachment 85722 [details, diff]
gcc-4.1 patch

This should fix it.  You'll need to put this patch on the mirrors since it is 20k.
Comment 3 Tupone Alfredo gentoo-dev 2006-05-30 00:16:45 UTC
Fixed in portage, thanks for patch