#866070 higan FTCBFS: uses the build architecture compiler and pkg-config

Package:
ares
Source:
ares
Description:
Accurate multi-system emulator
Submitter:
Helmut Grohne
Date:
2023-08-29 05:36:08 UTC
Severity:
normal
Tags:
#866070#5
Date:
2017-06-27 04:56:30 UTC
From:
To:
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

#866070#10
Date:
2017-07-24 18:59:26 UTC
From:
To:
Hi,

thanks for the patch! If you update it for higan 103 I will apply it.

Best,
Tobias

#866070#15
Date:
2022-06-05 09:04:37 UTC
From:
To:
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)

#866070#28
Date:
2023-08-27 18:25:07 UTC
From:
To:
I've updated the patch for ares.

Helmut