Your message dated Sat, 30 Sep 2017 02:02:14 +0200
with message-id <[email protected]>
and subject line Re: [pkg-uWSGI-devel] Bug#876998: uwsgi: Disable
uwsgi-plugin-v8 due to libv8-3.14 removal from testing
has caused the Debian Bug report #876998,
regarding uwsgi: Disable uwsgi-plugin-v8 due to libv8-3.14 removal from testing
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 [email protected]
immediately.)
--
876998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=876998
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: uwsgi
Version: 2.0.15-2.1
Severity: serious
Tags: patch
src:libv8-3.14 will be autoremoved from testing in a few days
due to RC bugs for security vulnerabilities and FTBFS with gcc 7.
It is unclear how the v8 situation will be in buster,
but the following change to disable uwsgi-plugin-v8
will prevent uwsgi testing removal:
diff -Nru uwsgi-2.0.15/debian/rules uwsgi-2.0.15/debian/rules
--- uwsgi-2.0.15/debian/rules 2017-08-30 11:38:54.000000000 +0300
+++ uwsgi-2.0.15/debian/rules 2017-09-27 17:18:57.000000000 +0300
@@ -57,7 +57,8 @@
$(shell sh debian/pkgarchs.sh python-greenlet-dev > debian/ARCHS_greenlet)
$(shell sh debian/pkgarchs.sh python-trollius > debian/ARCHS_trollius)
$(shell sh debian/pkgarchs.sh openjdk-8-jdk > debian/ARCHS_openjdk8)
-$(shell sh debian/pkgarchs.sh libv8-dev > debian/ARCHS_v8)
+#$(shell sh debian/pkgarchs.sh libv8-dev > debian/ARCHS_v8)
+$(shell echo "disabled" > debian/ARCHS_v8)
$(shell sh debian/pkgarchs.sh luajit > debian/ARCHS_luajit)
$(shell sh debian/pkgarchs.sh libmongoclient-dev > debian/ARCHS_mongodb)
$(shell sh debian/pkgarchs.sh libmono-2.0-dev | perl -pe 's/\bpowerpc\b//' >
debian/ARCHS_mono)
--- End Message ---
--- Begin Message ---
Version: 2.0.15-5
Quoting Adrian Bunk (2017-09-27 16:37:01)
> src:libv8-3.14 will be autoremoved from testing in a few days
> due to RC bugs for security vulnerabilities and FTBFS with gcc 7.
>
> It is unclear how the v8 situation will be in buster,
> but the following change to disable uwsgi-plugin-v8
> will prevent uwsgi testing removal:
Thanks for the proposed patch. Fixed in different way, however.
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
--- End Message ---