[Python-modules-team] Bug#888414: pycxx: autopkgtest failure on 32-bit architectures

Graham Inggs ginggs at debian.org
Thu Jan 25 09:32:33 UTC 2018


Source: pycxx
Version: 7.0.3-1
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu bionic autopkgtest

Hi Maintainer

Autopkgtests for pycxx 7.0.3-1 fail on 32-bit architectures with
errors similar to the following:


example.cxx: In function ‘void test_String()’:
example.cxx:122:61: error: call of overloaded ‘test_assert(const char
[23], long int&, long int)’ is ambiguous
     test_assert( "string ord value < 2^7", v3, long( 0x33 ) );
                                                             ^
In file included from example.cxx:50:0:
test_assert.hxx:47:13: note: candidate: void test_assert(const char*,
bool, bool)
 static void test_assert( const char *description, bool benchmark, bool value )
             ^~~~~~~~~~~
test_assert.hxx:52:13: note: candidate: void test_assert(const char*, int, int)
 static void test_assert( const char *description, int benchmark, int value )
             ^~~~~~~~~~~
test_assert.hxx:58:13: note: candidate: void test_assert(const char*,
long long int, long long int)
 static void test_assert( const char *description, long long
benchmark, long long value )
             ^~~~~~~~~~~
test_assert.hxx:64:13: note: candidate: void test_assert(const char*,
double, double)
 static void test_assert( const char *description, double benchmark,
double value )
             ^~~~~~~~~~~


Regards
Graham



More information about the Python-modules-team mailing list