X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 490BB3857703 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1684007768; bh=FcerTzHx4hc1NwmZnBsswEnD9TXTAwe29T5kJzlUp8s=; h=Date:Subject:To:Cc:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=XKduGVZMtUB/0XsarMXsTu9Q8FioUBRWmNVPYrfbLNmd5TXsv89Dr0+d9EGl8njmq DA9yuINs9SSfVtgZ2hSrk4CgCFzpx2R2DAynGNmC0ShwSeNRjRkhseSPY0k8jGvzC7 k8jzdz2HFKHDQbA7A6NDmPfTzlKD4tDdP9CTf87E= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9119F3858D32 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684007750; x=1686599750; h=content-transfer-encoding:in-reply-to:references:cc:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=grRwv3Glv7kL6tOtQtlzFeIZqoj9jzQxxbf+7jSqXi8=; b=I6W2lTDj+AUePTdClbRCETWuTfdp4UCaAznBF/JJAF5vJvYujvIrrhwkYybBMNUnic nvNYyeTmSDOSB4SSiLSjyBUd0zKc50UO9/6eUohH0gfSyTKjq+x102NETGlCQeWsV+9Z zw96vcBMXpU2HWqcCB6QzL7q3yDcgQ2DSYF1vLemO4N8Pa4h1XfuqmlK55rdMu3SEmYk gEqqw41G+s9SBDEVtLOfteOManEo8LD4VfiWxpPpvdjnryLaY4gNIC+n2+SAzw+tjxZy gqLXB0NGwwI5/y8s23W5IEq3tTPDdCsdyB9wkGJhrVPQ8vujLpOV4F6H5ILlcd6TBMoN e6UA== X-Gm-Message-State: AC+VfDyHgF/Wch0LCiXtn3+DspySHqPr4SC1NziF/49C50MOqBDVfLG2 wmE5PzYpJ0HgYfLUavxiI5WtktE2Mew= X-Google-Smtp-Source: ACHHUZ4ePysjPRQV6NiD6kYSqmUiTao4TWBH2x01xiCyrYRaazAk29js2qqtz/A8VtKMLxpkejhdKg== X-Received: by 2002:a7b:cbd6:0:b0:3f4:1ce0:a606 with SMTP id n22-20020a7bcbd6000000b003f41ce0a606mr18813455wmi.1.1684007749627; Sat, 13 May 2023 12:55:49 -0700 (PDT) Message-ID: Date: Sat, 13 May 2023 21:55:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [ANNOUNCEMENT] Updated: guile-3.0.9-1 Content-Language: it To: cygwin AT cygwin DOT com Cc: Achim Gratz References: <87cz394dum DOT fsf AT Rainer DOT invalid> In-Reply-To: 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, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 34DJuXwY030344 On 09.05.2023 22:26, marco atzeri wrote: > On Tue, May 9, 2023 at 7:25 PM Achim Gratz via Cygwin wrote: >> >> Jon Turney via Cygwin writes: >>> This update seems to break guile-config somehow: >>> >>>> $ guile-config --version >>>> error: ("/usr/bin/pkg-config" "--modversion" "guile-3.0") exited with non-zero error code 127 >> >> Confirmed. >> >> That would be ENOEXEC, so it looks like the quotes shown in the rerror >> message are somehow actually going into the exec call. Since one of the >> changes in this version is to use spawn_posix instead of execle, I'd >> start to look there. >> >> >> Regards, >> Achim. > > Noted. I can look on it during weekend 3.0.9-2 is on the way. $ guile-config --version guile-config - Guile version 3.0.9 it was a upstream bug that impacted also other not-Linux platform -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple