Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
kde-misc/kbeam-0.61-r1 fails to compile with gcc-4.3.1 Reproducible: Always Steps to Reproduce: 1. emerge =kde-misc/kbeam-0.61-r1 Actual Results: main.cpp: In function 'int main(int, char**)': main.cpp:47: error: 'exit' was not declared in this scope Expected Results: build successfully It looks like it is missing an stdlib.h include. Compilation with gcc-4.1.2 works fine.
Created an attachment (id=156629) [edit] kbeam-0.61-gcc-4.3.patch Patch to make kbeam-0.61 build with gcc-4.3 tested on amd64
Fixed in CVS in kbeam-0.61-r1.ebuild, thanks for providing the patch.