Your message dated Wed, 04 Sep 2024 04:43:51 +0000
with message-id <e1slhrz-000ews...@fasolo.debian.org>
and subject line Bug#1080310: Removed package(s) from unstable
has caused the Debian Bug report #948134,
regarding gnome-shell-mailnag FTCBFS: stores valac in CC
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 ow...@bugs.debian.org
immediately.)


-- 
948134: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnome-shell-mailnag
Version: 3.28.0-0.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs
Control: block -1 by 948128

gnome-shell-mailnag fails to cross build from source, because its
Makefile stores valac in CC. dh_auto_build supplies a c compiler there
and that fails. Passing the right vala compiler fixes this part.
However, the cross build then fails due to #948128. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru gnome-shell-mailnag-3.28.0/debian/changelog 
gnome-shell-mailnag-3.28.0/debian/changelog
--- gnome-shell-mailnag-3.28.0/debian/changelog 2018-11-03 22:18:05.000000000 
+0100
+++ gnome-shell-mailnag-3.28.0/debian/changelog 2020-01-04 12:15:54.000000000 
+0100
@@ -1,3 +1,10 @@
+gnome-shell-mailnag (3.28.0-0.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass valac as CC. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 04 Jan 2020 12:15:54 +0100
+
 gnome-shell-mailnag (3.28.0-0.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff --minimal -Nru gnome-shell-mailnag-3.28.0/debian/rules 
gnome-shell-mailnag-3.28.0/debian/rules
--- gnome-shell-mailnag-3.28.0/debian/rules     2018-11-03 22:18:05.000000000 
+0100
+++ gnome-shell-mailnag-3.28.0/debian/rules     2020-01-04 12:15:54.000000000 
+0100
@@ -1,7 +1,18 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+
+ifeq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
+VALAC ?= valac
+else
+VALAC ?= $(DEB_HOST_GNU_TYPE)-valac
+endif
+
 %:
        dh $@ 
 
+override_dh_auto_build:
+       dh_auto_build -- CC=$(VALAC)
+
 override_dh_auto_install:
        $(MAKE) install prefix="$(CURDIR)/debian/gnome-shell-mailnag/usr"

--- End Message ---
--- Begin Message ---
Version: 40.0-7+rm

Dear submitter,

as the package gnome-shell-mailnag 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/1080310

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

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

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

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

--- End Message ---

Reply via email to