From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 0F5AE386184C for ; Mon, 10 Aug 2020 07:16:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0F5AE386184C Received: by mail-wm1-x32e.google.com with SMTP id k20so7290182wmi.5 for ; Mon, 10 Aug 2020 00:16:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=OwwClyhul1GWaZq9kC//9SLqcJjpJa/Aa/4grS6ngKY=; b=lXDlsOyP/Kr3urDpzDN2j9BFqf3dSAOuqVtSgt9FLKqKOofOvdAHkQ00waaxcaa72D CymSMUlgolN9ag27ekA+rNbEaNgl9rLoarZ7hrqJgAOfSnFOfZsr9ydxFn2u2UaPOYrF ttBqbasiKycKipXYItiocDrlBig3wo6HbFhf1kavucSBD4s9yu1MZE3P1ZnsO6miyUlC l1zmog0tm4f5/BHPOKeFBMR0IffjQrps9PdQNXeYRQF0rnd8MbaWoKB4nuVyNIsG7EoE N+7nHCCptMjbKOT/GPKZL22Ajwhmy2DtqdepKhq5VY8H0Ldy6kcJoCPWEudo8X2WUxDF gFXw== X-Gm-Message-State: AOAM531yjmhOjbbZXdCc3PCwUvp+xUR5mzKBjwIU8JEn3ej16npVodBh uyOjeRAoLXX5z1S6KcV4jAvn9nTsLQY= X-Google-Smtp-Source: ABdhPJziKe+OyfF5i0z/nJfktTnst2BQ8RC1j+vtUNOE5eTAs8Gqaf9ChzFjbjehlNGK3pYwcUz9vw== X-Received: by 2002:a1c:bc54:: with SMTP id m81mr23617506wmf.60.1597043771723; Mon, 10 Aug 2020 00:16:11 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id 32sm20118473wrn.86.2020.08.10.00.16.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Aug 2020 00:16:11 -0700 (PDT) Subject: Re: Missing 'sphinx-build' command from python37-sphinx package To: Xavier Delaruelle Cc: "cygwin@cygwin.com" References: <0b776916-a68d-56c4-0b2f-306413f21587@gmail.com> From: Marco Atzeri Message-ID: <9e1409df-2f7a-34b1-370c-cea9cc24406f@gmail.com> Date: Mon, 10 Aug 2020 09:16:09 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 07:16:14 -0000 On 10.08.2020 06:58, Xavier Delaruelle wrote: > Hi Marco, > > I have been able to test new packages and now I am hitting another issue: > > Extension error: > Could not import extension sphinx.builders.epub3 (exception: No module > named 'sphinxcontrib.serializinghtml') > > The full log is available at [1]. > > My software documentation does not rely on any extension (see [2]), so I > assume this is missing extension is something required when you want to > build the HTML documentation. > > My last build that went fine was 4 days ago. It used python37-sphinx > 1.8.5-1 (logs available at [3]). > > Regards, > Xavier > Hi Xavier, it seems some problem of how they modified the python-sphinx 3.1.2 I hit the same problem than you on rebuilding cmake and I am building and adding new contrib packages python3x-sphinxcontrib-applehelp 1.0.2-1 python3x-sphinxcontrib-devhelp 1.0.2-1 python3x-sphinxcontrib-htmlhelp 1.0.3-1 python3x-sphinxcontrib-serializinghtml 1.1.4-1 python3x-sphinxcontrib-websupport 1.2.3-1 I wonder if it is a side effect of not having yet ported python3x-sphinx-notfound-page as soon cmake documentation complete, I will upload all the new contrib packages Regards Marco