X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 425F43851C1D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1598072422; bh=IaFiLSBlmYkfWoRU7F4IbrDrERcGIlTJjDpjsM7uOmA=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=pyoM8MoZkgYOGYYBAnSl7Xy5qrUX9RB1kiYNOByZH/F0KJbbBbjjSTwf6qhn7MndT 1RHB7dgbk1pjFGqUnOSKnpQySfsqS2pR/DrFRR7FrnTL65ecLDuGwXFJuU+qZZx4Wu YPi0CoNdIgfA8nMB2qWsKHUIhvIFh/ZvtuDLtOvw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CDA873857C6F X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language; bh=KtALTDD8nCPcv6uFXPgqNQ6jGgk8rrADE4fb9TU0qSU=; b=b/XJG9W/LsfvGuD9kk0GQRykrGNLI6VuKwqXOuqHopk2Gl4A5mUFCvEhsGCrjSN0O6 wQMT+w/AyJ/tbhuspmUhAddnwrxVN497OjuRhTZgz0cUoIsA66BtxakJllbM3o35GjhX 9NZJY1V9GqsvhGFCkxLNH9EQ/ciqKB7Y3HJQLe0UUNKOLlCSXl5IMj3naNf86z/hkHId kJjZ2IcGZTPWJQpK0KnSJB50LeX8fSYFLBrDJ3ToJRnnesoeclwqxz9pi0GiTQ8h4Vkg uqkXVJveiHsk6xZvaquWDqqfAVCU8zS/TYRxAAXkOprXPkB9UJKJ1et3UsBnNru9ZdGU jegg== X-Gm-Message-State: AOAM533g3k9oC+NxRy1S31WqddVcLRJA7PdNI/z2bYFwZwVtoBmzT8lF OYA25u3z1Dg2XjZNyxNOyD5rKOz+vV8= X-Google-Smtp-Source: ABdhPJymAOskAE4XB8vGqR6t+QU6IFwj+O3O7O794/5Km9L0PidvWoTvYk2RMljQrKyv8b7Ss/bSag== X-Received: by 2002:a17:906:6558:: with SMTP id u24mr5716170ejn.364.1598072418257; Fri, 21 Aug 2020 22:00:18 -0700 (PDT) Subject: Re: Build of glm-0.9.7.6-1-src.tar.xz does not work. To: cygwin AT cygwin DOT com References: Message-ID: <61f0207c-aa77-0ea9-a51d-f588d7628c36@gmail.com> Date: Sat, 22 Aug 2020 07:00:14 +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: multipart/mixed; boundary="------------7C87647A879F7951445DFD00" Content-Language: it X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" This is a multi-part message in MIME format. --------------7C87647A879F7951445DFD00 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable On 21.08.2020 10:35, Carlo B. via Cygwin wrote: > Hello, > I tried to rebuild glm-0.9.7.6-1-src.tar.xz but the "install" command > does not work. > I'm getting this error message: >=20 >>>> Installing glm-0.9.7.6-1.noarch > make: *** Nessuna regola per generare l'obiettivo =C2=ABinstall=C2=BB.= Arresto. > *** ERROR: make install DESTDIR failed >=20 > Translated in english, it should be something like this: > "No rules to generate target <>. Stop." >=20 > I did NO changes to the files into glm-0.9.7.6-1-src.tar.xz. > Strangely, cygport cannot build the CYGWIN package, but it builds > mingw64-i686-glm and mingw64-x86_64-glm without errors. The CYGWIN and > MinGW-W64 scripts have some differences actually. > If somebody could check this, perhaps it would be good to also > evaluate the chance to update all GLM packages to a newer version. > The current source packages for all builds, CYGWIN and MinGW-W64, > include a patch for fixing a bug into the sources; nowadays, this bug > has been resolved into the official sources and into the latest > 0.9.9.8 version: >=20 > https://github.com/g-truc/glm/blob/master/test/gtc/gtc_round.cpp#L451 >=20 > so the packages could be also simplified, because they do not need a > patch anymore. >=20 > I'm trying to update GLM because it is a required dependency for > building KiCad, an Open Source Electronics Design software, so I hope > that somebody could understand the first issue and also update the > package with a newer version. >=20 > Sincerely, > -- the error is caused by the build system using now cmake+ninja for the execution while mingw64-i686-glm and mingw64-x86_64-glm builds stay on the previous cmake+make The attached modified glm.cygport works for me. Is glm-0.9.7.6-1 not enough for builing KiCad ? Regards Marco --------------7C87647A879F7951445DFD00 Content-Type: text/plain; charset=UTF-8; name="glm.cygport" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="glm.cygport" aW5oZXJpdCBjbWFrZSBuaW5qYQoKTkFNRT0iZ2xtIgpWRVJTSU9OPTAuOS43LjYKUkVMRUFT RT0xCkNBVEVHT1JZPSJEZXZlbCIKU1VNTUFSWT0iT3BlbkdMIE1hdGhlbWF0aWNzIEMrKyB0 ZW1wbGF0ZSBsaWJyYXJ5IgpERVNDUklQVElPTj0iT3BlbkdMIE1hdGhlbWF0aWNzIChHTE0p IGlzIGEgaGVhZGVyIG9ubHkgQysrIG1hdGhlbWF0aWNzIGxpYnJhcnkKZm9yIGdyYXBoaWNz IHNvZnR3YXJlIGJhc2VkIG9uIHRoZSBPcGVuR0wgU2hhZGluZyBMYW5ndWFnZSBzcGVjaWZp Y2F0aW9ucy4iCkhPTUVQQUdFPSJodHRwOi8vZ2xtLmctdHJ1Yy5uZXQvIgpTUkNfVVJJPSJo dHRwczovL2dpdGh1Yi5jb20vZy10cnVjL2dsbS9yZWxlYXNlcy9kb3dubG9hZC8ke1ZFUlNJ T059L2dsbS0ke1ZFUlNJT059LnppcCIKU1JDX0RJUj0iZ2xtIgpQQVRDSF9VUkk9IjAuOS43 LjYtdGVzdHMtY29tcGlsZS5wYXRjaCIKCkFSQ0g9bm9hcmNoCgpQS0dfTkFNRVM9ImdsbS1k ZXZlbCBnbG0tZG9jIgpnbG1fZGV2ZWxfQ09OVEVOVFM9IgoJLS1leGNsdWRlPWFwaSAtLWV4 Y2x1ZGU9Ki5wZGYKCXVzci9pbmNsdWRlL2dsbS8KCXVzci9saWIvY21ha2UvZ2xtLwoJdXNy L2xpYi9wa2djb25maWcvZ2xtLnBjCgl1c3Ivc2hhcmUvZG9jLwoiCmdsbV9kb2NfQ0FURUdP Ulk9IkRvYyIKZ2xtX2RvY19DT05URU5UUz0idXNyL3NoYXJlL2RvYy9nbG0vYXBpLyB1c3Iv c2hhcmUvZG9jL2dsbS8qLnBkZiIKCkNZR0NNQUtFX0FSR1M9Ii1ER0xNX1RFU1RfRU5BQkxF PU9OIgoKc3JjX2luc3RhbGwoKSB7CgljZCAke0J9CgluaW5qYV9pbnN0YWxsCgoJZG9kb2Mg JHtTfS9kb2MvZ2xtLnBkZiAke1N9L2RvYy9hcGkvCn0Kc3JjX3Rlc3QoKSB7CgljZCAke0J9 CgluaW5qYV90ZXN0Cn0K --------------7C87647A879F7951445DFD00 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- 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 --------------7C87647A879F7951445DFD00--