Re: RFR: 8244681: Add a warning for possibly lossy conversion in compound assignments [v3]

2022-05-11 Thread Patrick Chen
I checked you pr look good to me @Roger Le mer. 11 mai 2022 à 15:35, Roger Riggs a écrit : > On Wed, 11 May 2022 13:27:38 GMT, Adam Sotona wrote: > > >> That's good to know. I think the tricky part is mostly about keeping > track of all these disabled warnings, so they are not kept around longe

Re: Openjdk build problem

2018-06-21 Thread Patrick Reinhart
Hi Constaninus See http://mail.openjdk.java.net/pipermail/build-dev/2018-June/022427.html for a work-around and the follow up issue raised to solve it correctly. -Patrick On 2018-06-21 10:03, pilot constatinus wrote: Hi, i recently tried to compile openjdk 9. Fedora x86_64 28 gcc 8.1.1. I

Re: JDK Build on Fedora 28

2018-06-19 Thread Patrick Reinhart
I went thru the remaining warnings, that show up when building under gcc 8.1.1 on Fedora 28: /home/rep/sources/jdk/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c: In function ‘jniFatalError’: /home/rep/sources/jdk/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:650:24: warning: passin

Re: JDK Build on Fedora 28

2018-06-18 Thread Patrick Reinhart
Hi Adrian, Thanks for the tip, worked flawlessly :-) -Patrick > Am 18.06.2018 um 22:02 schrieb John Paul Adrian Glaubitz > : > > Hi Patrick! > > Try building with “—disable-warnings-as-errors”, that should fix the problem. > > Adrian > > PS: Replying

JDK Build on Fedora 28

2018-06-18 Thread Patrick Reinhart
Hi everybody, Can anyone give me some advice in what I should do in order to build the OpenJDK on a Fedora 28? -Patrick At the moment I get those errors: Compiling 5 files for jdk.internal.vm.compiler.management /home/pr/sources/jdk/src/hotspot/os/posix/os_posix.cpp: In static member

Re: Building latest jdk9 dev on Mac OS X 10.12.1 - Undefined symbols (_libiconv) causing build to fail?

2016-12-16 Thread Patrick Reinhart
Fantastic, I finally have build again :-) -Patrick > Am 16.12.2016 um 16:12 schrieb Martijn Verburg : > > Hi Michel, > > That helps actually - confirms that it's like my unique set up, a reverse > of the usual WFM! > > Cheers, > Martijn > > On Thu

Re: Official and community supported build platforms for JDK 8 and 9

2014-11-21 Thread Patrick Reinhart
shorter than the number of platforms I expect OpenJDK to build on. Once > again, please help us by filling in the wiki! > > /Magnus I would like to help improve also documentations for the community… Patrick

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-19 Thread Patrick Reinhart
Hi Magnus, Did you had the time to check my back port jet? Is there anything I can do to help? It would greatly improve the Adopt OpenJDK program to also having the JDK 8 built in the same ease as the JDK 9. Best regards Patrick > Am 17.11.2014 um 13:16 schrieb Patrick Reinhart : >

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-17 Thread Patrick Reinhart
Hi Magnus, Did you get the time to look into the patch already? Is there something I can do? Cheers Patrick

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-14 Thread Patrick Reinhart
Here is the patch also as inlined text: --- old/common/autoconf/help.m4 2014-11-14 10:32:44.0 +0100 +++ new/common/autoconf/help.m4 2014-11-14 10:32:44.0 +0100 @@ -75,20 +75,18 @@ HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'." ;; free

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-14 Thread Patrick Reinhart
Hi Erik / Magnus, See attachment… Patrick > Am 14.11.2014 um 10:26 schrieb Erik Joelsson : > > Hello Patrick, try reverting common/autoconf/generated-configure before > generating the patch. That file does not need to be reviewed as it's just > generated anyway. That sho

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-14 Thread Patrick Reinhart
Hi Magnus Unfortunately the patch itself is as big as 2 megabytes and will therefore get removed… Now I’m really stuck. Cheers Patrick > Am 14.11.2014 um 09:45 schrieb Magnus Ihse Bursie > : > > Hi Patrick, > > I'm sorry for all the trouble you have encounte

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-14 Thread Patrick Reinhart
t some patches first :-( It seems I’m stuck in a recursive loop somehow ;-) Cheers Patrick PS: I did already contributed two fixes for the 2d printing part in the past. > Am 14.11.2014 um 09:01 schrieb David Holmes : > > On 14/11/2014 5:36 PM, Patrick Reinhart wrote: >> An at

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-13 Thread Patrick Reinhart
Hi David, So I should be able to attach the webrev.zip to the message for the mailing list? Cheers Patrick > Am 14.11.2014 um 03:18 schrieb David Holmes : > > Hi Patrick, > > On 14/11/2014 12:15 AM, Patrick Reinhart wrote: >> Hi Magnus, >> >> I actually mer

