Your message dated Fri, 28 Nov 2014 08:46:40 +0000
with message-id <c7e635194b11a49e392e8987e5229...@mail.adsl.funky-badger.org>
and subject line Re: Bug#771283: unblock: libsdl2/2.0.2+dfsg1-6
has caused the Debian Bug report #771283,
regarding unblock: libsdl2/2.0.2+dfsg1-6
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.)
--
771283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package libsdl2
The bug 770670 [1] reports that compilation of a software including
libsdl2 is not possible on ppc64el when g++ is used with option
"-std=c++0x".
The fix is to disable a compilation option (configure
--disable-altivec) when compiling on ppc64el, just like when compiling
on powerpc. Only ppc64el version of the package will actually be
different.
Here's the debdiff:
$ debdiff libsdl2_2.0.2+dfsg1-{5,6}.dsc
diff -Nru libsdl2-2.0.2+dfsg1/debian/changelog
libsdl2-2.0.2+dfsg1/debian/changelog
--- libsdl2-2.0.2+dfsg1/debian/changelog 2014-10-18 19:02:01.000000000
+0200
+++ libsdl2-2.0.2+dfsg1/debian/changelog 2014-11-27 18:53:32.000000000
+0100
@@ -1,3 +1,9 @@
+libsdl2 (2.0.2+dfsg1-6) unstable; urgency=medium
+
+ * rules: disable activec for ppc64el build (Closes: #770670)
+
+ -- Dominique Dumont <d...@debian.org> Thu, 27 Nov 2014 18:52:50 +0100
+
libsdl2 (2.0.2+dfsg1-5) unstable; urgency=medium
* patch to use default screen from DISPLAY (Closes: #754401)
diff -Nru libsdl2-2.0.2+dfsg1/debian/rules libsdl2-2.0.2+dfsg1/debian/rules
--- libsdl2-2.0.2+dfsg1/debian/rules 2014-10-18 19:02:01.000000000 +0200
+++ libsdl2-2.0.2+dfsg1/debian/rules 2014-11-27 18:53:32.000000000 +0100
@@ -16,6 +16,10 @@
confflags += --disable-altivec
endif
+ifeq ($(DEB_HOST_ARCH_CPU),ppc64el)
+ confflags += --disable-altivec
+endif
+
# disable Wayland on non-Linux, they do not support other kernels at the moment
ifeq (hurd,$(findstring hurd,$(DEB_HOST_ARCH_CPU)))
confflags += --disable-video-wayland
unblock libsdl2/2.0.2+dfsg1-6
All the best
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770670
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
On 2014-11-28 8:11, Dominique Dumont wrote:
Please unblock package libsdl2
The bug 770670 [1] reports that compilation of a software including
libsdl2 is not possible on ppc64el when g++ is used with option
"-std=c++0x".
The fix is to disable a compilation option (configure
--disable-altivec) when compiling on ppc64el, just like when compiling
on powerpc. Only ppc64el version of the package will actually be
different.
Unblocked, thanks.
Regards,
Adam
--- End Message ---