Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-13 Thread Pierre Labastie via blfs-dev
Le 13/02/2020 à 15:43, Pierre Labastie via blfs-dev a écrit :
> Le 09/02/2020 à 22:06, Ken Moffat via blfs-dev a écrit :
>> On Sun, Feb 09, 2020 at 06:21:37PM +0100, Pierre Labastie via blfs-dev wrote:
>>>
>>> You can get a raw patch by adding .patch at the end of the commit sha:
>>> https://github.com/openjdk/panama-foreign/commit/af5c725b.patch
>>>
>>
>> Thanks, I'll try to remember that next time I find a github commit
>> that looks useful.
>>
> 
> I confirm that the patch allows building openjdk-12.0.2 64 bit (Since it is a
> make-4.3 problem, I guess it allows also building 32 bit). Will put into the 
> book.

Done at r22666

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-13 Thread Pierre Labastie via blfs-dev
Le 09/02/2020 à 22:06, Ken Moffat via blfs-dev a écrit :
> On Sun, Feb 09, 2020 at 06:21:37PM +0100, Pierre Labastie via blfs-dev wrote:
>>
>> You can get a raw patch by adding .patch at the end of the commit sha:
>> https://github.com/openjdk/panama-foreign/commit/af5c725b.patch
>>
> 
> Thanks, I'll try to remember that next time I find a github commit
> that looks useful.
> 

I confirm that the patch allows building openjdk-12.0.2 64 bit (Since it is a
make-4.3 problem, I guess it allows also building 32 bit). Will put into the 
book.
Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Ken Moffat via blfs-dev
On Sun, Feb 09, 2020 at 06:21:37PM +0100, Pierre Labastie via blfs-dev wrote:
> 
> You can get a raw patch by adding .patch at the end of the commit sha:
> https://github.com/openjdk/panama-foreign/commit/af5c725b.patch
> 

Thanks, I'll try to remember that next time I find a github commit
that looks useful.

ĸen
-- 
We had folksingers in the lower bar for six months back home where
I worked.  In the end we had to get a man in with a ferret.
   -- Polly, in "Interesting Times"
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Bruce Dubbs via blfs-dev

On 2/9/20 1:25 PM, Douglas R. Reno via blfs-dev wrote:

On 2020-02-09 11:21, Pierre Labastie via blfs-dev wrote:

Le 09/02/2020 à 18:02, Ken Moffat via blfs-dev a écrit :
On Sun, Feb 09, 2020 at 03:37:08AM -0500, Jean-Marc Pigeon via 
blfs-dev wrote:

Hello,


I have strong indication openjdk-12.0.2+10 can NOT be build
while make-4.3 is installed (build possible downgrading to make-4.2.1)

;---
make[3]: *** No rule to make target '/home/jmp/rpmbuild/BUILD/jdk12u-
jdk-12.0.2+10/build/linux-x86_64-server-release/make-
support/vardeps/make/ReleaseFile.gmk/create-info-file.vardeps', needed
by '/home/jmp/rpmbuild/BUILD/jdk12u-jdk-12.0.2+10/build/linux-x86_64-
server-release/jdk/release'.  Stop
;---

Seems the problem is the same trying to build openjdk-13.0.2+8

Unfortunately "goggling" give no echo about this problem...

Could someone in the list be in position to do this test
and confirm/discard finding??

Many thanks.


I googled for openjdk make-4.3 and that pointed me to
https://bugs.openjdk.java.net/browse/JDK-8237879

and at the bottom of that is a link to the commit:
https://github.com/openjdk/panama-foreign/commit/af5c725b

Being github, you might have to paste from the browser (i.e. copy
make/common/MakeBase.gmk to {,.orig}, edit the .gmk to make the
changes, and then diff).



You can get a raw patch by adding .patch at the end of the commit sha:
https://github.com/openjdk/panama-foreign/commit/af5c725b.patch


I suggest trying that on 12.0, if it applies, because that is what
we are using.


Sorry for not doing more, I do not have a usable LFS machine at the 
moment


Pierre


Hi folks,

Do you want me to take care of fixing this and upgrading to JDK-13? 
Additional glibc-2.31 fixes would happen as well because my 32-bit 
system is now running it (easy to test the seccomp fixes for systemd).


Yes please.  We do not have a good way to test for the current jdk 
version so the currency scripts don't pick it up.  We need to do that 
for the 9.1 release.


  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Douglas R. Reno via blfs-dev

On 2020-02-09 11:21, Pierre Labastie via blfs-dev wrote:

Le 09/02/2020 à 18:02, Ken Moffat via blfs-dev a écrit :
On Sun, Feb 09, 2020 at 03:37:08AM -0500, Jean-Marc Pigeon via 
blfs-dev wrote:

Hello,


I have strong indication openjdk-12.0.2+10 can NOT be build
while make-4.3 is installed (build possible downgrading to 
make-4.2.1)


;---
make[3]: *** No rule to make target '/home/jmp/rpmbuild/BUILD/jdk12u-
jdk-12.0.2+10/build/linux-x86_64-server-release/make-
support/vardeps/make/ReleaseFile.gmk/create-info-file.vardeps', 
needed

by '/home/jmp/rpmbuild/BUILD/jdk12u-jdk-12.0.2+10/build/linux-x86_64-
server-release/jdk/release'.  Stop
;---

Seems the problem is the same trying to build openjdk-13.0.2+8

Unfortunately "goggling" give no echo about this problem...

Could someone in the list be in position to do this test
and confirm/discard finding??

Many thanks.


