Your message dated Sun, 17 Aug 2014 22:36:04 +0000
with message-id <e1xj93u-0001oj...@franck.debian.org>
and subject line Bug#753594: fixed in openturns 1.4-2
has caused the Debian Bug report #753594,
regarding openturns FTBFS on mips/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 ow...@bugs.debian.org
immediately.)
--
753594: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753594
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: openturns
Version: 1.3-2
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch
Package openturns FTBFS on mips/mipsel with an error:
> debian/rules:48: *** This package requires more than 1GB RAM; do not build on
> mips/mipsel. Stop.
As I see, all mips/mipsel debian buildd machines beside rem
have 1G RAM or above.
I tested it on a few local boards,
and on most of them build finished successfully.
On some boards build failed,
but I believe that the reason for that is a parallel build.
After I disabled a parallel build for mips/mipsel,
openturns was built successfully on all boards that I have tested it on.
A patch that disables a parallel build for mips/mipsel is attached.
Could you please consider including this patch?
Best regards,
Dejan
diff -uNr openturns-1.3.orig/debian/rules openturns-1.3/debian/rules
--- openturns-1.3.orig/debian/rules 2014-03-06 21:16:38.000000000 +0000
+++ openturns-1.3/debian/rules 2014-07-01 15:52:24.000000000 +0000
@@ -1,13 +1,17 @@
#!/usr/bin/make -f
-ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
+ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel))
+ $(info Do not use parallel build for mips and mipsel.)
+else
+ ifeq ($(findstring parallel=,$(DEB_BUILD_OPTIONS)),)
export DEB_BUILD_OPTIONS+=parallel=$(shell getconf _NPROCESSORS_ONLN)
-endif
-$(info DEB_BUILD_OPTIONS:$(origin DEB_BUILD_OPTIONS)=$(DEB_BUILD_OPTIONS))
-
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ endif
+ $(info DEB_BUILD_OPTIONS:$(origin DEB_BUILD_OPTIONS)=$(DEB_BUILD_OPTIONS))
+
+ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
test_makeflags = -j$(NUMJOBS)
+ endif
endif
cppflags := $(shell dpkg-buildflags --get CPPFLAGS)
@@ -45,9 +49,10 @@
%:
ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel))
- $(error This package requires more than 1GB RAM; do not build on mips/mipsel)
-endif
+ dh $@ --buildsystem=cmake --builddirectory=$(builddir) --with python2 --with quilt
+else
dh $@ --buildsystem=cmake --builddirectory=$(builddir) --with python2 --with quilt --parallel
+endif
debian/tmp/usr/lib/R/site-library/rot:
-mkdir -p $(debRlib)
--- End Message ---
--- Begin Message ---
Source: openturns
Source-Version: 1.4-2
We believe that the bug you reported is fixed in the latest version of
openturns, 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 753...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Denis Barbier <barb...@debian.org> (supplier of updated openturns 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 13 Aug 2014 10:20:28 +0200
Source: openturns
Binary: libopenturns0.5 libopenturns-dev libopenturns-dbg python-openturns
python-openturns-dev r-other-rot openturns-examples openturns-validation
Architecture: source amd64 all
Version: 1.4-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Denis Barbier <barb...@debian.org>
Description:
libopenturns-dbg - debug symbols for OpenTURNS
libopenturns-dev - headers and development libraries for OpenTURNS
libopenturns0.5 - dynamic libraries for OpenTURNS
openturns-examples - examples of OpenTURNS functionalities
openturns-validation - validation files for OpenTURNS
python-openturns - Python front-end of OpenTURNS (aka TUI)
python-openturns-dev - Python front-end of OpenTURNS (aka TUI)
r-other-rot - GNU R package of few tools needed by OpenTURNS
Closes: 752663 753594
Changes:
openturns (1.4-2) experimental; urgency=medium
.
* modify-tests-O0-i386.patch: Patch dropped; with newer gcc,
t_TrapezoidalFactory_std now gives the same result on *-i386
architectures as on other.
* debian/libOT-gdb.py: Make it compatible with python3. Closes: #752663
Report and patch by Matthias Klose, thanks.
* debian/rules: Re-enable mips and mipsel builds. Closes: #753594
Report and patch by Dejan Latinovic, thanks.
Checksums-Sha1:
fdabe93314c152cbd3abd254cf3afa797b777a36 1973 openturns_1.4-2.dsc
a3f8ee788374b3d1f6ba79dce928b5ca743c97e9 17388 openturns_1.4-2.debian.tar.xz
1c394875ecd849691b2c7386f5fba6936bb188a1 3366598
libopenturns0.5_1.4-2_amd64.deb
d18bc6cc2ff238a45bb10a4833de9dbbc9845d26 277394
libopenturns-dev_1.4-2_amd64.deb
e261ae74e95c57f5ec77f3f736046cb48e657e23 50481808
libopenturns-dbg_1.4-2_amd64.deb
c13f02a35a68557b55b99a48716a3ac3b5fdb66e 5696920
python-openturns_1.4-2_amd64.deb
2506e0b7a796f45b82fff15a40d07de958b1eb03 145512
python-openturns-dev_1.4-2_amd64.deb
1e88e5b359a5ef09481abc87b5ef9c83a76e75c6 113648 r-other-rot_1.4-2_amd64.deb
02b8c0b438d2e7e6749cb5468b5f20ef231ee218 265516
openturns-examples_1.4-2_amd64.deb
99375c9655bed5db1d85f8dd926bbbb55bb032ed 154876
openturns-validation_1.4-2_all.deb
Checksums-Sha256:
35892637ed4588fe2b9e651562b63549bab3ec831d67616221a571a632841b1a 1973
openturns_1.4-2.dsc
703bcc5537a36210bfca7b04dde1bc8dc13c834487bfc07b63756966c3fc2d2c 17388
openturns_1.4-2.debian.tar.xz
0a7a3cae940cd4d79eb00ff53a351fe5ff478018964aecb6819b6856028573be 3366598
libopenturns0.5_1.4-2_amd64.deb
2e0c63948bad8e04bb08e3b6dad154e7150d8432865062cfab61ee454eb843c4 277394
libopenturns-dev_1.4-2_amd64.deb
c1fa1d41c68ce20a7430eddd31aa1960dc3a258945bed11590b4ba6ef9e54fc6 50481808
libopenturns-dbg_1.4-2_amd64.deb
cb0fdd29f4f7c494e4c7f7ee25eb87603a990ef30f6fd843f8f99c7128cbfbe5 5696920
python-openturns_1.4-2_amd64.deb
689475a00b9f200693f86c056d5fb79593d71a240c59d1a4699b03fc3f343591 145512
python-openturns-dev_1.4-2_amd64.deb
a426f81accfec7405a6910fe9f3c5ffcf9ca5801c14b77be484e3649437de7aa 113648
r-other-rot_1.4-2_amd64.deb
4d90297d94c0b4ac2d65039393257ca5226167396773d61f8510a645c7581034 265516
openturns-examples_1.4-2_amd64.deb
b4748a07a01dada14b5fbbcec0d6da48ddf1f569397d5a6495ea08c29d8e78df 154876
openturns-validation_1.4-2_all.deb
Files:
4737431ac7c46490b565447a8aae36ef 3366598 libs extra
libopenturns0.5_1.4-2_amd64.deb
00103f1a6debd91b6b62a04e20d37dc6 277394 libdevel extra
libopenturns-dev_1.4-2_amd64.deb
ba6d1874ff0b8a3c22341a6a8608e939 50481808 debug extra
libopenturns-dbg_1.4-2_amd64.deb
91c5518334d58242135e47d52ed91a3b 5696920 python extra
python-openturns_1.4-2_amd64.deb
59585c652c7708f87ffb4f3b63401221 145512 python extra
python-openturns-dev_1.4-2_amd64.deb
fd46631ca915a2721abbcb06fca40b20 113648 gnu-r extra r-other-rot_1.4-2_amd64.deb
0bf8f00389c6a4fa171bda1cefc20f37 265516 science extra
openturns-examples_1.4-2_amd64.deb
b94dfae54c9ca58225731f832bac7ec2 154876 science extra
openturns-validation_1.4-2_all.deb
b095870acc234205c5815c754d4da240 1973 science extra openturns_1.4-2.dsc
05af04491c47272008aef3c5803f84e2 17388 science extra
openturns_1.4-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iD8DBQFT8SQd8Ri1lR4WGvsRAjIXAKCrNrkWCuBHQSxykgscUVbyt91xSgCfdBcc
hFsf8/6Z50Tb58I4RuLGWxo=
=2ndg
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers