| Summary: | app-i18n/uim-1.6.0-r1 - common-quimhelpertoolbar.cpp:56: error: request for member 'arg' in '(const char*)("Cannot launch \'%1\'.")', which is of non-class type 'const char*' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Logarithmenlord |
| Component: | Current packages | Assignee: | CJK Team <cjk> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
Build log with error at the end of failed compilation
emerge --info =app-i18n/uim-1.6.0-r1 build.log backport patch |
||
|
Description
Logarithmenlord
2010-12-27 14:42:01 UTC
Created attachment 258173 [details]
Build log with error at the end of failed compilation
The actual error:
common-quimhelpertoolbar.cpp: In function »void launchHelperApplication(const QString&)«:
common-quimhelpertoolbar.cpp:56: Fehler: Abfrage des Elementes »arg« in »(const char*)("Cannot launch \'%1\'.")«, das vom Nicht-Klassentyp »const char*« ist
Please paste your `emerge --info' output in a comment. Also, try to produce and attach a build log with LANG=C - not every Gentoo developer can read German. Created attachment 258203 [details]
emerge --info =app-i18n/uim-1.6.0-r1
emerge --info =app-i18n/uim-1.6.0-r1 in English.
Created attachment 258205 [details]
build.log
English version.
Created attachment 258573 [details, diff]
backport patch
(In reply to comment #6) > Created an attachment (id=258573) [details] > backport patch The patch wasn't applicable; neither by putting it into /etc/portage/patches/app-i18n/uim-1.6.0-r1/uim-1.6.0-gettext.patch nor by manually editing the ebuild and changing src_prepare(){...} in which case, it does crash with something like /var/tmp/portage/app-i18n/uim-1.6.0-r1/temp/environment: line 3527: /usr/portage/app-i18n/uim/files/uim-1.6.0-gettext.patch: no rights / access rights? though I was emerging as root. (In reply to comment #7) > (In reply to comment #6) > > Created an attachment (id=258573) [details] [details] > > backport patch > The patch wasn't applicable; neither by putting it into > /etc/portage/patches/app-i18n/uim-1.6.0-r1/uim-1.6.0-gettext.patch > nor by manually editing the ebuild and changing src_prepare(){...} in which > case, it does crash with something like > /var/tmp/portage/app-i18n/uim-1.6.0-r1/temp/environment: line 3527: > /usr/portage/app-i18n/uim/files/uim-1.6.0-gettext.patch: no rights / access > rights? > though I was emerging as root. > Found a workaround for the problem: It looks like having -nls in the USE-flags section triggers this compile-error, however changing -nls to nls made uim-1.6.0-r1 compile. This http://forums.gentoo.org/viewtopic-t-853944-highlight-uim.html?sid=d90385c5efcecc1f859921c760e306bf thread also might be related to the problem. fixed in cvs. thanks. |