Your message dated Sat, 05 May 2012 20:55:08 +0000
with message-id <[email protected]>
and subject line Bug#671653: fixed in vxl 1.14.0-17
has caused the Debian Bug report #671653,
regarding error: 'UINT64_C' was not declared in this scope
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.)
--
671653: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=671653
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: vxl
Version: 1.14.0-16
Severity: serious
vxl cannot build on kfreebsd because of [1], see [2] for full log. It
looks like on kfreebsd stdint.h is being included before we have time
to #define __STDC_CONSTANT_MACROS which later on permits to define
UINT64_C. The ISO C99 standard (7.18.4) specifies that C++
implementations should define UINT64_C only when
__STDC_CONSTANT_MACROS is defined.
so the following patch:
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/vxl/trunk/debian/patches/ffmpeg_C99.patch?revision=10706&view=markup
does not guarantee compilation in case of user doing:
#include <stdint.h>
#include <vidl_ffmpeg_convert.h>
Therefore vxl package should unconditionally be build with
-D__STDC_CONSTANT_MACROS as CXXFLAGS.
-M
[1]
cd
/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/obj-x86_64-kfreebsd-gnu/core/vidl/tests
&& /usr/bin/c++ -DVXL_WARN_DEPRECATED -DVXL_WARN_DEPRECATED_ONCE
-DVXL_LEGACY_ERROR_REPORTING -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security
-I/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/obj-x86_64-kfreebsd-gnu/vcl
-I/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/vcl
-I/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/obj-x86_64-kfreebsd-gnu/core
-I/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/core
-o CMakeFiles/vidl_test_include.dir/test_include.o -c
/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/core/vidl/tests/test_include.cxx
In file included from /usr/include/libavutil/avutil.h:318:0,
from /usr/include/libavutil/samplefmt.h:22,
from /usr/include/libavcodec/avcodec.h:30,
from
/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/core/vidl/vidl_ffmpeg_convert.h:24,
from
/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/core/vidl/tests/test_include.cxx:30:
/usr/include/libavutil/common.h: In function 'int32_t
av_clipl_int32_c(int64_t)':
/usr/include/libavutil/common.h:168:47: error: 'UINT64_C' was not
declared in this scope
make[3]: *** [core/vidl/tests/CMakeFiles/vidl_test_include.dir/test_include.o]
Error 1
make[3]: Leaving directory
`/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/obj-x86_64-kfreebsd-gnu'
make[2]: *** [core/vidl/tests/CMakeFiles/vidl_test_include.dir/all] Error 2
/usr/bin/cmake -E cmake_progress_report
/build/buildd-vxl_1.14.0-16-kfreebsd-amd64-dbTN_R/vxl-1.14.0/obj-x86_64-kfreebsd-gnu/CMakeFiles
make[2]: *** Waiting for unfinished jobs....
[2]
https://buildd.debian.org/status/fetch.php?pkg=vxl&arch=kfreebsd-amd64&ver=1.14.0-16&stamp=1336155584
--- End Message ---
--- Begin Message ---
Source: vxl
Source-Version: 1.14.0-17
We believe that the bug you reported is fixed in the latest version of
vxl, which is due to be installed in the Debian FTP archive:
libvxl1-dev_1.14.0-17_amd64.deb
to main/v/vxl/libvxl1-dev_1.14.0-17_amd64.deb
libvxl1.14_1.14.0-17_amd64.deb
to main/v/vxl/libvxl1.14_1.14.0-17_amd64.deb
vxl_1.14.0-17.debian.tar.gz
to main/v/vxl/vxl_1.14.0-17.debian.tar.gz
vxl_1.14.0-17.dsc
to main/v/vxl/vxl_1.14.0-17.dsc
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.
Mathieu Malaterre <[email protected]> (supplier of updated vxl 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.8
Date: Sat, 05 May 2012 21:39:39 +0200
Source: vxl
Binary: libvxl1.14 libvxl1-dev
Architecture: source amd64
Version: 1.14.0-17
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Mathieu Malaterre <[email protected]>
Description:
libvxl1-dev - C++ Libraries for Computer Vision Research
libvxl1.14 - C++ Libraries for Computer Vision Research
Closes: 671653
Changes:
vxl (1.14.0-17) unstable; urgency=low
.
* Disable test suite for now
* Fix test suite compilation on kFreeBSD. Closes: #671653
Checksums-Sha1:
6acf56c4ac7a78007648abc549687f6dd64c9322 2372 vxl_1.14.0-17.dsc
c4959cfe94e3706399c136117bee944ea8fab0e0 32657 vxl_1.14.0-17.debian.tar.gz
a188726efe363a3c21e01f819b7777623b5a614e 12657624
libvxl1.14_1.14.0-17_amd64.deb
f1abcae8f2aac37a72fedcd02d69394c4ab05ca7 2132780
libvxl1-dev_1.14.0-17_amd64.deb
Checksums-Sha256:
d6c5118f1f7053971b70e847319b9159bf307c9e02b3df61146e401e673a69a8 2372
vxl_1.14.0-17.dsc
92cd623f613902b3835dde26d9ae5c30df098a3d1ea4a8a2fa47abcd1f44655a 32657
vxl_1.14.0-17.debian.tar.gz
22a77a0577aaee4da54191aa02e88063aecac66c93d6d0a60bbb11968e79a28e 12657624
libvxl1.14_1.14.0-17_amd64.deb
8a44d9692fa0373c1410f32b62645dacfa42aa598ca146a0a005989896046da7 2132780
libvxl1-dev_1.14.0-17_amd64.deb
Files:
4fc0c303c39eaaf84a345b721ac0d8eb 2372 science optional vxl_1.14.0-17.dsc
7fd45cc6742ff0bbad6faeb0be0c9947 32657 science optional
vxl_1.14.0-17.debian.tar.gz
20f35b0dcadaa6a6d407ab1f0614c8fd 12657624 libs optional
libvxl1.14_1.14.0-17_amd64.deb
f2b8fbbaf3418ebcdb4561bf4d6102a5 2132780 libdevel optional
libvxl1-dev_1.14.0-17_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBAgAGBQJPpY1BAAoJEAFx4YKK4JNF4zMP/0YUMqJNDinqHzsFOHh6EArC
QSXc22el0cN2ebJ5j6RH5r46iRR/qyiQiNoUmhg2DTTicXsUH+72ucxGt9mBgmZe
giAdrG99VPgC+Cpvy0FbeNl4Q9cRsiEXKfJZtV4FNvjWPlfaQsv9Ugp03cuIj/0r
WC9TNqOfwL6Eb7LlgbSsVlJc2fBFB9XSqIKxggVvqMxaamsahRatqOVB4lJOiqHM
XAPPJKyX5Emj7z8v/UV+U2P+FUDltv2kW7zBSS8shoNPV7RH0aa5snzNe2Z4gg9n
LH3MLbRHxJHSSRLQdGNtgHctI8+ceyP0+czNZX1kPNIqL08d+uD4Qac/LbbC9qe4
HwPzkxaoKSgbRNM4st2lQZjzkS/sEN/jljg+rrm4MpLUZWE2bLzmTHUA81CoZs0V
HfKADxHewnw6KBwk7HF4GPQjZSv9fH7S2WNsUcYrfmA4jQBxcCLjrlm2+KrzXkEd
7ERFZ3VA+g+3JcwwaMEfR2PePsxUWiXh1EMgP0/IAzkUNNEGK/2cWEY+WcPGhknO
HM/VdeStSRx2iTkTCA7adrfofOpyuVSZI/76Kec1pkL2jXHnNPDcO84famhUVusY
DH2spO0jphTrjfVeR+hn6GHGDwhVTHODFL1/fezUMkjQmdcwsJCgds3n/TmTFPom
+gBXlILADHt9M5C8xc5K
=AzIE
-----END PGP SIGNATURE-----
--- End Message ---