Summary: | app-office/abiword-plugins: fails to build with glibc-2.10 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | GNOME Office (OBSOLETE) <gnome-office+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | david.finkel |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://cvs.fedoraproject.org/viewvc/devel/abiword/abiword-plugins-2.6.8-rindex.patch?revision=1.1 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 270353 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 194421 [details]
Build log
Patch in URL, please test Patch looks not perfect to me, why the static_cast? O_o *** Bug 277257 has been marked as a duplicate of this bug. *** Fix pulled from upstream. I agree with diego, the static_cast isn't necessary. If rindex (pCom1->utf8_str (), '.') returns a real const char *, we've just to assign the returned value into a const char *, and that all. (diego correct me if wrong of course) |