Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] build failing

Even weirder, the compiler was crashing:

[javac] 39. ERROR in /opt/public/download-staging.priv/tools/ptp/ releng/org.eclipse.photran/results/plugins/org.eclipse.photran.ui.vpg/ src/org/eclipse/photran/internal/ui/views/vpgproblems/ VGPProblemLabelProvider.java
    [javac] Internal compiler error
    [javac] sun.io.MalformedInputException
[javac] at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java: 278) [javac] at sun.nio.cs.StreamDecoder $ConverterSD.convertInto(StreamDecoder.java:314) [javac] at sun.nio.cs.StreamDecoder $ConverterSD.implRead(StreamDecoder.java:364) [javac] at sun.nio.cs.StreamDecoder.read(StreamDecoder.java: 250) [javac] at java.io.InputStreamReader.read(InputStreamReader.java:212) [javac] at org .eclipse .jdt.internal.compiler.util.Util.getInputStreamAsCharArray(Util.java: 409) [javac] at org .eclipse.jdt.internal.compiler.util.Util.getFileCharContent(Util.java: 222) [javac] at org .eclipse .jdt .internal .compiler.batch.CompilationUnit.getContents(CompilationUnit.java:71) [javac] at org .eclipse .jdt.internal.compiler.parser.Parser.getMethodBodies(Parser.java:8505) [javac] at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:729) [javac] at org .eclipse .jdt.internal.compiler.ProcessTaskManager.run(ProcessTaskManager.java: 137)
    [javac]     at java.lang.Thread.run(Thread.java:810)

However, I changed the LANG environment variable to en_US (it was en_US.UTF-8) and it now seems to be working.

No idea why this suddenly changed.

Greg

On Aug 13, 2009, at 4:08 PM, Jeffrey Overbey wrote:

Those errors don't make any sense. VPGSearchPage and ReferenceSearchResult are pretty clearly in the org.eclipse.photran.internal.ui.search package, and the non-UTF-8 thing is bizarre because that file is still at revision 1.1 -- it hasn't changed in a year and a half!

Any chance there's a problem on the build machine? I'm guessing it's impossible that two parallel builds were overwriting each other, right?

I honestly haven't tried to run the releng scripts myself yet. I should do that... I assume I can get the gist of it from http://wiki.eclipse.org/PTP/release_engineering

Jeff
_______________________________________________
photran-dev mailing list
photran-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/photran-dev



Back to the top