I googled for openjdk make-4.3 and that pointed me to
https://bugs.openjdk.java.net/browse/JDK-8237879

and at the bottom of that is a link to the commit:
https://github.com/openjdk/panama-foreign/commit/af5c725b

Being github, you might have to paste from the browser (i.e. copy
make/common/MakeBase.gmk to {,.orig}, edit the .gmk to make the
changes, and then diff).



You can get a raw patch by adding .patch at the end of the commit sha:
https://github.com/openjdk/panama-foreign/commit/af5c725b.patch


I suggest trying that on 12.0, if it applies, because that is what
we are using.


Sorry for not doing more, I do not have a usable LFS machine at the 
moment


Pierre


Hi folks,

Do you want me to take care of fixing this and upgrading to JDK-13? 
Additional glibc-2.31 fixes would happen as well because my 32-bit 
system is now running it (easy to test the seccomp fixes for systemd).


- Doug
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Pierre Labastie via blfs-dev
Le 09/02/2020 à 18:02, Ken Moffat via blfs-dev a écrit :
> On Sun, Feb 09, 2020 at 03:37:08AM -0500, Jean-Marc Pigeon via blfs-dev wrote:
>> Hello,
>>
>>
>> I have strong indication openjdk-12.0.2+10 can NOT be build
>> while make-4.3 is installed (build possible downgrading to make-4.2.1)
>>
>> ;---
>> make[3]: *** No rule to make target '/home/jmp/rpmbuild/BUILD/jdk12u-
>> jdk-12.0.2+10/build/linux-x86_64-server-release/make-
>> support/vardeps/make/ReleaseFile.gmk/create-info-file.vardeps', needed
>> by '/home/jmp/rpmbuild/BUILD/jdk12u-jdk-12.0.2+10/build/linux-x86_64-
>> server-release/jdk/release'.  Stop
>> ;---
>>
>> Seems the problem is the same trying to build openjdk-13.0.2+8
>>
>> Unfortunately "goggling" give no echo about this problem...
>>
>> Could someone in the list be in position to do this test
>> and confirm/discard finding??
>>
>> Many thanks.
>>  
> I googled for openjdk make-4.3 and that pointed me to
> https://bugs.openjdk.java.net/browse/JDK-8237879
> 
> and at the bottom of that is a link to the commit:
> https://github.com/openjdk/panama-foreign/commit/af5c725b
> 
> Being github, you might have to paste from the browser (i.e. copy
> make/common/MakeBase.gmk to {,.orig}, edit the .gmk to make the
> changes, and then diff).
> 

You can get a raw patch by adding .patch at the end of the commit sha:
https://github.com/openjdk/panama-foreign/commit/af5c725b.patch

> I suggest trying that on 12.0, if it applies, because that is what
> we are using.

Sorry for not doing more, I do not have a usable LFS machine at the moment

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Ken Moffat via blfs-dev
On Sun, Feb 09, 2020 at 03:37:08AM -0500, Jean-Marc Pigeon via blfs-dev wrote:
> Hello,
> 
> 
> I have strong indication openjdk-12.0.2+10 can NOT be build
> while make-4.3 is installed (build possible downgrading to make-4.2.1)
> 
> ;---
> make[3]: *** No rule to make target '/home/jmp/rpmbuild/BUILD/jdk12u-
> jdk-12.0.2+10/build/linux-x86_64-server-release/make-
> support/vardeps/make/ReleaseFile.gmk/create-info-file.vardeps', needed
> by '/home/jmp/rpmbuild/BUILD/jdk12u-jdk-12.0.2+10/build/linux-x86_64-
> server-release/jdk/release'.  Stop
> ;---
> 
> Seems the problem is the same trying to build openjdk-13.0.2+8
> 
> Unfortunately "goggling" give no echo about this problem...
> 
> Could someone in the list be in position to do this test
> and confirm/discard finding??
> 
> Many thanks.
>  
I googled for openjdk make-4.3 and that pointed me to
https://bugs.openjdk.java.net/browse/JDK-8237879

and at the bottom of that is a link to the commit:
https://github.com/openjdk/panama-foreign/commit/af5c725b

Being github, you might have to paste from the browser (i.e. copy
make/common/MakeBase.gmk to {,.orig}, edit the .gmk to make the
changes, and then diff).

I suggest trying that on 12.0, if it applies, because that is what
we are using.

ĸen
-- 
We had folksingers in the lower bar for six months back home where
I worked.  In the end we had to get a man in with a ferret.
   -- Polly, in "Interesting Times"
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] openjdk-12.0.2 + make-4.3 Version 2020-02-07

2020-02-09 Thread Jean-Marc Pigeon via blfs-dev
Hello,


I have strong indication openjdk-12.0.2+10 can NOT be build
while make-4.3 is installed (build possible downgrading to make-4.2.1)

;---
make[3]: *** No rule to make target '/home/jmp/rpmbuild/BUILD/jdk12u-
jdk-12.0.2+10/build/linux-x86_64-server-release/make-
support/vardeps/make/ReleaseFile.gmk/create-info-file.vardeps', needed
by '/home/jmp/rpmbuild/BUILD/jdk12u-jdk-12.0.2+10/build/linux-x86_64-
server-release/jdk/release'.  Stop
;---

Seems the problem is the same trying to build openjdk-13.0.2+8

Unfortunately "goggling" give no echo about this problem...

Could someone in the list be in position to do this test
and confirm/discard finding??

Many thanks.
 
-- 
You have seen "Linux from scratch" and looking for ISO files
www.osukiss.org

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page