This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/16349] New: testsuite and locals setting


Only a very minor problem, but I was trapped again...

My locals are set to German so with

make -k check

lots of errors are reported due to compairing
the expected English compiler messages
with the produced German messages.

not hard to guess one needs

LANG="C" make -k check

But I think this should be catched in the makefile

I don't know how portable a LANG="C" in the makefile
would be, but else you should at least mention resetting
the locals in the installation guide - maybe for the
whole building-test-installation process.

(And maybe similar in the bugreporting instructions)

-- 
           Summary: testsuite and locals setting
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: alfred dot minarik dot 1 at aon dot at
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16349


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]