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

Bug 273400

Summary: games-board/eboard: fails to build with gcc-4.4
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, pacho
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 249226    
Attachments: Build log
eboard-1.1.1-gcc44.patch

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-09 18:19:58 UTC
As per summary, check attached build log.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-09 18:20:22 UTC
Created attachment 194018 [details]
Build log
Comment 2 Pacho Ramos gentoo-dev 2009-06-10 12:52:24 UTC
Created attachment 194148 [details, diff]
eboard-1.1.1-gcc44.patch

Patch from fedora, please try

Good luck!
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-06-10 12:54:48 UTC
The patch looks wrong, check it out yourself: it avoids setting p, but then does

*p = 0;

which means that it might just have an undefined pointer write.
Comment 4 Tristan Heaven (RETIRED) gentoo-dev 2009-06-18 01:48:46 UTC
Fixed, thanks,