X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 282B0385773E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1683664006; bh=xvdsZJnzNAbRim284W7Ppxca/gHRpCPuvmx+ZSyQvy8=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=CFdRU/9fadjVICsY1MqgQboNONlJCWDPjoozL02RnfMFO2oRe4FeHd0PysGrnfuAe Xb7bFlbZguWkf0ShgAQDSoD5jqFJdn5RyP5sIe/O9ldEKlrWG0f6pt1DTbOC3RaG37 lg6o5DKEx78Y6GKO/d8kJXZMqYUUyNXN8jWPyY9Q= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 69A133858414 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683663991; x=1686255991; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5klMBFUgJ0sSacap9VoTRXKKD595qMQRoSTA6SZEjdE=; b=ISkn3ygHdYUumX4C2McXW+1ns3myNiUxcDLnkzONDWqoYD/48QC9Yk4gQc5Du222Iv PQQSLR0Wcvf1gSe2ln52zjd2snXmlXMvkRetGKenp4s10s78wNM0caRr29s/aBay0niG NrOwbumvGPbbhLSppzJMfziXv1+FpbJb0dX44ffRw/T8UqRDxzSpYQNw8oZIiJmwdvvx 7nDLemmkakrgi9uWL9yk0iV6S1nLgQrDk5BDTkjDt9Qp3IfRwFLgyQvL8r37TFuHq+yl Y7pqSCw1umqtc/BdjNTRoN0hYTy89qTaNAf435j2p6lci1D5U+3dzgX9bhqeIrTJsOtf KoAg== X-Gm-Message-State: AC+VfDwMTJQMl9jR+x/uQx/66kwQgqnBhRPDf1Dze/I6x0eA/yyH3g8w ivPvosILWd0RDaF9XbIOQuytcah8BkUw03uZoNk= X-Google-Smtp-Source: ACHHUZ56orJYFn3L01bsrHx7KN0Yv1N/V0YStTZ7G+nzybpgk93cJWbnRIGtwUEMKsCgfST2Dxu4b0rfp9RqeCgoiWM= X-Received: by 2002:a05:6902:1890:b0:b9a:76e5:c99c with SMTP id cj16-20020a056902189000b00b9a76e5c99cmr20128730ybb.44.1683663990608; Tue, 09 May 2023 13:26:30 -0700 (PDT) MIME-Version: 1.0 References: <87cz394dum DOT fsf AT Rainer DOT invalid> In-Reply-To: <87cz394dum.fsf@Rainer.invalid> Date: Tue, 9 May 2023 22:26:19 +0200 Message-ID: Subject: Re: [ANNOUNCEMENT] Updated: guile-3.0.9-1 To: Achim Gratz Cc: cygwin AT cygwin DOT com X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * 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" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 349KRA8H018883 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 -- 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