Your message dated Mon, 09 Mar 2020 02:44:43 +0000
with message-id <[email protected]>
and subject line Bug#953394: fixed in simgrid 3.25+dfsg-2
has caused the Debian Bug report #953394,
regarding simgrid: FTBFS on riscv64 due to disabled java support
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.)
--
953394: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953394
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: simgrid
Version: 3.25+dfsg-1
Severity: normal
Tags: patch
Justification: fails to build from source (but built successfully in the past)
User: [email protected]
Usertags: riscv64
Dear maintainer,
ceph fails to build on riscv64 with the following error:
| dh_install
| dh_install: warning: Cannot find (any matches for)
"usr/lib/libsimgrid-java.so" (tried in ., debian/tmp)
|
| dh_install: warning: libsimgrid-dev missing files: usr/lib/libsimgrid-java.so
| dh_install: error: missing files, aborting
| make[1]: *** [debian/rules:89: override_dh_install] Error 25
| make[1]: Leaving directory '/<<BUILDDIR>>/simgrid-3.25+dfsg'
| make: *** [debian/rules:39: binary-arch] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary-arch subprocess
returned exit status 2
The full build log is available there:
https://buildd.debian.org/status/fetch.php?pkg=simgrid&arch=riscv64&ver=3.25%2Bdfsg-1&stamp=1583603229&raw=0
The problem is that java support is not enabled on riscv64. After
enabling it (as well as ns3 which is also available) I have verified that
simgrid builds fine on riscv64.
I have attached the patch I have used. Would it be possible to include
it in the next upload?
Thanks,
Aurelien
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru simgrid-3.25+dfsg/debian/control simgrid-3.25+dfsg/debian/control
--- simgrid-3.25+dfsg/debian/control 2020-02-21 20:31:20.000000000 +0100
+++ simgrid-3.25+dfsg/debian/control 2020-03-08 12:05:31.000000000 +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~) [amd64 arm64 armel armhf i386 mips64el mipsel ppc64el
riscv64 s390x],
# 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 [amd64 arm64 armel armhf i386 mips64el ppc64el riscv64 s390x],
# Needed to build the doc
# doxygen,
# python3-breathe,
@@ -69,7 +69,7 @@
Package: libsimgrid-java
Section: java
-Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x
+Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el riscv64
s390x
Depends: ${shlibs:Depends}, ${misc:Depends}, libsimgrid3.25 (>=
${source:Version})
#Recommends: simgrid-doc (>= ${source:Version})
Breaks: simgrid (<< 3.11), simgrid-java
diff -Nru simgrid-3.25+dfsg/debian/rules simgrid-3.25+dfsg/debian/rules
--- simgrid-3.25+dfsg/debian/rules 2020-02-21 20:31:20.000000000 +0100
+++ simgrid-3.25+dfsg/debian/rules 2020-03-08 12:05:53.000000000 +0100
@@ -21,7 +21,7 @@
CFLAGS += -O3
endif
-ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),amd64 arm64 armel armhf i386
mips64el mipsel ppc64el s390x))
+ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),amd64 arm64 armel armhf i386
mips64el mipsel ppc64el riscv64 s390x))
CMAKE_FLAGS += -Denable_java=ON
else
CMAKE_FLAGS += -Denable_java=OFF
--- End Message ---
--- Begin Message ---
Source: simgrid
Source-Version: 3.25+dfsg-2
Done: Martin Quinson <[email protected]>
We believe that the bug you reported is fixed in the latest version of
simgrid, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Martin Quinson <[email protected]> (supplier of updated simgrid package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 09 Mar 2020 03:10:15 +0100
Source: simgrid
Architecture: source
Version: 3.25+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Martin Quinson <[email protected]>
Changed-By: Martin Quinson <[email protected]>
Closes: 953394
Changes:
simgrid (3.25+dfsg-2) unstable; urgency=medium
.
* Re-enable java on all architectures, including the unofficial ones.
(Closes: #953394)
Checksums-Sha1:
0ff8c16332bc9eabcc2555c91ffe7e4a04fa1012 2289 simgrid_3.25+dfsg-2.dsc
9c5ae3eba567d23f3641e0dd15e29785411df1e9 14636
simgrid_3.25+dfsg-2.debian.tar.xz
55d67b30586a2e0aeb5dea986306f882cf1a2451 12598
simgrid_3.25+dfsg-2_amd64.buildinfo
Checksums-Sha256:
dabd146909b67bdc0131860b88a740f604688c159d44e89c6e04225b581d48b0 2289
simgrid_3.25+dfsg-2.dsc
fc51b13e4cb350bf9db9a1f8c655a128a36dd262006a2214c7b8b3a0c209c324 14636
simgrid_3.25+dfsg-2.debian.tar.xz
033a6f38fe209d1bf7367bbe39d69df74f7fefa53fdfb0b9cc12f315af0abdbb 12598
simgrid_3.25+dfsg-2_amd64.buildinfo
Files:
b5ad1fc0ea6940bf4e2448e4cf703df1 2289 science optional simgrid_3.25+dfsg-2.dsc
28c4355b28c9a37ae1dfe4bb672d576b 14636 science optional
simgrid_3.25+dfsg-2.debian.tar.xz
80913be85ac338414ce5b8ac5e5fae33 12598 science optional
simgrid_3.25+dfsg-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEET76cTupS7xPVQWYSmL2XJE9zvqcFAl5lrKcUHG1xdWluc29u
QGRlYmlhbi5vcmcACgkQmL2XJE9zvqcO0Q/9G6dt9ebEgiBL6pA+2GUOMqnjQ3o5
caiKt8YclFxwKzdnHnQ8JPYLX9SSgspL43feK4gfJH4OI/juySJTZD7eJLVLg8QP
HcNdsfbHzVBKcDHWsDyNeU3uhDVEYo5y0dfeiZ3epk27jzVji7c1sZOyVOBwWFs0
hVzEuVeze4UwgkinYibN398qFi+ocyNLDV6SfpKKoOrdsI/VXIHeo8fNjiB1Zuhq
+6V6aijz/u/Dp0aJvJrYj93Vejw9bF2eHw81kok6UU3IIZwscAMMSXep+LqBZut3
HQjpomMV1DIN7Y7bFFGgswvqILyMOjVlEGMcmvQe9sTcaKmVYT+GaLEem4u/0nyN
3teR+pVN/aS71WGPomiSeUY3EizAkY5hD7HxBDjkkL84SdEhzD+CDKDL0Lq3aSFM
ZZROZsFazXE6IoT5Mog/zzY9cL7DWezR5+SAnGsB5AwVoTnPK94W2bYf8Dy3cmO4
TdawUOj2KuGHP7GYmPrJlw5355I/GTD+u5PiRabz6WXV7pbQxt7J7EPsTf8G+jjB
0aWVviwcvsv+/xAzNer8XzR3xTecCTipXoty0MUHY28oN7giY9IxET0rKDldEXHy
mf8dbimVHu6w3Os5NW8Sy4EiBGo3qE7AWlv76PyJOyrloz21ObceVcRLjzXY4nh8
aFgjm0h9Iw62pFk=
=IWF5
-----END PGP SIGNATURE-----
--- End Message ---