From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 20093 invoked from network); 3 Jul 2020 15:36:39 -0000 Received: from krantz.zx2c4.com (192.95.5.69) by inbox.vuxu.org with ESMTPUTF8; 3 Jul 2020 15:36:39 -0000 Received: by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 18db8e64; Fri, 3 Jul 2020 15:16:25 +0000 (UTC) Return-Path: Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [2607:f8b0:4864:20::742]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 364902fe (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 3 Jul 2020 15:16:22 +0000 (UTC) Received: by mail-qk1-x742.google.com with SMTP id z63so29069362qkb.8 for ; Fri, 03 Jul 2020 08:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aiNIIvka6zsbTkuqT8Bl++bPxI2IXVLH7wkDXQpEJO4=; b=grZR4RZlp2Y4GjmawhNVW7UpKGNowTx5rfGkf8J3EEg8RCrqnQftvkYZ/OBBZlPEDB FV/aA7QklyFZTH3ZUItKg1wsrmwdLqT8sI/fUBTOD2OT2r17hUy4r7041msrfNs6OXqo eohLEZK7wGC43odqOEdhD7yoXWZf6RMJiPtvBiCGPI8+tH451WKSe1LW3kew87JjEA7Y i+4xarJ0oZ5JaPvBRbPMky/9WCd+XC4FME0etgPSdqhSr63JbxQodc0XKtcxlC097HhJ fxbkrtxGmE+hCwCXawlmBQcKtErGFUFfWBUchnizqKlkHcqHrZdojQxCTg/9mnI/Rb2R V7Vg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aiNIIvka6zsbTkuqT8Bl++bPxI2IXVLH7wkDXQpEJO4=; b=kjpz+Mus9E4EWO//u6YaoXXyT2BCHCj22S+KEqTeP/hwq1bnIZEbLaoMlNU9yIm5Vb u+xL/iswdPnwRLoA4q2+DHcuH+veJPt8AIuqQPU/XDQe1/+vtagstnkFJ0SndZf2SeSA imxEtXcKTNYeL9uA2rgn5qkc2FojXzZT5ECf0z4L6ceoZ/0m1KcljAL22EOjKG6FOIU9 Ak282ZgJKKpLRCKXjndOdQm5tSVWY1A9BfJgxMF5nTHfKex6hDSCHZNmMbfCPTpJwtjj 3yyts9LqKjlZ0UbDvO9LvekQiOD2cG9akLVPp6TP/ZRdRNn95hD6E8hbstw2lpWGDuPd Ejng== X-Gm-Message-State: AOAM530wMA/CS4A221ScLjtr7jCgJa1NlcbaJUAlNsJvtchYMYPBntcf d7x9ATXgfvoJrFyXabrjq2UoHMWUjvDMVmt/AZs= X-Google-Smtp-Source: ABdhPJzVUDz/CFTsCHn1A7BlFDuIP1dozNqp7RnCcLVwghfUMVYE/nnIGonaaP4VI0LlE//o4PuodlOWnkORJleXWDQ= X-Received: by 2002:a05:620a:121a:: with SMTP id u26mr35334779qkj.398.1593790593490; Fri, 03 Jul 2020 08:36:33 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: jean-christophe manciot Date: Fri, 3 Jul 2020 17:36:22 +0200 Message-ID: Subject: Re: Incompatibilities with python3-pygments 2.6.1? To: Roy Marples Cc: cgit@lists.zx2c4.com Content-Type: text/plain; charset="UTF-8" X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" It appears it was actually caused by a packaging quirk where a non-default python lib path was used by default. I have rebuilt the package and now everything is fine. On Wed, Jul 1, 2020 at 5:41 PM jean-christophe manciot wrote: > > I tried to restart uwsgi then nginx systemd services after > python3-pygments upgrade, but the symptom persists. > > On Wed, Jul 1, 2020 at 5:35 PM Roy Marples wrote: > > > > On 01/07/2020 14:51, jean-christophe manciot wrote: > > > Hello everyone, > > > > > > I've built python3-pygments from sources > > > (https://github.com/pygments/pygments) using the latest stable 2.6.1 > > > tag. > > > Using it with cgit v1.2.3 and git 2.25.1 leads to blank 'about' pages > > > whereas everything works fine with 2.3.1+dfsg-1ubuntu2 on Ubuntu > > > focal. > > > > > > Any suggestions? > > > > > > The deb package is available on Ubuntu focal at > > > https://git.sdxlive.com/PPA/tree/Ubuntu/pool/stable/p/python3-pygments. > > > > I use the highlight package instead, running cgit under uwsgi fronted by nginx. > > When I restart the web server, the highlighted code is blank until I restart the > > uwsgi service. I don't know why this is as there is no reported error, but the > > symtom appears to mirror your own so I thought it was worth mentioning. > > > > Roy > > > > -- > Jean-Christophe -- Jean-Christophe