From nobody Sat Jun 8 03:02:18 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Vx2t31wmVz5N7NS for ; Sat, 08 Jun 2024 03:02:19 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Vx2t30Dz3z40rN for ; Sat, 8 Jun 2024 03:02:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1717815739; a=rsa-sha256; cv=none; b=XWPAmujKA9GzD7BpKBLa5bDKmlyok5H51xPEVF0XsbgLt3H4SWJhVvoZNNrDIDnX9UqyBi 15yCUIsD9pDBXk6yIPaI05t13bD+M+0LRL17OkHvFQtcgJYAteAN0lmhzYAkxt/lPRFnAx AJnLwmCYGXyxkPWPeT6BTbUvkzNBeKgoQE9Ji/xnlBAv9kmcaw0Tu0HHm+ODgTC1Ic40rQ jAtXbx9k5or1UApBbk6u+n8eRbPQzXsJt99I6BljdVUrNPt1+D2zugjC45F5BnoXsC+Ske mV1lFRVGuLw3BTLnyR4Tgpny/mBA5TVBHEchIX5utXvIHfwp66t/sdvKmnZkfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1717815739; 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=eCy/I/s5CqxH0zpNMut0udL02Mc8h/R5S5IXFzYAwRQ=; b=eM3rusHdTJyeT5C749u8cfuFilPit/J4pG7AYpwCo18gA57CYgZpF5D3rzkxw3Q0ghML3Z McvFLkNwAbVDE0TQ9zg6tpFzymk01DYyEoPDpy7mjTwrW9iOeGWv3OqWAnMzJTT5tZq5I4 v/A2stT9Yhse3RZWDq5EwxNQ/IU3UIpxi55PCOBigdhfOv6xHwAh8WsUNP+87iIfGSZfSY bgX2I6ZXSJm6UfRiFBRx7AirBswoMpFdIbVpj4NYBYhykWQ92SLuWjj7GCoY/cIPu8kPcV mXeHYB1KPDVSSAb/ZsEEPy9CqDh5RvRrverJ0cu0CLXjowBU9e9T2b5kQp/sCw== 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 4Vx2t26vBDzhVJ for ; Sat, 8 Jun 2024 03:02:18 +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 45832IrK043952 for ; Sat, 8 Jun 2024 03:02:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 45832IPn043950 for bugs@FreeBSD.org; Sat, 8 Jun 2024 03:02:18 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: bugs@FreeBSD.org Subject: [Bug 257789] libcompat.so is missing Date: Sat, 08 Jun 2024 03:02:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable14? mfc-stable13? 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 List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257789 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |mfc-stable14?, | |mfc-stable13? --=20 You are receiving this mail because: You are the assignee for the bug.=