-
-
Notifications
You must be signed in to change notification settings - Fork 904
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when building nokogiri with java 1.7.0_60 #1384
Labels
Comments
Just tried this on a centos5.11 docker container and it worked:
|
@ianderse Can you help us reproduce what you're seeing? If not, I'll close in a few days. |
@flavorjones I'm willing to bet it's some crazy configuration stuff on our servers, which sadly I do not have control of. Unless someone else sees it, I'd say go ahead and close it. |
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Opening at the request of @jvshahid as per comment in #1114 :
I get the following error when trying to build the gem:
public Thread newThread(Runnable r) {
^^^^^^^^^^^^^^^^^^^^^
The method newThread(Runnable) of type new ThreadFactory(){} must override a superclass method
ERROR in ext/java/nokogiri/HtmlSaxPushParser.java (at line 223) public HtmlSaxParserContext call() throws Exception { ^^^^^^^^^^^^^^^^^^^^^^^ The method call() of type HtmlSaxPushParser.ParserTask must override a superclass method
12 problems (2 errors, 10 warnings)rake aborted!
Command failed with status (255): [javac -extdirs "/usr/java/jdk1.7.0_60/jre/...]"
Environment:
JRuby 1.7.19
Redhat enterprise linux 5.11
java version "1.7.0_60"
Java(TM) SE Runtime Environment (build 1.7.0_60-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode)
The text was updated successfully, but these errors were encountered: