From owner-freebsd-ppc@freebsd.org Wed Dec 16 17:24:42 2020 Return-Path: Delivered-To: freebsd-ppc@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 5EF0D4C24FE for ; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cx27G1wNNz3h02 for ; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1608139482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G++FMphhsHo41m3bN71yFiiCLwv48ufUtmtUUnE6uGo=; b=Vd3ztFWFHIoXpe/PxlGHhbiNhoxI1W6S06sg/P3tSS5abJwECYk5IbGQ2LsuQBz10OnSKH cB5AviMRBCPag+tGGpAdgsn/zLQ79Vg3tT3YedkB2E/QnNJr8WfBwjkaGecv18o8RvFVFy nyw7+XursuIvuFGwaAyTj/shg6ensJg8om0rgFgBB9A+ar+rfKM2UKZ3PfgEDGoDFcC+2x AVM5eZiwQBEqrUumXnyeIUctCK6HlEayBC3eiw73SfoG4wHFKVh+cOhWYEiPONv1ubIFBi b8eZUsI63zH7VGOVdUqZGKVaGJU1M3EeSZEj9m9hEeMpfn5rEcMrg1+sJi61Cw== Received: by freefall.freebsd.org (Postfix) id 34E037EB4; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) Delivered-To: powerpc@localmail.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [96.47.72.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits)) (Client CN "mx1.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by freefall.freebsd.org (Postfix) with ESMTPS id 328167D7D for ; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cx27G0RDqz3hCF for ; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 020281D6F for ; Wed, 16 Dec 2020 17:24:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BGHOfBL053238 for ; Wed, 16 Dec 2020 17:24:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 0BGHOfRd053237 for powerpc@FreeBSD.org; Wed, 16 Dec 2020 17:24:41 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 251892] sysutils/javaservicewrapper: fix build on powerpc64 Date: Wed, 16 Dec 2020 17:24:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: michael.osipov@siemens.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: pkubaj@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: flagtypes.name Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1608139482; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G++FMphhsHo41m3bN71yFiiCLwv48ufUtmtUUnE6uGo=; b=tQcesKv0SZKSgw/BT4RYpBntC4t5IQoe53+cNUA2vJStWRSF7LkczboMy2wRter7ebRu/h MsTNIJKRZp4txjaqIQatl0qIpIrgdtqIcqk9m73ECuKroC2l7c8UPelvrbNo7nB8xEIVf0 7fNH2THzJsvedSYTAfNlebQAUd0oRMkOqilYSnMAEBm2xoRODVfYtAlWkYQ3TirJS+6hxs ZNDqZuYkApvRCUA6P4NZQYhGvPdqbMNCap6OBvyTsAebIdMzrSMywxXWwqtfjg1nc0ZCFz sb1dVk8ENM4t4UnRF12uXjBk9aMw7LM6m9ZZILPfvBYOj3hh/8SS9hkuujgtCw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1608139482; a=rsa-sha256; cv=none; b=byWDp7WP3GAimguojgUsSVqNtFAz2Do/0DqyiTQ+8/71PuQJOaQrV773RNL3tRBqoREapD Ithd3EixGE35rHVbBVyMAQqCJ6NUNjqFHzsOSBk2tVFeW+3vSBq6+tRLraV+HFAMuFrSRK nDJdLsPGqDp8Rsql0db2UHnZGCMRB2YTJCJ+HZvRf31WnM/YnzAKWOxXaOMMfkmVgDDjKS FKSwAjWoOt8LMEclO1mVm8O1uP3NEhh1HqJSNU97VAsIpbAACwQ7pWE1+kCnlSznb08cuk LbORgg6zKJSw1yHMZLxVJ92NAtAUDkLXYiYpRFQydoCFEpojse8KgzFdnV2Xew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 17:24:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251892 Michael Osipov changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|maintainer-feedback?(michae |maintainer-feedback+ |l.osipov@siemens.com) | --- Comment #8 from Michael Osipov --- Looks good to me. Have you consider reporting it here: https://sourceforge.net/p/wrapper/feature-requests/? I have already created several tickets and all were handled in time. --=20 You are receiving this mail because: You are on the CC list for the bug.=