From nobody Thu Oct 2 04:44:14 2025 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 05646304BB7; Mon, 22 Sep 2025 11:28:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758540496; cv=none; b=K9N5o6zsnw8L90xjEm8jweq9+XJXqaNRbljB40E3xzvMB5SGClo/zmFp3YCk+fQhK5z3pbaiKaF/FZgJT3B8ZouH1cBKDTswX9gjtk1lYulO7LVZ+oCHrgJvE0fVMoWI0GstLwvzIyRKy99zLimAtvzauQWAVy7ey+tutXoQVm4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758540496; c=relaxed/simple; bh=PjXZqimCvxE+X4M4BbjWwHEk7oJMd1v2hyiYUkthPLg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=dWeNj9SmqRZgDId58RRssJVYEu/CwZ7WNGqXWEIHy95PIu1yD5Q8xKkppSe2R0qeUIILru61bA66h/jc8yrxUnSgHiAJcwgXlymwzp39js4wlsB71LNlEQmQiD0q9tyHASe6CcmDQet9lJ3QFGIsqrpwwxQBrQQ8AJ8MsvJYyMQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gsO6AwWR; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gsO6AwWR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF507C4CEF7; Mon, 22 Sep 2025 11:28:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758540495; bh=PjXZqimCvxE+X4M4BbjWwHEk7oJMd1v2hyiYUkthPLg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gsO6AwWRbeQ96US1koibocRGT37Q9qcS/ERgwRNoPprTihsI5whzZezaG9Y91Tisl R6QMtXIMgjj+dbJKgQ+XFMbN+epEk1LLFKPgcAoXWC4RHsu+36n3FuHa12UrfcjxDh iZxrlnkjjn+HjC0vlA9N3/xzrLpzFiBMjtjhNHcItfoGEWI3J6gzBLdzJbk6smvY+t Tv5bfijZTqi/M6k2kWuCW+hkKckz8FADz2MwGVYbO1pM3/XkmXU47SEJ/gNtRF+Ooe HKr3Ad1KpW6fKcf2oAUZuzWM5leYuspxEhTjhPeUSlyQkWE3QIfHeGIKaiSSArqzxA es2OXax4g22Vw== Received: from mchehab by mail.kernel.org with local (Exim 4.98.2) (envelope-from ) id 1v0eiL-00000005vOp-3NiQ; Mon, 22 Sep 2025 13:28:13 +0200 From: Mauro Carvalho Chehab To: "Jonathan Corbet" , Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Mauro Carvalho Chehab" , linux-kernel@vger.kernel.org, Randy Dunlap Subject: [PATCH v2 1/3] tools/docs: sphinx-build-wrapper: fix compat with recent Tumbleweed Date: Mon, 22 Sep 2025 13:27:38 +0200 Message-ID: <8917f862e0b8484c68408c274129c9f37a7aefb4.1758539031.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: Mauro Carvalho Chehab Content-Type: text/plain; charset="utf-8" On recent versions of openSUSE Tumbleweed, sphinx-buildis is no longer a Python script, but something else. Such change is due to how it now handles alternatives: https://en.opensuse.org/openSUSE:Migrating_to_libalternatives_with_alts The most common approach that distros use for alternatives is via symlinks: lrwxrwxrwx 1 root root 22 out 31 2024 /usr/bin/java -> /etc/alternativ= es/java lrwxrwxrwx 1 root root 37 mar 5 2025 /etc/alternatives/java -> /usr/l= ib/jvm/java-21-openjdk/bin/java With such approach, one can sun the script with either: python3