From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMB8D-0004sL-N6 for guix-patches@gnu.org; Sat, 17 Jun 2017 06:39:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMB8A-0004RO-Ka for guix-patches@gnu.org; Sat, 17 Jun 2017 06:39:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dMB8A-0004RI-HQ for guix-patches@gnu.org; Sat, 17 Jun 2017 06:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dMB8A-0005I8-8O for guix-patches@gnu.org; Sat, 17 Jun 2017 06:39:02 -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> <87fuezx4c4.fsf@openmailbox.org> <20170616201858.579a54e9@scratchpost.org> From: Theodoros Foradis In-reply-to: <20170616201858.579a54e9@scratchpost.org> Date: Sat, 17 Jun 2017 13:24:33 +0300 Message-ID: <87y3sqvrmm.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: > 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... I did try some stuff to cut down on the dependency but didn't work. I hadn't tried that environment variable though. I did contact the devs, and there was no insight on the issue. -- Theodoros Foradis