RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
an' ; kim.barr...@oracle.com; bsr...@gmail.com Cc: build-dev@openjdk.java.net; 'nd' ; core-libs-...@openjdk.java.net Subject: Re: 8202794: Native Unix code should use readdir rather than readdir_r On Mon, 2018-08-06 at 01:32 -0700, t...@tedneward.com wrote: > I'd really like to be

Re: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread Severin Gehwolf
On Mon, 2018-08-06 at 01:32 -0700, t...@tedneward.com wrote: > I'd really like to be able to build 8 and 9; particularly 8, since > that's what my current employer is still using. :-) For JDK 8 we have to use: $ bash configure ... $ make WARNINGS_ARE_ERRORS="" \ SCTP_WERROR= \ ... JD

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
teman' ; kim.barr...@oracle.com; bsr...@gmail.com Cc: build-dev@openjdk.java.net; nd ; core-libs-...@openjdk.java.net Subject: RE: 8202794: Native Unix code should use readdir rather than readdir_r Ted, I just use --disable-warnings-as-errors in bash configure command to build jdk 10/11 on

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-06 Thread ted
openjdk.java.net; nd ; core-libs-...@openjdk.java.net Subject: RE: 8202794: Native Unix code should use readdir rather than readdir_r Ted, I just use --disable-warnings-as-errors in bash configure command to build jdk 10/11 on Ubuntu 18. -- Thanks, Pengfei > > Assuming I want to build J

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-05 Thread Pengfei Li
tp://www.newardassociates.com > > -Original Message- > From: Alan Bateman > Sent: Sunday, August 5, 2018 11:08 AM > To: t...@tedneward.com; 'Pengfei Li' ; > kim.barr...@oracle.com; bsr...@gmail.com > Cc: build-dev@openjdk.java.net; 'nd' ; core-

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-05 Thread ted
m.barr...@oracle.com; bsr...@gmail.com Cc: build-dev@openjdk.java.net; 'nd' ; core-libs-...@openjdk.java.net Subject: Re: 8202794: Native Unix code should use readdir rather than readdir_r On 03/08/2018 20:26, t...@tedneward.com wrote: > Hey, all; did this get resolved? I'm still getting

Re: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-05 Thread Alan Bateman
On 03/08/2018 20:26, t...@tedneward.com wrote: Hey, all; did this get resolved? I'm still getting this error in pulled-yesterday clones of jdk8u and jdk9 and jdk10. I would prefer not to make local changes (mostly I want to build debug builds so I can spelunk the JVM bits), but if this isn't goin

RE: 8202794: Native Unix code should use readdir rather than readdir_r

2018-08-03 Thread ted
Hey, all; did this get resolved? I'm still getting this error in pulled-yesterday clones of jdk8u and jdk9 and jdk10. I would prefer not to make local changes (mostly I want to build debug builds so I can spelunk the JVM bits), but if this isn't going to roll out fairly shortly I'll disable warning