From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLvqp-00016g-Mx for guix-patches@gnu.org; Fri, 16 Jun 2017 14:20:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLvqk-0001OM-GL for guix-patches@gnu.org; Fri, 16 Jun 2017 14:20:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48984) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLvqk-0001Nx-Cy for guix-patches@gnu.org; Fri, 16 Jun 2017 14:20:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLvqk-0001VP-4y for guix-patches@gnu.org; Fri, 16 Jun 2017 14:20:02 -0400 Subject: [bug#27344] [PATCH 11/12] gnu: Add qucs. Resent-Message-ID: Date: Fri, 16 Jun 2017 20:18:58 +0200 From: Danny Milosavljevic Message-ID: <20170616201858.579a54e9@scratchpost.org> In-Reply-To: <87fuezx4c4.fsf@openmailbox.org> References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-11-theodoros.for@openmailbox.org> <20170615133746.25d65a03@scratchpost.org> <87fuezx4c4.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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: Theodoros Foradis Cc: 27344@debbugs.gnu.org Hi, On Fri, 16 Jun 2017 19:52:27 +0300 Theodoros Foradis wrote: > Danny Milosavljevic writes: > > >> + ;; The test suite requires a running X server. > >> + (system "Xvfb :1 &") > >> + (setenv "DISPLAY" ":1") > >> + #t)) > > > > Does it? (setenv "QT_QPA_PLATFORM" "offscreen") is not enough? > > Yes. I tried and (setenv "QT_QPA_PLATFORM" "offscreen") is not > enough. The other option would be to not do the tests, if pulling > xorg-server as a dependency is an issue. No, it's fine. It's just good to try the non-huge-dependency case first. Since it doesn't work, let's use xorg... Weird, though. Isn't qucs just a normal GUI program? Should have been fine with just Qt offscreen...