[Bug 201253] graphics/qgis: build failure on 10.1/amd64 with default options.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 2 21:14:29 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201253

--- Comment #2 from gwright at antiope.com ---
Hi Rainer,

Thank you for looking into this.

I just tried "make clean && make build" with the same result: the build failed
with an error making src/core/qgscontexthelp_texts.cpp.  Could this be an
internationalization problem?  Perhaps there are characters in the context help
strings that are not recognized.

In my environment I have

LANG=en_US.UTF-8

When I open the file src/core/qgscontexthelp_texts.cpp in vim, I see the
message:

Conversion error on line 11
Press any key to continue:

If I look at the file with "od -a" I see the site of the error:

gContextHelpTexts.insert( "CmakeFiles", QCoreApplication::translate(
"context_help", <97>{<0d><0d><0c>\n"
"") );

The hex values in angle brackets are the uninterpreted characters.

Hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list