From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLuUa-0002IE-UG for guix-patches@gnu.org; Fri, 16 Jun 2017 12:53:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLuUY-0002lT-Cp for guix-patches@gnu.org; Fri, 16 Jun 2017 12:53:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48937) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLuUY-0002lI-7d for guix-patches@gnu.org; Fri, 16 Jun 2017 12:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLuUX-0007rt-KK for guix-patches@gnu.org; Fri, 16 Jun 2017 12:53:01 -0400 Subject: [bug#27344] [PATCH 11/12] gnu: Add qucs. Resent-Message-ID: References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-11-theodoros.for@openmailbox.org> <20170615133746.25d65a03@scratchpost.org> From: Theodoros Foradis In-reply-to: <20170615133746.25d65a03@scratchpost.org> Date: Fri, 16 Jun 2017 19:52:27 +0300 Message-ID: <87fuezx4c4.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain 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: 27344@debbugs.gnu.org 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. -- Theodoros Foradis