Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upopenjdk-8: update to 1.8.152 #3867
Conversation
|
You shouldn't have replaced all patches directory. We and pkgsrc have a bit different openjdk layout and some patches were modified, some added. I'd just replaced the patches which were touched with last openjdk update. If everything is fine, you should see that pkgsrc update commit and our commit are mostly identical. |
|
@pyhalov does this look better? |
|
Yes, seems fine. |
|
Have you checked that
|
|
I ran into a build failure when building this package last week. I'll try and pick this up again soon; got pulled off to work on something else. |
|
@prakashsurya Do you know if this version has gcc 6 friendly patches applied? |
|
@prakashsurya @pyhalov Since this version has gcc 6 patches applied I have built it, published it to the gcc-6 repository, rebuilt dependent components like tomcat, and just built illumos-gate in the same zone. |
|
Sorry for the delays. Do I still need to do more testing, or is what @alarcher has done sufficient? |
|
Was merged as part of #3014 |
prakashsurya commentedJan 10, 2018
This is my first attempt at contributing to oi-userland, so apologies if
I'm doing anything incorrectly. Further, I haven't tested this yet, but
I wanted to open the PR in hopes of getting some feedback in case I'm
doing something wrong (which could invalidate any testing that I do).
The changes to the
Makefileare straightforward so I won't spend timeexplaining those.
The changes to the
patchesdirectory were generated by replacing theexisting
patchesdirectory, with thepatchesdirectory from Joyent'spkgsrc repository. For example:
I don't know if this was the correct thing to do, so please let me know
if I should be updating the
patchesdirectory some other way.If what I've done so far is correct, I'll look into testing this by
building and installing the new package, and then performaing a full
nightly build of illumos-gate with the new OpenJDK installed.