From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: Qt build problems after bump to 5.12.7 Date: Thu, 20 Feb 2020 15:47:41 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51414) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4o3R-0000tg-IG for guix-devel@gnu.org; Thu, 20 Feb 2020 10:47:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4o3O-00041b-L4 for guix-devel@gnu.org; Thu, 20 Feb 2020 10:47:55 -0500 Received: from mail-vs1-xe2a.google.com ([2607:f8b0:4864:20::e2a]:42525) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4o3O-00041H-6u for guix-devel@gnu.org; Thu, 20 Feb 2020 10:47:54 -0500 Received: by mail-vs1-xe2a.google.com with SMTP id b79so2937932vsd.9 for ; Thu, 20 Feb 2020 07:47:53 -0800 (PST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Guix-devel Hi Guix, I was looking into the failing freecad build and I found the following bug from the qt 5.12.7 known bugs page (https://wiki.qt.io/Qt_5.12.7_Known_Issues). - Qt-based CMake projects might fail if their build directories contain dots: https://bugreports.qt.io/browse/QTBUG-81715 I think this probably effects more cmake based qt projects than just freecad. The qt-build-system is based on cmake and many of the store paths and build paths include semver version numbers. What should we do? Thanks, John