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

Bug 283993

Summary: tellico 1.3.5 doesn't compile with gcc 4.4.1 and glibc 2.10.1
Product: Gentoo Linux Reporter: sven.jonsson
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 281065    
Bug Blocks: 270353    

Description sven.jonsson 2009-09-07 16:18:17 UTC
When compiling I get the following error:
DB.cpp:246: error: reinterpret_cast from type 'const void*' to type 'PalmLib::pi_char_t*' casts away constness


And when I look at the code, that is exactly what happens. By the look of it, it should be cast to 'const pi_char_t*'

Reproducible: Always

Steps to Reproduce:
1.Install gcc 4.4.1
2.Install glibc 2.10.1 (I'm not sure if this is necessary)
3.Try to rebuild Tellico 1.3.5

Actual Results:  
The Tellico build fails

Expected Results:  
It should compile just fine

Use flags: cddb xinerama yaz
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-09-10 13:45:25 UTC
See bug 281065.
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2009-09-23 08:58:40 UTC
Fixed by 2.0, a KDE4 version.