[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#878459: marked as done (sni-qt FTCBFS: fails running xvfb-run)



Your message dated Thu, 29 Aug 2019 03:31:36 +0000
with message-id <[🔎] E1i3B9s-000EC9-9Q@fasolo.debian.org>
and subject line Bug#935962: Removed package(s) from unstable
has caused the Debian Bug report #878459,
regarding sni-qt FTCBFS: fails running xvfb-run
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
878459: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878459
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: sni-qt
Version: 0.2.7+15.10.20150729-2
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

sni-qt fails to cross build from source, because it fails running
xvfb-run. That might be a bug in xvfb, but here it is much easier to
simply skip xvfb as cross builds are normally performed with
DEB_BUILD_OPTIONS containing nocheck. After doing so, sni-qt cross
builds successfully. Please consider applying the attached patch.

Helmut
diff --minimal -Nru sni-qt-0.2.7+15.10.20150729/debian/changelog sni-qt-0.2.7+15.10.20150729/debian/changelog
--- sni-qt-0.2.7+15.10.20150729/debian/changelog	2015-09-06 11:39:56.000000000 +0200
+++ sni-qt-0.2.7+15.10.20150729/debian/changelog	2017-10-13 23:23:11.000000000 +0200
@@ -1,3 +1,11 @@
+sni-qt (0.2.7+15.10.20150729-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Avoid running xvfb when DEB_BUILD_OPTIONS contains nocheck.
+    (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Fri, 13 Oct 2017 23:23:11 +0200
+
 sni-qt (0.2.7+15.10.20150729-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --minimal -Nru sni-qt-0.2.7+15.10.20150729/debian/rules sni-qt-0.2.7+15.10.20150729/debian/rules
--- sni-qt-0.2.7+15.10.20150729/debian/rules	2015-09-06 11:36:23.000000000 +0200
+++ sni-qt-0.2.7+15.10.20150729/debian/rules	2017-10-13 23:23:09.000000000 +0200
@@ -7,7 +7,9 @@
 	dh $@ --parallel
 
 override_dh_auto_test:
+ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	xvfb-run -a dh_auto_test
+endif
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Nsni-qt

--- End Message ---
--- Begin Message ---
Version: 0.2.7+15.10.20150729-2+rm

Dear submitter,

as the package sni-qt has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935962

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: