From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id 6B233384BC11 for ; Mon, 10 Aug 2020 08:11:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6B233384BC11 Received: by mail-wr1-x42f.google.com with SMTP id f12so7245541wru.13 for ; Mon, 10 Aug 2020 01:11:10 -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:from:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1XPigaMyWchfVBZ2ijpJoeviCZ0Mcn69IPrgzD4VC18=; b=L7p+g2z9IVgFad1ei9tr7zhoLxvEji6dt2Lcik8KjNB78VMn1wWd+de/X26TGYNL2m jhPtN6Fjb0HIvQmrqYInYKQLSj6o+fcIcTBmEcFlKlH9k+x6AOp+YHamNswZ+0vlMmxH gHrWGyTjzpY7u/Uvj0wEcO4kATKrYhJSbOS/ho1Or4sfciag83urGnGoOZKc0LfXujEA VEZvuzo7mZL0ss5XB1WxHgxDnaBgDuXINuX7A2PbONnAmWNIurm0VZIqzHIVsKOgUKWk /l7Ymy+LysoCBxXtKBFO2hJ61bgQ4XLPQJQV/HMmTSxZGpJu9d3hTZ5oonkOveOSB64L PIQQ== X-Gm-Message-State: AOAM533czx1+3yJMDHvz/MCMwg7P2D9hzcR265N68B+SfmGTcqaJsmod R9zs0co+HeHsZvnFaRkQ7heg07IAU1Q= X-Google-Smtp-Source: ABdhPJzNH+XkZus2w0HQq+LoQQqThd9PCs64Xo/TCOxBBAlJpV621leOb9bLMkT204q+u0tAxaZsbA== X-Received: by 2002:adf:d84f:: with SMTP id k15mr22459657wrl.176.1597047069327; Mon, 10 Aug 2020 01:11:09 -0700 (PDT) Received: from [192.168.0.10] ([151.33.231.19]) by smtp.gmail.com with ESMTPSA id p22sm19093939wmc.38.2020.08.10.01.11.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 10 Aug 2020 01:11:08 -0700 (PDT) Subject: Re: Missing 'sphinx-build' command from python37-sphinx package From: Marco Atzeri To: Xavier Delaruelle Cc: "cygwin@cygwin.com" References: <0b776916-a68d-56c4-0b2f-306413f21587@gmail.com> <9e1409df-2f7a-34b1-370c-cea9cc24406f@gmail.com> Message-ID: <5feee671-d580-5cdd-3d0f-06587690b108@gmail.com> Date: Mon, 10 Aug 2020 10:11:07 +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: <9e1409df-2f7a-34b1-370c-cea9cc24406f@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=0.9 required=5.0 tests=BAYES_00, BODY_8BITS, 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 08:11:11 -0000 On 10.08.2020 09:16, Marco Atzeri wrote: > 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 > after adding also python3x-sphinxcontrib-qthelp 1.0.3-1 I was able to build cmake documentation let me know if you need any other sphinxcontrib-** package Regards Marco