Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jul 2015 21:14:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 201253] graphics/qgis: build failure on 10.1/amd64 with default options.
Message-ID:  <bug-201253-13-G90vx92Zgv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-201253-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-201253-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201253

--- Comment #2 from gwright@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201253-13-G90vx92Zgv>