Hi, On 2020-03-08 23:52, John Paul Adrian Glaubitz wrote: > Hi! > > On 3/8/20 11:33 PM, John Paul Adrian Glaubitz wrote: > > In fact, this whitelist shouldn't be necessary at all and Java should just > > be enabled for all architectures (I will eventually get around fixing > > hppa). > > Attaching a patch which enables Java support on all architectures.
Has it been tested on at least one of the other architectures? > diff -Nru old/simgrid-3.25+dfsg/debian/control > new/simgrid-3.25+dfsg/debian/control > --- old/simgrid-3.25+dfsg/debian/control 2020-02-21 20:31:20.000000000 > +0100 > +++ new/simgrid-3.25+dfsg/debian/control 2020-03-08 23:35:44.819782490 > +0100 > @@ -7,14 +7,14 @@ > dh-python, > cmake, > chrpath, > - default-jdk (>= 2:1.7~) [amd64 arm64 armel armhf i386 mips64el mipsel > ppc64el s390x], > + default-jdk (>= 2:1.7~), > # valgrind is missing on armel > valgrind [amd64 arm64 armhf i386 mips64el mipsel ppc64el s390x], > gfortran, > liblua5.3-dev, lua5.3, > # Disabled for now: libboost-context-dev. Seems broken on amd64 > libboost-dev, > - libns3-dev [amd64 arm64 armel armhf i386 mips64el ppc64el s390x], > + libns3-dev, At least this part is not correct as libns3-dev is not available anymore due to linker memory usage issue [1]. So if you want to enable ns3 support on all the other architectures [2] it should probably be [!mipsel]. Aurelien [1] Note that #950527 provides a patch to build a 64-bit binutils version on some 32-bit architectures that should make ns3 buildable again on mipsel. [2] Note that ns3 is not buildable anymore on ia64, k-a, k-i and powerpc. -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://www.aurel32.net