From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x632.google.com (mail-ej1-x632.google.com [IPv6:2a00:1450:4864:20::632]) by sourceware.org (Postfix) with ESMTPS id EECD13857B92 for ; Tue, 26 Jul 2022 11:55:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EECD13857B92 Received: by mail-ej1-x632.google.com with SMTP id ez10so25553456ejc.13 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=qTQfx0BeeyTgSPkhh9hKlAk076rJlD7hPyFH1x+3CC6y/IjSo+ps37kHbKg0Nn+R3t 86f7BIkZHfGv1UJKkIQ+smEku3BXidOjZtI5Ou16diK9PR+SVEAlpWwIEwDsQe02FsS7 D/MlEjHfMN68MKEooZw7wE0TqfyYY4pDnK3KsrB/GQLDt3IzfVBsZfg6rv7A8lLfJd7S JeP+6MdZwzOYmnMnrVWGRklobv3PuA25rUcxZ15hzfpxnwdhLBpT/e3rbjWbOpNOcXrC wigVN+7beaqFmGP6Kp/mr4P76kbad7ypvitK8iKDiAJk5ETS2/GORYU8DMnhkuFUpn62 o6Jw== X-Gm-Message-State: AJIora+iCDx40v/TNFsX1TwIKTM6likaaJ2k2HjenbzMuCyYA27bgKd9 6IrVg+ey1yhJPOrDrPU0YBHcPYqHg6rTVBe5lgE= 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=-1.7 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=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches 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.