Your message dated Tue, 07 May 2024 18:59:25 +0000
with message-id <e1s4q29-00h5x4...@fasolo.debian.org>
and subject line Bug#1026175: Removed package(s) from unstable
has caused the Debian Bug report #1000213,
regarding gcc-python-plugin: Don't use -Werror=deprecated-declarations
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.)


-- 
1000213: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gcc-python-plugin
Version: 0.17-6
Severity: serious
Tags: patch
Justification: ftbfs
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch

Hello,

The gcc-python-plugin package currently fails to build because the source
uses functions that are deprecated in python3.9:

  gcc-python.c:791:24: error: ‘void PyEval_InitThreads()’ is deprecated 
[-Werror=deprecated-declarations]

Since there is no upstream fix for this deprecation warning, it doesn't seem
worth failing the build on, so I've prepared the attached patch to fix it. 
As a side effect, it fixes the fact that gcc-python-plugin was not
previously using the cflags from dpkg-buildflags for the build, which seems
kind of important!

I've uploaded this patch to Ubuntu.  Please consider including it in Debian
as well.

Thanks,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru gcc-python-plugin-0.17/debian/rules 
gcc-python-plugin-0.17/debian/rules
--- gcc-python-plugin-0.17/debian/rules 2020-02-20 05:15:45.000000000 -0800
+++ gcc-python-plugin-0.17/debian/rules 2021-11-19 11:24:09.000000000 -0800
@@ -14,6 +14,7 @@
 INTERP = python3 python3-dbg # python python-dbg
 
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+export CFLAGS := $(shell env 
DEB_CFLAGS_MAINT_APPEND=-Wno-error=deprecated-declarations dpkg-buildflags 
--get CFLAGS)
 
 build-arch: $(INTERP:%=build-stamp-%)
 build-indep: doc-stamp

--- End Message ---
--- Begin Message ---
Version: 0.17-6+rm

Dear submitter,

as the package gcc-python-plugin 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/1026175

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