Your message dated Fri, 18 Dec 2015 23:24:51 +0000
with message-id <[email protected]>
and subject line Bug#788068: fixed in libsbml 5.12.0+dfsg-1
has caused the Debian Bug report #788068,
regarding package libsbml FTBFS on mipsel
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.)
--
788068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libsbml
Version: 5.10.0+dfsg-1
Severity: serious
Tags: sid
User: [email protected]
Usertags: mips-patch
Package libsbml_5.10.0+dfsg-1 FTBFS on mipsel with following message:
Build killed with signal TERM after 150 minutes of inactivity
https://buildd.debian.org/status/fetch.php?pkg=libsbml&arch=mipsel&ver=5.10.0%2Bdfsg-1&stamp=1410908364
Package timeout on loongson based MIPS build boards.
We have successfully built libsbml using -O1 optimization level.
-O1 is used for mips/mipsel, for critical part of package.
The patch is attached.
With this patch we was able to build package on lemote loongson 3a.
Could you please include this patch?
Thank you!
Regards,
Jurica
diff -upNr libsbml-5.10.0+dfsg-old/debian/rules libsbml-5.10.0+dfsg-new/debian/rules
--- libsbml-5.10.0+dfsg-old/debian/rules 2014-08-27 13:34:23.000000000 +0200
+++ libsbml-5.10.0+dfsg-new/debian/rules 2015-05-29 00:15:27.410301574 +0200
@@ -18,6 +18,10 @@ ifdef BIND_MATLAB
CMAKE_OPTS := $(shell cat debian/cmake_opts)
endif
+ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
+CMAKE_OPTS += -D'WITH_01_COMPILE:BOOL=ON'
+endif
+
### let's do it ###
DEB_COMPRESS_EXCLUDE = .pdf
diff -upNr libsbml-5.10.0+dfsg-old/src/bindings/perl/CMakeLists.txt libsbml-5.10.0+dfsg-new/src/bindings/perl/CMakeLists.txt
--- libsbml-5.10.0+dfsg-old/src/bindings/perl/CMakeLists.txt 2015-05-29 00:17:39.000000000 +0200
+++ libsbml-5.10.0+dfsg-new/src/bindings/perl/CMakeLists.txt 2015-05-29 00:16:43.652489626 +0200
@@ -149,6 +149,12 @@ ADD_CUSTOM_COMMAND(
add_custom_target(binding_perl_swig ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/LibSBML_wrap.cpp ${CMAKE_CURRENT_BINARY_DIR}/LibSBML.pod)
+if (WITH_01_COMPILE)
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1")
+ set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O1")
+ set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O1")
+ set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -O1")
+endif(WITH_01_COMPILE)
#
# Determine the perl installation directory
--- End Message ---
--- Begin Message ---
Source: libsbml
Source-Version: 5.12.0+dfsg-1
We believe that the bug you reported is fixed in the latest version of
libsbml, 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.
Andreas Tille <[email protected]> (supplier of updated libsbml 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: Fri, 18 Dec 2015 18:13:10 +0100
Source: libsbml
Binary: libsbml5-dev libsbml5-dbg libsbml5 libsbml5-python libsbml5-java
libsbml5-perl libsbml5-octave libsbml5-cil libsbml5-examples libsbml5-doc
libsbml5-cil-doc libsbml5-java-doc libsbml5-perl-doc libsbml5-python-doc
Architecture: source all amd64
Version: 5.12.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
libsbml5 - System Biology Markup Language library
libsbml5-cil - System Biology Markup Language library - CLI bindings
libsbml5-cil-doc - System Biology Markup Language library -- CLI documentation
libsbml5-dbg - System Biology Markup Language library - debug symbols
libsbml5-dev - System Biology Markup Language library - development files
libsbml5-doc - System Biology Markup Language library -- documentation
libsbml5-examples - System Biology Markup Language library -- example files
libsbml5-java - System Biology Markup Language library - Java bindings
libsbml5-java-doc - System Biology Markup Language library -- Java
documentation
libsbml5-octave - System Biology Markup Language library - Octave bindings
libsbml5-perl - System Biology Markup Language library - Perl bindings
libsbml5-perl-doc - System Biology Markup Language library -- Perl
documentation
libsbml5-python - System Biology Markup Language library - Python bindings
libsbml5-python-doc - System Biology Markup Language library -- Python
documentation
Closes: 788068 793256 805584
Changes:
libsbml (5.12.0+dfsg-1) unstable; urgency=medium
.
[ Ivo Maintz ]
* New upstream version
* debian/*doc-base: added doc-base integration for the *doc packages
* debian/control.in: fixed some spelling errors
* debian/libsbml5-octave.install: turned into a script to install into the
right location
* debian/rules: use octave itself do set OCTAVE_PATH
debian/libsbml5-octave.links.* are obsolete
install index.html to the proper location
remove wastful *.md5 files
* set executable rights on debian/libsbml5-octave.install to let it work
also in svn-buildpackage
.
[ Andreas Tille ]
* According to https://lists.debian.org/debian-bsd/2014/09/msg00133.html
libsbml requires openjdk - so we drop all alternatives from the
dependency list
* forward port patch to build on mipsel (thanks to Jurica Stanojkovic
<[email protected]> for the original patch)
Closes: #788068
* forward port patch to build with SWIG 3.x (thanks to Logan Rosen
<[email protected]> for the original patch)
Closes: #805584
* Rebuild successfully using gcc-5
Closes: #793256
* Do not Build-Depend from transitional package mono-gmcs but rather mono-mcs
* move packaging from SVN to Git
* cme fix dpkg-control
* make fiddling around with debian/control due to matlab the exception
Checksums-Sha1:
5bcd3f24bee42e8a93f9360f464780638a4eefcc 3043 libsbml_5.12.0+dfsg-1.dsc
e292a0685dd6bfbd77b1a4efd6043eae551adc23 8945340
libsbml_5.12.0+dfsg.orig.tar.xz
bd4a4742bb32b7781190da4ea797a86a2ba59c3c 21256
libsbml_5.12.0+dfsg-1.debian.tar.xz
95f642ed817662960fab7aa560e0bc43fd80d0bf 973966
libsbml5-cil-doc_5.12.0+dfsg-1_all.deb
3d370fcaee5e06b03f6b7a5d7bc1431b389ea1b9 2217458
libsbml5-cil_5.12.0+dfsg-1_amd64.deb
99d154dc16b12607b54cad13ba1bf24efef1fc3f 118775360
libsbml5-dbg_5.12.0+dfsg-1_amd64.deb
fdc70e156bd41e036a2385ea9c35dae6932539b5 2645002
libsbml5-dev_5.12.0+dfsg-1_amd64.deb
c7317a014111da8fa17545f0bf62d5fc43439d4c 29721346
libsbml5-doc_5.12.0+dfsg-1_all.deb
28be844eccae68fd597aaf49a1b07f8fd47a5270 668808
libsbml5-examples_5.12.0+dfsg-1_all.deb
62cd21d2da5fa6ad9ac78867952e37368b1baed3 1676482
libsbml5-java-doc_5.12.0+dfsg-1_all.deb
bdbb4036e15050837927770deb052e658d3a5b84 2586962
libsbml5-java_5.12.0+dfsg-1_amd64.deb
25cffe37259695feda2c7e6e83733676b20b0c4f 112536
libsbml5-octave_5.12.0+dfsg-1_amd64.deb
75a9af782ba38548b3bdb11703b6758883a8bcf0 29321634
libsbml5-perl-doc_5.12.0+dfsg-1_all.deb
910646682380397a3e579419f4448b5f5dcb38b9 3264682
libsbml5-perl_5.12.0+dfsg-1_amd64.deb
fa4bfc2fb356e6a1d7f4c64f59b7f474d1f705d7 95272
libsbml5-python-doc_5.12.0+dfsg-1_all.deb
93c6ec7d92aa9f9daff65ca88b487d29bf4de6f5 2959772
libsbml5-python_5.12.0+dfsg-1_amd64.deb
9c36a26ded3e1353fe892a650f780a0af4f679a6 1811756
libsbml5_5.12.0+dfsg-1_amd64.deb
Checksums-Sha256:
476b1d15e4a0567d59f5dd92ee10e8dfcef3d6f02037ab83f0ef3a7feb078a3e 3043
libsbml_5.12.0+dfsg-1.dsc
6d7741830c54cf715a5a7b00a846b9773d5916c5cab5617899a5e97608b6f323 8945340
libsbml_5.12.0+dfsg.orig.tar.xz
3aea8bb75f196065ba6a58053fa0333cc3f5864387ca230ca58a8dc762d2c18f 21256
libsbml_5.12.0+dfsg-1.debian.tar.xz
a8d8cd171daed03a5915a4511d00252a7aa3926b886e85ad716cc6543fd8af4d 973966
libsbml5-cil-doc_5.12.0+dfsg-1_all.deb
259af97dc40440d52c30c6b500dda8175104fcd16c5f4c2fc18b54fc785681ad 2217458
libsbml5-cil_5.12.0+dfsg-1_amd64.deb
8c540863c7609b5d1735eba59002044ed4e9860158df40acf1852722a5eaa271 118775360
libsbml5-dbg_5.12.0+dfsg-1_amd64.deb
d63e22ec07b249a2442ced32f143e7b3a8a7b221ba4e518f033643e4b2fc4d2f 2645002
libsbml5-dev_5.12.0+dfsg-1_amd64.deb
38bfe072676c98b108b9e1311d6fd0df285b70a676f7d08b31897612f95f1bfe 29721346
libsbml5-doc_5.12.0+dfsg-1_all.deb
d6e60a190f47e0084cdace783bd73104d31329fcc206501a6d77473f3a759bf0 668808
libsbml5-examples_5.12.0+dfsg-1_all.deb
b15589eca1b5f04a92f3fb3eafd272893304cd73a0b989b7f562158335a760bc 1676482
libsbml5-java-doc_5.12.0+dfsg-1_all.deb
a1153d0a01473e83ef0068958750c1c38fd0e44c1d7f643a9c275e9f82b165b1 2586962
libsbml5-java_5.12.0+dfsg-1_amd64.deb
9c4062352244c6ebd79accec41ea8ef957b4c7e561be49380d23ba61062c1192 112536
libsbml5-octave_5.12.0+dfsg-1_amd64.deb
257db10601ecce3b6cb6b2f74ba86a5a119b895cfc2041257a36ee696aa2275c 29321634
libsbml5-perl-doc_5.12.0+dfsg-1_all.deb
0a989a2a7ebe5b4750555c89ae88d467ab44c3184ca0d1e70c1ac00deea773fe 3264682
libsbml5-perl_5.12.0+dfsg-1_amd64.deb
62cb0d30cc24559584d24d504df18d17d460d62c748390e2b582f206a9d270a9 95272
libsbml5-python-doc_5.12.0+dfsg-1_all.deb
a46c3ebb29f440af59d7f95e815ec40b943c52e0d8ade02cfb4f381178a35a74 2959772
libsbml5-python_5.12.0+dfsg-1_amd64.deb
6a2663978ea5bb31f3252563899d525262d894574195b0f26851cd4cddd31a69 1811756
libsbml5_5.12.0+dfsg-1_amd64.deb
Files:
ec6b209cbcf245a9d725dfb030a88a93 3043 science optional
libsbml_5.12.0+dfsg-1.dsc
d435731ecdc786b052def259d5ef1dd3 8945340 science optional
libsbml_5.12.0+dfsg.orig.tar.xz
083060caad18b8f1c699dae35bda4e9b 21256 science optional
libsbml_5.12.0+dfsg-1.debian.tar.xz
f744f925b45e2f211c9e12b6ece6df78 973966 doc optional
libsbml5-cil-doc_5.12.0+dfsg-1_all.deb
62e4629cd93350bd3921c0e327464c2a 2217458 cli-mono optional
libsbml5-cil_5.12.0+dfsg-1_amd64.deb
7e6bed84f32cd17f61c70c81d5bb54e4 118775360 debug extra
libsbml5-dbg_5.12.0+dfsg-1_amd64.deb
4a580bdfd205b2a3693c9ad738df854e 2645002 libdevel optional
libsbml5-dev_5.12.0+dfsg-1_amd64.deb
8d37fd6a004d0ba9dff2033ee07492c0 29721346 doc optional
libsbml5-doc_5.12.0+dfsg-1_all.deb
30dfeeb1495309dab7a30f11d4146fbb 668808 doc optional
libsbml5-examples_5.12.0+dfsg-1_all.deb
c4cdcdc3a09d7486130ed746f384e15a 1676482 doc optional
libsbml5-java-doc_5.12.0+dfsg-1_all.deb
f436aa9f1638e3c1e7836664ff3aa862 2586962 java optional
libsbml5-java_5.12.0+dfsg-1_amd64.deb
110cbf9f85de9caaf746be54de4245cf 112536 math optional
libsbml5-octave_5.12.0+dfsg-1_amd64.deb
0c2560bbf734861c7846f0427c5f162a 29321634 doc optional
libsbml5-perl-doc_5.12.0+dfsg-1_all.deb
b3449b4218105a06e1326f11ae101082 3264682 perl optional
libsbml5-perl_5.12.0+dfsg-1_amd64.deb
145895351a626092ef9c69b73023cd22 95272 doc optional
libsbml5-python-doc_5.12.0+dfsg-1_all.deb
24c33eaa6a167ad2b445ef4bf7961016 2959772 python optional
libsbml5-python_5.12.0+dfsg-1_amd64.deb
8eed0cfd856ddaccb93bf3c0db29cbbb 1811756 libs optional
libsbml5_5.12.0+dfsg-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJWdHBmAAoJEFeKBJTRxkbRvm4P+wWClgsG/bFY1bzuGZ7iKNRu
pc4dMLj3Vow/gK/Wg8L94yQuDMpXl/65K995vzdZWCNYgg7wfLuPcsWUUW3w25HC
G0p9cl1PEB5XK+X2v10nOowNZZ3EpHpWbD84vv96bd7u29b8fOj90Vj0kOpaVpSU
Ogr2O3T0Ub8c9bF49Ia+jjYO/S3AteYRhM+EtXuP1N4EhFXiPBNe96T+3NQigCgA
xYMx1vXQsgTOfWYaeRORXvHxqkrMN1GvNJJP0YIw9IJYwZbJV0042DcBzjVachh+
72SAG7DltX3f7SC1xc8/jM9I4Q7ha+a4dt2mroA9WYcZe8PY9m+kcTyJU9y8ijXC
1AIIdJR6luk34t8gWjk1td9Y5+Qkjv3PuKUeih6ktMyV90zsikfPV+cycciix6wd
AVT6r8c/UWnm5b+22UiuDh25KdKm7hN9dMu2RzytgAwRBPChxk5aTFUOhLNKvUBD
0LBSW2kHSugmBTU6enz1uGa9IyCXvMtcrplkkjiUjLvbeuiicr7td0y405axfapK
bu+dj0MAkncAfansvRZSFRqQRXN5JKbtMgXo50Ov7aI4jjA03LFkRggiVZqq1fk3
6X3aPi2shc5g5cPlJpQjqeH+wZ76ev6HBiC0biYdn03lndYkjAAEbYGLZx9wQy2n
u+bCytL1X9hmSKMwgDRk
=kKro
-----END PGP SIGNATURE-----
--- End Message ---