From owner-freebsd-ports-bugs@freebsd.org Fri Jan 25 13:26:08 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3F7BF14B5B3C for ; Fri, 25 Jan 2019 13:26:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CB85C835DC for ; Fri, 25 Jan 2019 13:26:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8E63414B5B3B; Fri, 25 Jan 2019 13:26:07 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C02914B5B3A for ; Fri, 25 Jan 2019 13:26:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::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.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0AF7A835DB for ; Fri, 25 Jan 2019 13:26:07 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 10A961D160 for ; Fri, 25 Jan 2019 13:26:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x0PDQ5FR012362 for ; Fri, 25 Jan 2019 13:26:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0PDQ5IZ012361 for ports-bugs@FreeBSD.org; Fri, 25 Jan 2019 13:26:05 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: ports-bugs@FreeBSD.org Subject: [Bug 235158] lang/lua53 no longer linked against pthread Date: Fri, 25 Jan 2019 13:26:04 +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: i+fbsd@amlegion.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jan 2019 13:26:08 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235158 --- Comment #14 from i+fbsd@amlegion.org --- First thing: Could we be sure to test this against FreeBSD 12 as well? I'm unsure as to = why it apparently worked just fine in an 11.2 jail under 12, but it did. I prob= ably can bring up an 11.1 jail too. If you need someone to help when checking against 12, I volunteer (I keep seeing you both ref 11.* and it sort of see= ms as if neither of you have a 12 system to easily test against). That said, t= ell me what exactly to test and how, and I'll jump to and get back to you with results ASAP. (comment #9) Sorry as to the test, I apparently depended on a race condition. Glad you f= ound a way to make it fully deterministic. Threading is hard. Creating a threadi= ng test is harder. (comment #10) I really would like at least a workaround for the bug in base in the port u= ntil base is fixed, otherwise we'll be waiting on a patch release or FreeBSD 13 = no? I can understand the reason as to lua-5.3.so now. Is there perhaps a way to build the lua cli only with pthread, and the rest without? I would be more than willing to try out any test cases you wish. Do note I'm running FreeBSD 12 as a host system and can likely get any 11.* jail up you wish (latest patch only though). So if you wish I can run the tests under *each* release you deem needed so long as you specify. (comment #13) I'll run that test soon and get you the results. I will by default run tests you specify under FreeBSD 12 only. If you specify other FreeBSD releases to attempt (probably 11+, I might can even do 10, but no guarantee there) I'll make every effort to get you the results across ASAP. Also, please note if something needs to be done outside of a jail (in which case... only FreeBSD= 12 is available to me at this time for non-jail cases, although I might can ge= t a VM going of other releases just that would delay things). --=20 You are receiving this mail because: You are the assignee for the bug.=