From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43534) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5Ekc-0003IW-TC for guix-patches@gnu.org; Tue, 03 Sep 2019 15:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5Ekb-0000mE-Vk for guix-patches@gnu.org; Tue, 03 Sep 2019 15:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51744) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i5Ekb-0000m8-T4 for guix-patches@gnu.org; Tue, 03 Sep 2019 15:46:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i5Ekb-0008Cc-SG for guix-patches@gnu.org; Tue, 03 Sep 2019 15:46:01 -0400 Subject: [bug#36440] [PATCH] Add FreeCAD Resent-Message-ID: Message-ID: From: Paul Garlick Date: Tue, 03 Sep 2019 20:45:33 +0100 In-Reply-To: References: <87zhjm96in.fsf@gnu.org> <2CF5BFCE-4CAF-476F-9FF9-FAE031C35014@asu.edu> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: John Soo , Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36440@debbugs.gnu.org Hi John, > Switching to opencascade-occt does not build. It fails with `ld: > cannot find -lXmu` when building the PartDesigner module. libxmu is one of the opencascade-occt dependencies. It might make sense to propagate this input in the opencascade-occt package definition. Could you test whether FreeCAD builds successfully with a libxmu input? There may be other dependencies that need to be propagated too. Best regards, Paul.