From owner-freebsd-x11@freebsd.org Thu Jan 30 16:29:25 2020 Return-Path: Delivered-To: freebsd-x11@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 55BF623DC60 for ; Thu, 30 Jan 2020 16:29:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 487m5d1gqkz4JyF for ; Thu, 30 Jan 2020 16:29:25 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 3985E23DC5F; Thu, 30 Jan 2020 16:29:25 +0000 (UTC) Delivered-To: x11@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 394A223DC5E for ; Thu, 30 Jan 2020 16:29:25 +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) server-signature RSA-PSS (4096 bits) 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 487m5d0pMDz4JyD for ; Thu, 30 Jan 2020 16:29:25 +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) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1705627AFE for ; Thu, 30 Jan 2020 16:29:25 +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 00UGTOYf015614 for ; Thu, 30 Jan 2020 16:29:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 00UGTO6o015613 for x11@FreeBSD.org; Thu, 30 Jan 2020 16:29:24 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: x11@FreeBSD.org Subject: [Bug 243649] devel/libepoll-shim: Update to 0.0.20191109 version to unbreak re-plugging input devices Date: Thu, 30 Jan 2020 16:29:24 +0000 X-Bugzilla-Reason: AssignedTo 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 Some People X-Bugzilla-Who: grembo@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2020 16:29:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243649 Michael Gmelin changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #211137|0 |1 is obsolete| | --- Comment #5 from Michael Gmelin --- Created attachment 211197 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211197&action= =3Dedit Patch to change libepoll-shim to use actual upstream, test targets, update = to 20191117 (In reply to Namkhai B. from comment #4) Thank you for kick-starting things with your patch (y) Please find attached a new version addressing a few issues: - The filename in distinfo was wrong (datestamp was 20191211 instead of 20191117), causing the build to fail in the fetch phase - Once distinfo was fixed, `make check-plist` showed a couple of orphaned f= iles (poudriere is your friend) - Removed RelWithDebInfo, so it builds Release by default and=20 Debug when WITH_DEBUG is set - Added a test target, so we can run `make test` (upstream provides a couple of useful test cases) I tested the patch using `poudriere testport -i` (+ make test) on (11.3|12.1)-RELEASE (amd64|i386). Unit tests 5 and 53 fail on i386, test 5 does so on purpose (it has a comment that it is lacking unit tests for archs !=3D amd64). Test 53 would require some checking (also, this wasn't on native i386, but in a i386 build jail running on amd64). I don't think that this should be a show stopper, as these problems most likely exist in the current version as well (on top of the other issues it has). --=20 You are receiving this mail because: You are the assignee for the bug.=