Source: cln Version: 1.3.2-1.2 Severity: wishlist Tags: patch User: [email protected] Usertags: port-x32 ftbfs-x32
The cln source package is getting this build failure on the unofficial Debian x32 port: <URL:http://buildd.debian-ports.org/status/fetch.php?pkg=cln&arch=x32&ver=1.3.2-1.2&stamp=1358372823> ... checking for recent enough gmp.h... yes checking for working libgmp... yes configure: error: Don't know which C-type has sizeof(mp_limb_t) make: *** [build] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 checking how large gmp demands uintD to be... I found the cause of this error to be a syntax error in the configure test that checks whether uintD needs to be long long to match mp_limb_t. The attached debdiff fixes this, and also includes a small configuration item for x32 in include/cln/object.h. -- Daniel Schepler
cln.debdiff
Description: Binary data

