------------------------------------------------------------
revno: 620
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk7
timestamp: Thu 2017-11-23 22:06:53 +0100
message:
    * Build-depend on g++-4.7 on wheezy. This is the default on some
      architectures such as amd64 or i386, but not on armhf or armel,
      which default to 4.6. There the build was working before because
      the bootstrap build pulled gcj-jdk, which depends on gcj-4.7-jdk
      and that in turn depends on g++-4.7. However since we have
      disabled the bootstrap build now, g++-4.7 is no longer installed
      on arm* builds, causing the build failure which couldn't be seen
      on amd64 (Emilio Pozuelo Monfort).
modified:
  changelog
  rules


--
lp:~openjdk/openjdk/openjdk7
https://code.launchpad.net/~openjdk/openjdk/openjdk7

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk7.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk7/+edit-subscription
=== modified file 'changelog'
--- changelog	2017-11-23 17:48:53 +0000
+++ changelog	2017-11-23 21:06:53 +0000
@@ -2,6 +2,14 @@
 
   * Disable Hotspot workaround for Exec Shield (Debian only).
     Addresses: #876051.
+  * Build-depend on g++-4.7 on wheezy. This is the default on some
+    architectures such as amd64 or i386, but not on armhf or armel,
+    which default to 4.6. There the build was working before because
+    the bootstrap build pulled gcj-jdk, which depends on gcj-4.7-jdk
+    and that in turn depends on g++-4.7. However since we have
+    disabled the bootstrap build now, g++-4.7 is no longer installed
+    on arm* builds, causing the build failure which couldn't be seen
+    on amd64 (Emilio Pozuelo Monfort).
 
  -- Matthias Klose <d...@ubuntu.com>  Thu, 23 Nov 2017 18:46:39 +0100
 

=== modified file 'rules'
--- rules	2017-11-23 17:48:53 +0000
+++ rules	2017-11-23 21:06:53 +0000
@@ -588,6 +588,7 @@
   export CC = gcc-4.7
   export CXX = g++-4.7
   GCJ_SUFFIX = -4.7
+  bd_gcc = g++-4.7,
   ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
     export CC = gcc-4.4
     export CXX = g++-4.4

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to