Hi,

> |     try:
> |         # Set _PYTHON_HOST_PLATFORM to ensure debugging symbols on, f.e. 
> i386
> |         # emded a constant name regardless of the 32/64-bit kernel.
> |         env.setdefault(
> |             '_PYTHON_HOST_PLATFORM',
> |             
> '{env[DEB_TARGET_ARCH_OS]}-{env[DEB_TARGET_ARCH]}'.format(env=env))
> |     except KeyError:
> |         pass
> 
> That's wrong. You're confusing host and target here. Please use
> DEB_HOST_* instead of DEB_TARGET_*. Refer to man 1 dpkg-architecture for
> their definitions.

I just applied your patch from 901759 and since I don't know much about
multiarch and you didn't change this part in your patch: is this still
valid? Should I replace DEB_TARGET with DEB_HOST in above snippet? 

Reply via email to