X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3ED1C3858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1708922043; bh=SdEwgXO4k0PgfAQKOOa4pnDDAROAV2LsWFpBtUuN09g=; h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=PkWeMwCoez/fAAtZUyK2O6r4Fkau6xX7AiXJPYnn589Z6Jyz1kFpJUnUEmopoAejm fHCvnCrz8on/zT/TDdIh71tLLSJOyHNM4b7JxaUlA7+kag/jC7o50VdQOh87x6k4+f L/kdTdr3x6yuuLeFHrekM3L8FpzmLAukOB+VL2T8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 867133858D3C ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 867133858D3C ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708922023; cv=none; b=gMImf2f5PhWjno2pxpqWA8ukiw0x7ym8HUE2upfQB7rv1qZtc1BZGlAAqDQtOYZzy+iqrXlP3HQMNSkDY0J/BpigOw1rkJtrKkkucyBQKOGulWAOw4RDdAl62jI7Rz1rtFxxuZUoPj0+GBkI4Yh8kazWsdtVUPbOM/bZONVp3vM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708922023; c=relaxed/simple; bh=ffHuPBEGSigtH3SRa8nb8+wIbtC04tjJ63f1PDL2lvc=; h=Date:From:To:Subject:Message-ID:Mime-Version; b=j3rTfm6n99ocnXcTwu7d7nUGdPyO32+c8yNVJhHgod5Ap2qEj0i+VsuQ/98ttWS07JsBcYnxT0yvjn8rNw3MXrIrEaoyCweFQaSkB3MkrYKksyFpKEMiazHXGUylTfbpXdRYiLLlzpf5+sdi56L0Incyr4iNMITIB7CIlRYOqTQ= ARC-Authentication-Results: i=1; server2.sourceware.org X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-Spam-Language: en X-Spam-Relay-Country: X-Spam-DCC: B=www.nova53.net; R=smtp1.atof.net 1206; Body=1 Fuz1=1 Fuz2=1 X-Spam-RBL: X-Spam-PYZOR: Reported 0 times. Date: Sun, 25 Feb 2024 23:33:17 -0500 To: cygwin AT cygwin DOT com Subject: Does gcc now depend on libintl-devel ? Message-ID: Mime-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: "gs-cygwin.com--- via Cygwin" Reply-To: gs-cygwin DOT com AT gluelogic DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" Does gcc now depend on libintl-devel ? Is this dependency declared? Along with the release of cygwin 3.5.0, my CI on github started failing, where autoconf would report that a working C compiler was not found for the Cygwin build. The github workflow in question: search for "Windows-Cygwin" in https://github.com/lighttpd/lighttpd1.4/blob/master/.github/workflows/pr.yml I added libintl-devel package to the package install list and things started working again. This was a couple weeks ago and I forget exactly what I did to reproduce it locally, but if you need more details, I can try to document more carefully. Here is the workflow job which failed two weeks ago: https://github.com/gstrauss/lighttpd1.4/actions/runs/7841762861/job/21398761239 checking whether the C compiler works... no configure: error: in '/cygdrive/d/a/lighttpd1.4/lighttpd1.4': configure: error: C compiler cannot create executables Cheers, Glenn -- 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