From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe29.google.com (mail-vs1-xe29.google.com [IPv6:2607:f8b0:4864:20::e29]) by sourceware.org (Postfix) with ESMTPS id 091343857C42 for ; Tue, 25 Aug 2020 20:06:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 091343857C42 Received: by mail-vs1-xe29.google.com with SMTP id j188so80658vsd.2 for ; Tue, 25 Aug 2020 13:06:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-transfer-encoding; bh=dnLy1bsur5+bORGnBcUw5PoX8zVwIgJrNrse+8iZiIg=; b=W6TrGUTFA6pnklkM9GjL8FlJvqO8hZYgovO/yZIzdaZVkm7o6Cqov/dSY6q2zZnidR 92o7epXYp41tpUPG95cFG2jWz9NgZq0/oT4PWh1BNBnBFtC0K+nQBYGvUXCZgcv2CXg2 uwz7fZ3lXeR8bYlkarYZNVoUe/izIVhvmwGg3saxT4LKUvcYHtzAjpgo+qlCLSbbUM6u kPJk1ct89IWQoysk1shBJeTZ6PqevpBXPsiydfNSjZnrKGy1KTTJa2ddsSJvz33l2Fdz c/oVHLlmLPFufX1JHZcZDgXF4XovVKhK+WKXp0ikNd0SaQDZHUOuyoNOlhnhnZz42LYi ZjJw== X-Gm-Message-State: AOAM533i8yXbXmplSGrTTY6UPIE8qjsySr5xI2DUrfibaaqATvlPRa9g pT4IzC9DRx52qgmyhTQBCOepMVYb+yxoxkoxIqA= X-Google-Smtp-Source: ABdhPJyAe6S+B5S0JK94YksGu080M3nPKS/nSKhFJl2lsxmyHTUikXF0qL42kjoWLy60aXNvdga13KU7E0+tqLMWnCU= X-Received: by 2002:a67:fb43:: with SMTP id e3mr6392833vsr.91.1598385989589; Tue, 25 Aug 2020 13:06:29 -0700 (PDT) MIME-Version: 1.0 References: <61f0207c-aa77-0ea9-a51d-f588d7628c36@gmail.com> <12cd14a3-023d-e8ca-9ba4-520d6c8dc49d@dronecode.org.uk> <7d476d33-243f-426a-33f5-fdbd57452da4@gmail.com> In-Reply-To: <7d476d33-243f-426a-33f5-fdbd57452da4@gmail.com> From: "Carlo B." Date: Tue, 25 Aug 2020 22:06:16 +0200 Message-ID: Subject: Re: Build of glm-0.9.7.6-1-src.tar.xz does not work. To: Marco Atzeri , cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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: Tue, 25 Aug 2020 20:06:31 -0000 Hello, thank you very much, your updated script allowed me to complete the rebuilt process. KiCad requires GLM version 0.9.8 or newer for compiling. Unfortunately, I discovered that just replacing the old sources with the latest ones is not enough for updating the library. Since version 0.9.9.6, the install and uninstall targets have been removed from generated Makefile: https://github.com/g-truc/glm/commit/5f352ecce21bb1ab37fa56fac0f383c779b351= a3#diff-af3b638bc2a3e6c650974192a53c7291 So, the current cygport script is able to work up to version 0.9.9.5, which is enough for the task anyways. Perhaps, the newer versions are using CMake directly for doing installation, but I have no idea how this is expected to work in cygport. Thank you very much for your time and your support. Sincerely, Il giorno dom 23 ago 2020 alle ore 18:04 Marco Atzeri via Cygwin ha scritto: > > On 23.08.2020 17:30, Jon Turney wrote: > > On 22/08/2020 06:00, Marco Atzeri via Cygwin wrote: > >> 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 =C2=ABinstall=C2= =BB. Arresto. > >>> *** ERROR: make install DESTDIR failed > >>> > >>> Translated in english, it should be something like this: > >>> "No rules to generate target <>. Stop." > >>> > > [...] > >> > >> 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 > >> > > I am a bit confused by this. What causes the default generator used by > > cmake to change? Having old .cygports break due to that seems bad. > > > > not sure. > I guess that if ninja is available the glm cmake settings > give it a precedence. > > It is also possible that the latest cmake is behaving differently > than previous one. > > Regards > Marco > > > -- > 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