Hi, On 2013-07-27 19:29:10 +0200, David Suárez wrote: > During a rebuild of all packages in sid, your package failed to > build on amd64.
I cannot reproduce this problem when compiling the official tarball (3.1.1 and 3.1.2) and when building Debian's version (3.1.1-1) with "debuild -i -us -uc -b". > This is due to the recent switch to multiarch support on GMP. > See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675577 > > Relevant part (hopefully): > > checking for math/ceil... yes > > checking for math/rint... yes > > checking for long double... yes > > checking format of `long double' floating point... IEEE extended, little > > endian > > checking for TLS support... yes > > configure: error: gmp.h can't be found, or is unusable. > > checking for gmp.h... no The corresponding test (from the configure script) is: { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gmp.h" >&5 $as_echo_n "checking for gmp.h... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include "gmp.h" _ACEOF if ac_fn_c_try_compile "$LINENO"; then : { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } as_fn_error $? "gmp.h can't be found, or is unusable." "$LINENO" 5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext Unless the multiarch implementation or the compiler is broken, I don't understand how you could get a failure. > The full build log is available from: > http://aws-logs.debian.net/ftbfs-logs/2013/07/26/mpfr4_3.1.1-1_unstable.log The config.log file might give additional information. -- Vincent Lefèvre <vinc...@vinc17.net> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org