Bug 207684 - Please stabilise =kde-misc/krusader-1.80.0
When trying to compile krusader-1.70.1,
using use flags: arts javascript kde xinerama
with gcc 4.2.2, it stops complaining about:
../VFS/vfs.h:137: error: invalid pure specifier (only `= 0' is allowed) before
';' token
This is normal, as of gcc 4, there _is_ a difference between '0' and '0L'.
The '0L' in vfs.h, at the end of line 137 should be replaced by '0'.
Then everything compiles fine.
Reproducible: Always
Steps to Reproduce:
Try to compile krusader-1.70.1,
using use flags: arts javascript kde xinerama
using gcc 4
Actual Results:
../VFS/vfs.h:137: error: invalid pure specifier (only `= 0' is allowed) before
';' token
Expected Results:
Compile up normally
This is normal, as of gcc 4, there _is_ a difference between '0' and '0L'.
The '0L' in vfs.h, at the end of line 137 should be replaced by '0'.
Then everything compiles fine.
Why don't we stabilize 1.80.0?
This has been in the tree for 6 months, the last bug report has been even
longer. The current stable version doesn't compile with gcc-4.2.
Thus, Arches, please stabilize =kde-misc/krusader-1.80.0.
Target keywords: amd64 ppc ppc64 sparc x86
Thank you.
I'm sorry if this report is a double..
I didn't find anything on 'krusader' in the bugzilla..
It's true that i'm using gcc 4.2.2,
but I suppose it's not compiling up with gcc 4.1.x either, or is it?
I agree 1.80.0 should be stabilized though...
Thanks!
Please don't mark the bug fixed before all arches are done. Thanks.
ppc stable. closing sicne we're last.