From debbugs-submit-bounces@debbugs.gnu.org Fri Sep 29 07:27:47 2017 Received: (at submit) by debbugs.gnu.org; 29 Sep 2017 11:27:47 +0000 Received: from localhost ([127.0.0.1]:37678 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxtSN-0006n0-3h for submit@debbugs.gnu.org; Fri, 29 Sep 2017 07:27:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36781) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxtSJ-0006md-Nc for submit@debbugs.gnu.org; Fri, 29 Sep 2017 07:27:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxtSD-0006P7-Ir for submit@debbugs.gnu.org; Fri, 29 Sep 2017 07:27:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:44256) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxtSD-0006P1-FO for submit@debbugs.gnu.org; Fri, 29 Sep 2017 07:27:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxtSC-0000lB-8Q for bug-guix@gnu.org; Fri, 29 Sep 2017 07:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxtS7-0006NA-Br for bug-guix@gnu.org; Fri, 29 Sep 2017 07:27:36 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:47899) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxtS7-0006Mu-4v for bug-guix@gnu.org; Fri, 29 Sep 2017 07:27:31 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id C61554CA45; Fri, 29 Sep 2017 13:27:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id HoXWbmqsWrGD; Fri, 29 Sep 2017 13:27:21 +0200 (CEST) From: Theodoros Foradis To: bug-guix@gnu.org Subject: Pulseview with modular qt Date: Fri, 29 Sep 2017 14:27:08 +0300 Message-ID: <87r2uphhir.fsf@foradis.org> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.3 (----) X-Debbugs-Envelope-To: submit Cc: Marius Bakke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.3 (----) Hello, commit b1e4c0fa514d94df9735685a037693e5c6efa5b2 changed the pulseview package to build with modular qt. Now, some icons do not appear at all in the gui. I had tried building with modular qt before submitting the qt package, and this is why I opted for "qt" as an input. The two inputs from modular qt, namely qtbase and qtsvg, seem to be the correct ones, seeing that other distibutions (e.g. Parabola/Arch) use the same dependencies. My guess (not being familiar with qt), is that somehow, having the two inputs in different prefixes, causes the problem with the package's build system. I gave a look at the cmake files, but couldn't locate the issue/fix. Any ideas? -- Theodoros Foradis