Re: RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-13 Thread Patrick Reinhart
://reinharts.dyndns.org/buildjdk8win/webrev/ <http://reinharts.dyndns.org/buildjdk8win/webrev/> Cheers Patrick > Am 13.11.2014 um 14:50 schrieb Magnus Ihse Bursie > : > > On 2014-11-12 19:34, Patrick Reinhart wrote: >> Hi there, >> >> I’m updating

RFR(M): 8057538: Sponsor for back port of --with-freetype-src searched

2014-11-12 Thread Patrick Reinhart
containing all changes we made. Could someone sponsor this back port? Best regards Patrick

Re: Access denied on windows 7

2012-12-31 Thread Patrick Reinhart
Hi Boaz, Have you created the "L2" directory within cygwin prior doing the check out? When creating the Adopt OpenJDK Windows Build Wiki (http://java.net/projects/adoptopenjdk/pages/BuildWindows) this solved the access problems. Cheers Patrick Am 30.12.12 21:53, schrieb Boaz Na

Building OpenJDK 7 under Fedora 14'

2010-11-24 Thread Patrick Reinhart
I finally got the build done with Fedora 14! Thanks all your hints.

Re: alsa-sane-headers sanity check broken

2010-11-22 Thread Patrick Reinhart
ndrew, See my statement and correcting diff http://mail.openjdk.java.net/pipermail/build-dev/2010-November/003578.html when I tried to get the build running under Fedora 14... Regards Patrick smime.p7s Description: S/MIME Cryptographic Signature

Re: Building OpenJDK 7 under Fedora 14'

2010-11-20 Thread Patrick Reinhart
; them from, Google for the project and look for the filename on its > list of downloads. Ok, what must I do, to get the sources from this projects also? And where do I have to put them if my root directory for the jdk7 files is ~/hgrepos? Regards Patrick

Re: Building OpenJDK 7 under Fedora 14'

2010-11-20 Thread Patrick Reinhart
andshakeException: > java.security.cert.CertificateException: No subject alternative DNS > name matching jaxp.dev.java.net found. I get the feeling, that it seems that I am the only one, that tries to build OpenJDK the first time from scratch. Or have I done this all completely wrong, trying to build that way? Patrick

Re: Building OpenJDK 7 under Fedora 14'

2010-11-18 Thread patrick
Quoting "Damjan Jovanovic" : export ALLOW_DOWNLOADS=true Thanks for the tip, is it possible to define a proxy server also with such a parameter, so I can try in office as well? Regards Patrick

Re: no gcj-jdk + no ecj + building openjdk

2010-11-18 Thread patrick
tional resources due a HTTPS certificate error, that I'm trying to solve next... See http://mail.openjdk.java.net/pipermail/build-dev/2010-November/003583.html Regards Patrick

Re: Building OpenJDK 7 under Fedora 14'

2010-11-16 Thread Patrick Reinhart
l time: 0 seconds > make[2]: *** [all] Error 1 > make[2]: Leaving directory `/home/pr/hgrepos/jdk7/jaxp/make' > make[1]: *** [jaxp-build] Error 2 > make[1]: Leaving directory `/home/pr/hgrepos/jdk7' > make: *** [build_product_image] Error 2 How do I specify those suggest

Building OpenJDK 7 under Fedora 14'

2010-11-15 Thread Patrick Reinhart
#x27; make: *** [jdk-sanity] Error 2 Can anyone a beginner? Thanks for your help Patrick smime.p7s Description: S/MIME Cryptographic Signature

Re: some puzzles about Openjdk

2009-04-08 Thread Patrick Wright
/blog/simonis/archive/2009/02/we_need_a_dirty_1.html Patrick

build openJDK bsd-port for Tiger (Mac OS X 10.4)

2009-02-11 Thread Patrick Haruksteiner
$(LDFLAGS_$(VARIANT)) $(LDFLAGS_COMMON) $(OTHER_LDFLAGS) -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk am I missing something, or is it not possible to build the bsd-port against 10.4? Thanks for your help, Patrick Haruksteiner