From owner-freebsd-arm@freebsd.org Wed Mar 24 11:02:28 2021 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B3FAB5B22C9 for ; Wed, 24 Mar 2021 11:02:28 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4F55103Bc1z3rPk for ; Wed, 24 Mar 2021 11:02:28 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: by mailman.nyi.freebsd.org (Postfix) id 6D6535B22C7; Wed, 24 Mar 2021 11:02:28 +0000 (UTC) Delivered-To: arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6D15D5B2337; Wed, 24 Mar 2021 11:02:28 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F550z6DwCz3rss; Wed, 24 Mar 2021 11:02:27 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Date: Wed, 24 Mar 2021 12:02:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=klop.ws; s=rw2; t=1616583745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/K+F2zty2FGTr6RSFSpTe5H1UczkyKV98nWuq0xLTZA=; b=FtGMcfdaAO8SkCG42gkAGhyJZhU1Ytpp4BrMolgIXbSLzgHHbp6TeUQmcnPJsPHZs6hxFM wPmZog24tvt85GA+FlcrLHdl3Jko7F1YRF9pWtYQTIAJfKFWUex5v55R+l2k91jktbF/CN cQuHpx6HPtq5jQsOIHinQOPvjFPt+BGpaG97P3+S647cfH6FAPglefq9vzHoy8QhZ/FXA9 DWm02MfuijPRxZxhT1WCNe/kH/5NJzRAgAiKFN/czngW8UJV/O1LUn7tc2MRJIRKwHnp1Y Ki14JS8dwWJTn56M7dA0+Gv+rO/cgusA4evILeANMV1sddYMEbhjHm2NbdG0WA== From: Ronald Klop To: Kurt Jaeger Cc: re@freebsd.org, arm@freebsd.org, java@freebsd.org Message-ID: <1406061446.1.1616583744614@localhost> In-Reply-To: References: <600714689.1.1616488522580@localhost> <1960346433.20.1616535345759@localhost> Subject: Re: solved - Re: Compiling openjdk8 takes forever on RPI4. MIME-Version: 1.0 X-Mailer: Realworks (552.83.d7541cc7c9a) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4F550z6DwCz3rss X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.34 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 11:02:28 -0000 Van: Kurt Jaeger Datum: woensdag, 24 maart 2021 11:50 Aan: Ronald Klop , re@freebsd.org CC: arm@freebsd.org, java@freebsd.org Onderwerp: Re: solved - Re: Compiling openjdk8 takes forever on RPI4. > > Hi! > > > > Thank you. I found https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253847 . > > > Would this be a good candidate for releng-13.0 still or is the release train too far already?Compiling openjdk is quite a good user feature IMHO. > > > I also had unexplainable errors while running Jenkins (a Java application) on my RPI3-B+. > > > > Caused by: java.lang.IllegalArgumentException: Choice Pattern incorrect: 0#|0< ('{0,number}') > > at java.base/java.text.ChoiceFormat.applyPattern(ChoiceFormat.java:223) > > at java.base/java.text.ChoiceFormat.(ChoiceFormat.java:320) > > > > This method also calculates and compares doubles. > > Google did not give results about this problem, which I understand now. > > > > These are also fixed by the commit mentioned above. Verified it by applying the patch to 13.0-RC3. > > > > How can I vote for inclusion of this fix in 13.0? > > Send a mail to re@FreeBSD.org, please, and ask to include this patch. > > -- > pi@opsec.eu +49 171 3101372 Now what ? > > > Thanks for the suggestion. I sent a mail yesterday and got a reply that it was on the list already. It was committed to releng/13 this morning. Thanks for all the work by everybody. I'm going back to my (now working) Jenkins + poudriere instance to update some ports for aarch64. Regards, Ronald. From owner-freebsd-arm@freebsd.org Wed Mar 24 14:35:04 2021 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8AD505B769D for ; Wed, 24 Mar 2021 14:35:04 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F59kH3lhqz4Ygb for ; Wed, 24 Mar 2021 14:35:02 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 037D35C00D4 for ; Wed, 24 Mar 2021 10:35:01 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 24 Mar 2021 10:35:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zyxst.net; h= date:from:to:subject:message-id:references:mime-version :content-type:in-reply-to; s=fm2; bh=Q3/vk7qDVQQgzy7fnCcSMuDTOsY QmfvLqcqaHvhhEQs=; b=oBSwMe/mnwMDkUUCglPh3CZgWDzS1Vc0FPvAhbjyVAE 3CvsINC6+vyh9RQjpYlFa1AIO7QZtkVzqDXEg98KwIf6LjjkNP/60NaQdDHfSGRb CcfMQi4bgPiuRr4BYBARs5yPVhrqAbtzYt4oEotRtlM5Y/LwMS1uPHxwfZtGSDkr vO7o5ENsEcGYJwSAOW7mnGgncRaY04pagdgj6esmCy73rm4aMb9X0KvdQu5L+3Q/ QAPi7uP0nenEXswtZyYWfm9cuF9Ch8r8y3I2R8Pxqxkd6speQ9V94uTf3C/zAcSw pSoeZXDIoM9sI3++SFPphJ3SyBUmcR8TfCDEod1TsZA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=Q3/vk7 qDVQQgzy7fnCcSMuDTOsYQmfvLqcqaHvhhEQs=; b=DnZ6hybVlI1rFu7hRbeBit jkx/PiDhlweuFcdPg1wiGqtgDJEC6k1loCQhDWLg/PCSnfP6k/7xWFIgX1uNLS/8 mvfzug1ejQ8uU0i6nUAs+uz4XVy5E/iWfLohlVqhy6klyiRBU3lxuA0NHKgiETaI YR6bKew9m15JlFybYfddn6quKJwJD4OcPqiDSWjauXAgoveoxl36KWhcTlyfiYRd orEgcusO8JRnMTL3sQ4pZ6sclneoVhRTqrwbdCF8r+iGk7qYaLRZQ+k1rZU3XnpO 7kTizCGl0+wmDYIauFn2OipvNz8osWDOA8xwmL4wRCUlZcZ92LPKdItpUcnmyX6w == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrudegkedgieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesghdtro ertddtvdenucfhrhhomhepthgvtghhqdhlihhsthhsuceothgvtghhqdhlihhsthhsseii hiigshhtrdhnvghtqeenucggtffrrghtthgvrhhnpeeivedtleeitdeiteevueelhfegte eujefggedvledthffhfedugfeuudeikeeijeenucfkphepkedvrdejtddrledurddutddt necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthgvtg hhqdhlihhsthhsseiihiigshhtrdhnvght X-ME-Proxy: Received: from ceres.zyxst.net (ceres.zyxst.net [82.70.91.100]) by mail.messagingengine.com (Postfix) with ESMTPA id 7F4C3240422 for ; Wed, 24 Mar 2021 10:35:00 -0400 (EDT) Date: Wed, 24 Mar 2021 14:34:58 +0000 From: tech-lists To: freebsd-arm@freebsd.org Subject: Re: RPi and powerd, was: Re: RPI4 clock speeds and serial port ( temperatures idle and -j4 buildworld buildkernel ) Message-ID: Mail-Followup-To: freebsd-arm@freebsd.org References: <81CB0CCA-59AC-49A2-9372-4E2C22E3214D@googlemail.com> <20210320155638.GA41617@www.zefox.net> <63E61033-667C-4A08-9012-7D987B652176@yahoo.com> <20210320182821.GA49050@www.zefox.net> <5BF4DC26-8CCC-48E8-802F-34C42084D47F@yahoo.com> <20210321181339.GA56351@www.zefox.net> <01787975-3D1A-4D28-8F0F-957D6842D487@googlemail.com> <59B618B3-7AC9-41DF-9807-173DE34B0F8D@yahoo.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="eSUHcdvblo3X34kA" Content-Disposition: inline In-Reply-To: <59B618B3-7AC9-41DF-9807-173DE34B0F8D@yahoo.com> X-Rspamd-Queue-Id: 4F59kH3lhqz4Ygb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=zyxst.net header.s=fm2 header.b=oBSwMe/m; dkim=pass header.d=messagingengine.com header.s=fm2 header.b=DnZ6hybV; dmarc=none; spf=pass (mx1.freebsd.org: domain of tech-lists@zyxst.net designates 66.111.4.29 as permitted sender) smtp.mailfrom=tech-lists@zyxst.net X-Spamd-Result: default: False [-3.70 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:66.111.4.29]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[zyxst.net:+,messagingengine.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; SIGNED_PGP(-2.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[66.111.4.29:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RBL_DBL_DONT_QUERY_IPS(0.00)[66.111.4.29:from]; RCVD_TLS_LAST(0.00)[]; RWL_MAILSPIKE_NEUTRAL(0.00)[66.111.4.29:from]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[zyxst.net:s=fm2,messagingengine.com:s=fm2]; FROM_HAS_DN(0.00)[]; ASN(0.00)[asn:11403, ipnet:66.111.4.0/24, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[66.111.4.29:from:127.0.2.255]; DMARC_NA(0.00)[zyxst.net]; MAILMAN_DEST(0.00)[freebsd-arm] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to ARM processors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Mar 2021 14:35:04 -0000 --eSUHcdvblo3X34kA Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 23, 2021 at 12:57:03PM -0700, Mark Millard wrote: > >Had a -mcpu=3Dcortext-a72 world and kernel been >installed and booted first?=20 yes. >This does not show ccache being cleared out >before the below. So the times may be examples >of "with ccache benefit" times. The contrast >with mine and Bob P.'s times suggests a >nice time-benefit can occur. On this occasion I can't remember for sure if ccache was cleared out.=20 I don't think so. The numbered list was to show (for me as well) exactly what was done and the order it was done in. I'll rm -rf /usr/obj/* and /var/cache/ccache/* if upgrading between major versions, or if it's not building and need to narrow down why. But usually leave these dirs intact because (and especially with the ccache dir) emptying them negates potential speed benefit. make cleanworld &c *should* remove all the obj cruft in /usr/obj. --=20 J. --eSUHcdvblo3X34kA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE8n3tWhxW11Ccvv9/s8o7QhFzNAUFAmBbTgkACgkQs8o7QhFz NAVgpRAAlG31Iy81wgUepCc/dDs4LW1gGKGQIWzgTUuDBBYUtZ2Sbwjmnl1YffrF Rs4sBrTodjtIIxoUQI+x67JK2REWJCHZxJd0GL9AEWdS0wWiGTfB5rAg7P6mCDVz D2NcgwYNmD4rYB9S98zxnOcC0xqC+ayl+pHAl87uG3b12AMjWqTKuhGyyJV9wcUn 8E0uY5L5/Aem5yBtGp3pTCOIUOKTfOUraVRWdUoyDyBzS6+XoruC1HQMRSyfkJ1q KoGl7uUdbX0mTMosKja3MxUan68CosYRsX/i1xN7iuasMflx2sYtXSS6S7HzX6gf aQNW6bIZUjQf7oyna4pfp4bLPyWSxpFcjnV4TCkmbihufyR7kt8Ek/A7F0M+JI15 WiwL8IBNCGhPFrKTr44oCVvHFthNy2ykdGhVd2yWr9ieU3t/4gq6qL6PX9nH7xq8 lOctMq6QuxIVlBraTik9FUh7ACPI/3PJuaofY/2WfhGAy/ntvEDyDiToh9J8Vo5P gL8KSv3YNpqhYXpT5H3lf2V14hHsaWYeZUZRZH+KW1g2GHlt9dfhm9J2sW5DzKhL +iHr35DaX50IZDg6vfxuhQQu8sv9U8lmp2QTCaGlwLMzZ1iMwplgEUbTs06ZhVUu /2BriyPsK7M2P9lGFiRwdxQku2uYzn/IsAar6Us3ZC5mPKM79zA= =nIPH -----END PGP SIGNATURE----- --eSUHcdvblo3X34kA--