Your message dated Sat, 13 May 2006 21:32:11 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#366105: fixed in opencv 0.9.7-2 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: opencv Severity: serious opencv_0.9.7-1 seems to miss #include <emmintrin.h> for AMD64 inside opencv-0.9.7/cxcore/include/cxtypes.h. In fact, it FTBFS while compiling the first file, as shown: if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT cxalloc.lo -MD -MP -MF ".deps/cxalloc.Tpo" -c -o cxalloc.lo cxalloc.cpp; \ then mv -f ".deps/cxalloc.Tpo" ".deps/cxalloc.Plo"; else rm -f ".deps/cxalloc.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT cxalloc.lo -MD -MP -MF .deps/cxalloc.Tpo -c cxalloc.cpp -fPIC -DPIC -o .libs/cxalloc.o ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)': ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not declared in this scope ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't' ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in this scope File /usr/lib/gcc/x86_64-linux-gnu/4.1.0/include/emmintrin.h holds declaration of __m128d and other missing functions. File opencv-0.9.7/cxcore/include/cxtypes.h has: #if defined WIN64 && defined EM64T && defined _MSC_VER #include <emmintrin.h> #endif which does not include the file. I tried compiling myself ond AMD64 just using #include <emmintrin.h> and it built fine. Thanks, Roberto -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16.9 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL set to [EMAIL PROTECTED])
--- End Message ---
--- Begin Message ---Source: opencv Source-Version: 0.9.7-2 We believe that the bug you reported is fixed in the latest version of opencv, which is due to be installed in the Debian FTP archive: libcv-dev_0.9.7-2_i386.deb to pool/main/o/opencv/libcv-dev_0.9.7-2_i386.deb libcv0.9.7-0_0.9.7-2_i386.deb to pool/main/o/opencv/libcv0.9.7-0_0.9.7-2_i386.deb libcvaux-dev_0.9.7-2_i386.deb to pool/main/o/opencv/libcvaux-dev_0.9.7-2_i386.deb libcvaux0.9.7-0_0.9.7-2_i386.deb to pool/main/o/opencv/libcvaux0.9.7-0_0.9.7-2_i386.deb libhighgui-dev_0.9.7-2_i386.deb to pool/main/o/opencv/libhighgui-dev_0.9.7-2_i386.deb libhighgui0.9.7-0_0.9.7-2_i386.deb to pool/main/o/opencv/libhighgui0.9.7-0_0.9.7-2_i386.deb opencv-doc_0.9.7-2_all.deb to pool/main/o/opencv/opencv-doc_0.9.7-2_all.deb opencv_0.9.7-2.diff.gz to pool/main/o/opencv/opencv_0.9.7-2.diff.gz opencv_0.9.7-2.dsc to pool/main/o/opencv/opencv_0.9.7-2.dsc python-opencv_0.9.7-2_all.deb to pool/main/o/opencv/python-opencv_0.9.7-2_all.deb python2.3-opencv_0.9.7-2_i386.deb to pool/main/o/opencv/python2.3-opencv_0.9.7-2_i386.deb 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. Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> (supplier of updated opencv 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: SHA1 Format: 1.7 Date: Sun, 14 May 2006 05:40:42 +0200 Source: opencv Binary: libcv0.9.7-0 libcvaux-dev python2.3-opencv python-opencv libcvaux0.9.7-0 libhighgui-dev opencv-doc libcv-dev libhighgui0.9.7-0 Architecture: source i386 all Version: 0.9.7-2 Distribution: unstable Urgency: low Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Changed-By: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Description: libcv-dev - development files for libcv libcv0.9.7-0 - computer vision library libcvaux-dev - development files for libcvaux libcvaux0.9.7-0 - computer vision extension library libhighgui-dev - development files for libhighgui libhighgui0.9.7-0 - computer vision GUI library opencv-doc - OpenCV documentation and examples python-opencv - Python bindings for the computer vision library python2.3-opencv - Python bindings for the computer vision library Closes: 365752 366105 Changes: opencv (0.9.7-2) unstable; urgency=low . * Switched patch system from dpatch to quilt. * debian/control: + Set policy to 3.7.2. + Build-depend on newer versions of libavcodec-dev so that we can get dynamically linked with it. + Build-depend on quilt instead of dpatch. . * debian/patches/010_enable_static.diff: + Old patch -- enable static libraries. . * debian/patches/010_ffmpeg_linking.diff: + Old patch -- correct ffmpeg linking. . * debian/patches/010_fix_optimisations.diff: + Old patch -- fix optimisation flags for GCC bug workarounds. . * debian/patches/010_m4_syntax.diff: + Old patch -- fix m4 syntax. . * debian/patches/010_makefile_syntax.diff: + Old patch -- fix Makefile.am syntax. . * debian/patches/010_proper_sonames.diff: + Old patch -- fix library sonames. . * debian/patches/020_rebootstrap.diff: + Old patch -- rebootstrap package. . * debian/patches/100_amd64.diff: + Fix inclusion of <emmintrin.h> on AMD64 (Closes: #365752, #366105). . * debian/patches/100_ffmpeg_updates.diff: + Old patch -- update ffmpeg code to get in sync with newer API. . * debian/patches/100_python_files.diff: + Old patch -- remove shebang from non-executable python files. . * debian/patches/100_static_inline.diff: + Old patch -- replace inline with static inline in public headers. . * debian/patches/200_documentation.diff: + Old patch -- get documentation in sync with the API. . * debian/patches/200_examples_makefile.diff: + Old patch -- add a Makefile to the examples directory. Files: a85c9e0d3f430183817a59ba4bd6a61a 889 devel optional opencv_0.9.7-2.dsc 2a218a09e96862d06c65bdc1750c1047 152163 devel optional opencv_0.9.7-2.diff.gz 5b85eb9157a5ca10d154ddd6253d2c1a 4951090 doc optional opencv-doc_0.9.7-2_all.deb aa38d8d1f533b53feac8ca559bc552ae 30200 python optional python-opencv_0.9.7-2_all.deb b32b3a6c4b2d3a187e58b117636aeb86 1074366 libdevel optional libcv-dev_0.9.7-2_i386.deb d41a175a3e49b710c55e48de587e8d6d 264294 libdevel optional libcvaux-dev_0.9.7-2_i386.deb c1143fbef24bb4a5a7e30d4bac3eb192 96088 libdevel optional libhighgui-dev_0.9.7-2_i386.deb d1a64bc17735b60d163db5f8c120406b 844288 libs optional libcv0.9.7-0_0.9.7-2_i386.deb 9e79f71a834e3f53a4fe076a9e41306b 231246 libs optional libcvaux0.9.7-0_0.9.7-2_i386.deb ced73fe7c9f91defba574a97f90b335a 87282 libs optional libhighgui0.9.7-0_0.9.7-2_i386.deb d9201017cb62862785af3ea750b722e9 1220190 python optional python2.3-opencv_0.9.7-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEZq6MfPP1rylJn2ERAkR+AJ4laqByhp9Su76+6BvOMuwpz6YUnQCeO1ft 1rzWPJfH8dLcIrnmcefoZHs= =m1ep -----END PGP SIGNATURE-----
--- End Message ---

