From nobody Sat Aug 9 13:49:54 2025 X-Original-To: current@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 4bzj2B41Klz64L3V for ; Sat, 09 Aug 2025 13:49:54 +0000 (UTC) (envelope-from ivy@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4bzj2B3Rcfz3F9l; Sat, 09 Aug 2025 13:49:54 +0000 (UTC) (envelope-from ivy@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1754747394; 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=J6QxxVv/ZLjO8u3a1AFveqDv8WXWLmsLqH9aXzDbYbE=; b=o9564ONBwHq4aN7ZN9oyhFXKnUgWEr5dkHqCAQn5Yp2ElLNQNNfkUe0XtwyYgm5sclTtPC 85ywnsWDRQ7LOZczo3MFd0V549XsvlSU/guaIuJe2uFSqdK4HrCRpK1H5y0FsI0auKuX+I W/hz6mzt61zuzoB40e6VwtWhSDkifoheVxMRx4vQs83fMohWzzTq+c+OHyTYlF/XdvyiBF 4Vb9I917ZcUqaFwAFXAL6aZVVkULz9jqlo+LRn4M0mJ1EIQ4ffPfjYBVwZMEA281OGgJZm tfA4gn1DfAENMjhW3N233e1gB3XAfQEUqQp+qNcrr1QwSI1sgs6cMN8n92m7Uw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1754747394; 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=J6QxxVv/ZLjO8u3a1AFveqDv8WXWLmsLqH9aXzDbYbE=; b=fWr86sJPiZm0OzsgsoYDjJouEDbv8JhSHtw6MRFUEKo6VntOk4r14zFWIu8rqlwHFEeiU5 BRHEwklGCKSr4yZQM5k1H/MA7whzjLoapCDh+zjd+1UxkVgevNdBSAT7RKRiK4PlVPnKi+ 4WHgW65Lrk2cuuQxdOeaRTuWqPhWxsEmeKDL5UzxFn8b7Nu3XVRBrCARRNPiDL1rjy/NJZ sxR+7D0s9qq42y/yrSbBE+igB4xw7VUi9tHCHciwnDusE3voov+dfVQqZDComzPBb6ZjFY jQjTSM8c5R99FpGS7tdddH6w21Ngnj2y1knS1WkCdCfIIaweB/InwdPDMY8W+Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1754747394; a=rsa-sha256; cv=none; b=Agt9omKGSA79kM0Mp6t174OA3H7tpRK43UxDtQYzkyJHCQteCyLw1rVztGD9NKvecpnRI/ 4yuMZqgNgd6/I88VxA66EbkLo2WGv9txUnTIxeadnmp8/mUGZHVc9g98ljB0uaXc1XrdJm 4IGVMvZi0wgluhhHSbsPq+pjveGvfqRG+2t4Gn07bnOXA9jX5wqDsllDQ7/fLDSx8iAeSa NeOnQDzsVL5WEeHjxdg1FwNTDRBPpOz86tN0TEHqoK8RLSu5hQKqMfkOINWhRPk55hoz1x JpmrI+lywfpnzpLtkBZMOpaS//vRAccKiHyZqrlNMPImepm5AFCBo/tcvawkXA== Received: by freefall.freebsd.org (Postfix, from userid 1532) id 6DEEE1E3B9; Sat, 09 Aug 2025 13:49:54 +0000 (UTC) Date: Sat, 9 Aug 2025 14:49:54 +0100 From: Lexi Winter To: Ian FREISLICH Cc: FreeBSD Current Subject: Re: delete-old-libs removes libgssapi.so.10 but leaves the dead symlink Message-ID: Mail-Followup-To: Ian FREISLICH , FreeBSD Current References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Rm7fts3O4GZHaz7o" Content-Disposition: inline In-Reply-To: --Rm7fts3O4GZHaz7o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Ian FREISLICH: > make delete-old-libs leaves a dead symlink libgssapi.so -> libgssapi.so.10. there are some issues with the OptionalObsoleteFiles entries when turning WITH_MITKRB5 on and off, which is what handles removing the old libgssapi. i'm planning to overhaul these and verify they're actually correct... depending on what else comes up that might happen in a day or two. --Rm7fts3O4GZHaz7o Content-Type: application/pgp-signature; name=signature.asc -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSyjTg96lp3RifySyn1nT63mIK/YAUCaJdR/gAKCRD1nT63mIK/ YI58AP9BDcF2XoT8+NtQ1PIV2HfJBE1ka7SWcON5SckzGo/XvgEAuBwev9cw+UCN ny6ZrJ3oZM7mnTSPoxdP8ijZL522UAI= =64Ka -----END PGP SIGNATURE----- --Rm7fts3O4GZHaz7o--