higan fails to cross build from source, because it uses the build architecture compiler. By consistently using dh_auto_build, we can defer the passing of cross compilers, but the upstream build system calls them "compiler" rather than the standard "CXX", so we need to rename them. Furthermore, it uses the build architecture pkg-config. dh_auto_build also passes a suitable pkg-config via PKG_CONFIG. So after fixing all of this higan cross builds successfully. Please consider applying the attached patch. Helmut
Hi, thanks for the patch! If you update it for higan 103 I will apply it. Best, Tobias
Dear submitter, as the package higan has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1010109 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
I've updated the patch for ares. Helmut