From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id EF7233857B94 for ; Tue, 26 Jul 2022 11:55:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF7233857B94 Received: by mail-ej1-x631.google.com with SMTP id os14so25737434ejb.4 for ; Tue, 26 Jul 2022 04:55:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YeE0BnzB07LPO6xyvLU592Ka62ocX+iu8sF70ouDT3Q=; b=cX39GgJF2IMTsg7XaVUH9hGh0c43TGa+qtP8o+9a8Aa6T1DDpWK7vNpxFURLdn1Ahk 4+qkj4rlw6uxJ7hNI/xQ/YweBR5jO/kqDnd8oq3eLe3XT84mCQNTGDEBihD7M8+fjdrK FLDnfMBeY/DvDGBB3bLFd/PFDTsyuWGfOjOeCeoXCE163gLrGtjmoEpuM6gADuGTDKfa 86NacNBMOqq4UvJyoHr7vWD3MwRM3rVy/oiCIgP5wMw/rU4o+S5RljnMSKrSNDi3MhSI l88UuDZKEeZB2I8ZzyQZrTJzqFP8bczHY2SfMHwD/o1Y4iIJuq+0QnF8MhfZFjlOFnPF b9Tw== X-Gm-Message-State: AJIora8rg6583+3rgWr5twsNJWuSXis1CGXX5rHmlRP5QjMlV7XStAJ4 rXKFVUgmfpCLdM1knc4vAY5/siW2Eiul9EfHgxs= X-Google-Smtp-Source: AGRyM1tEKdYUEraoKPZ9Hwfy5mGU2Dt6lo8dF2YQa6YNuOqjmSZZUzxHIwqbRX5oDgsHXTitFDZLt9RkPE29++T/vs8= X-Received: by 2002:a17:907:9482:b0:72b:8c16:dac0 with SMTP id dm2-20020a170907948200b0072b8c16dac0mr10929353ejc.286.1658836503760; Tue, 26 Jul 2022 04:55:03 -0700 (PDT) MIME-Version: 1.0 References: <7e41c1dd-d95a-0769-bfb5-c3713da240ab@suse.cz> <56dc4bb8-e0db-7da8-21ed-be3b850493ca@suse.cz> <20220726114544.GB7961@redhat.com> In-Reply-To: <20220726114544.GB7961@redhat.com> From: Jonathan Wakely Date: Tue, 26 Jul 2022 12:54:52 +0100 Message-ID: Subject: Re: [PATCH] contrib: use sphinx-build from a venv To: "Frank Ch. Eigler" Cc: Overseers mailing list , gcc-patches , =?UTF-8?Q?Martin_Li=C5=A1ka?= Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2022 11:55:06 -0000 On Tue, 26 Jul 2022 at 12:45, Frank Ch. Eigler wrote: > > Hi - > > > CCing overseers and Frank. > > Can you please help me with that? > > > > Can please a maintainer install the package from pip? > > > Something like: > > > virtualenv /home/gcc/venv && /home/gcc/venv/bin/pip install Sphinx > > > or a similar location? > > The gccadmin team can do this kind of thing without overseer/root > privileges, or indeed so can any local shell-privileged user. Yeah, I said I didn't want to install it that way without overseer approval, as pip won't keep the packages up to date the way dnf installations do. > (That said, rhel8 includes sphynx 1.7.6 - are you sure that's > not satisfactory?) That's a different package (full text search engine), what's needed here is python3-sphinx.