From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x634.google.com (mail-ej1-x634.google.com [IPv6:2a00:1450:4864:20::634]) by sourceware.org (Postfix) with ESMTPS id CDA873857C6F for ; Sat, 22 Aug 2020 05:00:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CDA873857C6F Received: by mail-ej1-x634.google.com with SMTP id qc22so4969772ejb.4 for ; Fri, 21 Aug 2020 22:00:19 -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: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) Received: from [192.168.2.121] (pd9ed58c0.dip0.t-ipconnect.de. [217.237.88.192]) by smtp.gmail.com with ESMTPSA id di5sm2310981edb.16.2020.08.21.22.00.16 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 21 Aug 2020 22:00:17 -0700 (PDT) Subject: Re: Build of glm-0.9.7.6-1-src.tar.xz does not work. To: cygwin@cygwin.com References: From: Marco Atzeri 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@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: Sat, 22 Aug 2020 05:00:21 -0000 This is a multi-part message in MIME format. --------------7C87647A879F7951445DFD00 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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: > >>>> Installing glm-0.9.7.6-1.noarch > make: *** Nessuna regola per generare l'obiettivo «install». Arresto. > *** ERROR: make install DESTDIR failed > > Translated in english, it should be something like this: > "No rules to generate target <>. Stop." > > 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: > > https://github.com/g-truc/glm/blob/master/test/gtc/gtc_round.cpp#L451 > > so the packages could be also simplified, because they do not need a > patch anymore. > > 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. > > 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--