Your message dated Tue, 17 Jun 2014 09:50:53 +0000
with message-id <e1wwq2x-0004ka...@franck.debian.org>
and subject line Bug#751478: fixed in flann 1.8.4-4
has caused the Debian Bug report #751478,
regarding flann FTBFS for 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.)


-- 
751478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=751478
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: flann
Version: 1.8.4-3 
Tags: sid patch
Severity: important
Justification: FTBFS
User: debian-mips-dev-disc...@lists.alioth.debian.org
Usertags: mips-patch


Package  flann FTBFS for mips and mipsel with an error:

> [ 85%] Built target flann_mpi_server
> Linking CXX executable ../bin/flann_example_mpi
> cd /«PKGBUILDDIR»/obj-mipsel-linux-gnu/examples && /usr/bin/cmake -E 
> cmake_link_script CMakeFiles/flann_example_mpi.dir/link.txt --verbose=1
> /usr/bin/c++   -g -O2 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  
> -fopenmp   -Wl,-z,relro -Wl,--as-needed 
> CMakeFiles/flann_example_mpi.dir/flann_example_mpi.cpp.o  -o 
> ../bin/flann_example_mpi -rdynamic ../lib/libflann_cpp.so.1.8.4 -lhdf5 
> -lpthread -lz -ldl -lm -lmpi_cxx -lmpi -ldl -lhwloc -lboost_mpi 
> -lboost_system -lboost_serialization -lboost_thread -lpthread 
> -Wl,-whole-archive ../lib/libflann_cpp_s.a -Wl,-no-whole-archive -lz -ldl -lm 
> -lmpi_cxx -lmpi -lhwloc -lboost_mpi -lboost_system -lboost_serialization 
> -lboost_thread -Wl,-rpath,/«PKGBUILDDIR»/obj-mipsel-linux-gnu/lib: 
> make[3]: Leaving directory `/«PKGBUILDDIR»/obj-mipsel-linux-gnu'
> /usr/bin/cmake -E cmake_progress_report 
> /«PKGBUILDDIR»/obj-mipsel-linux-gnu/CMakeFiles  4
> [ 85%] Built target flann_example_mpi
> virtual memory exhausted: Cannot allocate memory
> make[3]: *** [src/cpp/CMakeFiles/flann_s.dir/flann/flann.cpp.o] Error 1

After adding ggc-min-expand flag,
package builds successfully.

Patch that contains this fix is
attached.


Could you please consider including this patch?

Best regards,
Dejan
--- flann-1.8.4.orig/debian/rules	2013-12-08 08:15:49.000000000 +0100
+++ flann-1.8.4/debian/rules	2014-05-12 16:19:42.000000000 +0200
@@ -5,6 +5,12 @@
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
+	export DEB_CXXFLAGS_MAINT_APPEND = --param ggc-min-expand=20
+endif
+
 CMAKE_FLAGS = \
 	-DCMAKE_BUILD_TYPE:STRING=None \
 	-DBUILD_MATLAB_BINDINGS:BOOL=OFF \

--- End Message ---
--- Begin Message ---
Source: flann
Source-Version: 1.8.4-4

We believe that the bug you reported is fixed in the latest version of
flann, 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 751...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mathieu Malaterre <ma...@debian.org> (supplier of updated flann 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: Tue, 17 Jun 2014 10:57:45 +0200
Source: flann
Binary: libflann-dev libflann1.8 flann-doc
Architecture: source amd64 all
Version: 1.8.4-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Mathieu Malaterre <ma...@debian.org>
Description:
 flann-doc  - Fast Library for Approximate Nearest Neighbors - documentation
 libflann-dev - Fast Library for Approximate Nearest Neighbors - development
 libflann1.8 - Fast Library for Approximate Nearest Neighbors - runtime
Closes: 751478
Changes:
 flann (1.8.4-4) unstable; urgency=low
 .
   * Bump Std-Vers to 3.9.5, no changes needed. Run w-a-s for cleanup.
   * Use the ggc-min-expand flag.
     Patch by Dejan Latinovic <dejan.latino...@imgtec.com>.
     Closes: #751478.
Checksums-Sha1:
 f76271c1563496b698e61eb87b1c423a12c6df0d 2267 flann_1.8.4-4.dsc
 219c6b2455657b06e58e63779f416306524948fd 4152 flann_1.8.4-4.debian.tar.xz
 90675fffe3bb95be153d225dccd5529e1c0cc41f 635260 libflann-dev_1.8.4-4_amd64.deb
 19f9675a23949f91144cff2345ecf64aa9a2b611 645592 libflann1.8_1.8.4-4_amd64.deb
 d4b3b6abf7c3ec0fd2e889d9c9201fd555df8d65 286362 flann-doc_1.8.4-4_all.deb
Checksums-Sha256:
 69e0e774121853618d8d0820104dbddbaa437e20fe71f3ad045f9aeb585f197f 2267 
flann_1.8.4-4.dsc
 82c86fce35c8b31f24b13fb6af67446a2e2cd75816aaa351a934777ca6c12c69 4152 
flann_1.8.4-4.debian.tar.xz
 23ae7c5bbaffc4d23df5070c9021dfe1bc9088d7253cc8cce9048a4a99ea6df4 635260 
libflann-dev_1.8.4-4_amd64.deb
 7daf15fb5b4ec24010ab2047284f552f68fec27a3e34eb4c2dcca06c37c4d26a 645592 
libflann1.8_1.8.4-4_amd64.deb
 a3a49ae45067c7a78650d5c25e9702c68438e483cba35ecebc57d8637bf68a8c 286362 
flann-doc_1.8.4-4_all.deb
Files:
 28589752ed80a18f5f4bbf8e508e2d23 635260 libdevel optional 
libflann-dev_1.8.4-4_amd64.deb
 71896c48cb03835892c46b85bcdd03df 645592 libs optional 
libflann1.8_1.8.4-4_amd64.deb
 fc25617dde1b8224f78ec799f61beac9 286362 doc optional flann-doc_1.8.4-4_all.deb
 08bc6a927217c441f9011c4d3c5dbdd6 2267 libs optional flann_1.8.4-4.dsc
 97fb14f356d1666873ae284aeaeaac41 4152 libs optional flann_1.8.4-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJToAfJAAoJEAFx4YKK4JNFaDIP/3T3XAeToIZTm32fmb81XLj2
0yEmX8Jw64eLvfBnoQutIzzde8zJgsbMPVzDtmkrTn8skrMyzJwmf/5P4MBuIfEw
phh4mSNnDY2QNrM4qO7G5ADtGuoMLMTjRSSvlwscadnU5azOdzwrvPPuTj2h4t1K
88hdf92Fsp4p5KzdjVZgunDJfHhDIf0cY7tksEEw95+xH+GV1DraVHVxF87nM6Jk
2EdqZ4RptObolwZ7qnEVpdDTfMKSFsKCQeV/5ozywSsPmE8SCIAY8R2oOFhIX1Ms
4NYuSWpadSA+6PhDspxa3MPj0bwGohaMMVoJhj4GtogSpnO+JWRT1PCnhXBr2EGW
3KtERd+XL+EDIoZoDflmP0OnYHsTDb4iLyUHGATyvLhixl4DnYy4ZNc+weVRg5cr
s8XfLrqF4uu9PH3C5+5k5VUlC6n/GLpicUQf+InwvSgrbTwAnavUo8IYHbtfvQvb
jRjVy7ikGobhWuPuy9l64ntAkNNyCiAurW/hP1bkiLw3poopqQfgYPKfPon+a29O
FC8/5PAWyYZM7i+lJWQoqIl3UMkgU4gTUznb79BYvfKuoCxmUz2rEWx6Z2alVHaH
HqcyRd4n4KYRCQ9a7Io9vRRyElCXx9TjIsCIo5WjYq425bK7YYlhoufBp7kpvqpQ
DbJtYmCLxZNcf0l2dEo6
=r1Jg
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to