Hello Loïc, Apologies for the gap in time.
The build failure in valgrind is: checking for a supported CPU... no (armv5tel) configure: error: Unsupported host architecture. Sorry make: *** [config.status] Error 1 In the configure.in there is a check for: [...] # ARCH_MAX reflects the most that this CPU can do: for example if it # is a 64-bit capable PowerPC, then it must be set to ppc64 and not ppc32. # Ditto for amd64. It is used for more configuration below, but is not used # outside this file. case "${host_cpu}" in [...] armv7*) AC_MSG_RESULT([ok (${host_cpu})]) ARCH_MAX="arm" ;; *) AC_MSG_RESULT([no (${host_cpu})]) AC_MSG_ERROR([Unsupported host architecture. Sorry]) ;; esac I need to find out if current valgrind code could work on `armv4t' (which is Debian default). Hence I retitle and lower severity from this bug report. Best regards, -- Héctor Orón "Our Sun unleashes tremendous flares expelling hot gas into the Solar System, which one day will disconnect us." -- Day DVB-T stop working nicely Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org