-
Committer:
Matthias Klose
-
Date:
2017-11-23 21:06:53 UTC
-
Revision ID:
doko@ubuntu.com-20171123210653-ybh3x8t7s008krnk
* 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).