Bug#601259: FTBFS if only built with Python =2.6

2010-10-25 Thread Luke Faraone
On 10/24/2010 06:40 PM, Jakub Wilk wrote: armel, hppa, mips, powerpc, maybe s390, plus all non-Linux ones. Use something like: $(shell python -c 'import distutils.util as d; print d.get_platform()') Okay, I've committed the above. Is this solution acceptable to everyone? --

Bug#601259: FTBFS if only built with Python =2.6

2010-10-25 Thread Christian Kastner
On 10/25/2010 06:15 PM, Luke Faraone wrote: On 10/24/2010 06:40 PM, Jakub Wilk wrote: armel, hppa, mips, powerpc, maybe s390, plus all non-Linux ones. Use something like: $(shell python -c 'import distutils.util as d; print d.get_platform()') Okay, I've committed the above. Is this

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Luke Faraone
Package: python-keyczar Version: 0.6~b.061709-2 Severity: serious Justification: fails to build from source (but built successfully in the past) When attempting to build this package with pyversions of 2.6-, the package FTBFS because it expects there to be a build/lib directory. Versions of

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Luke Faraone
On 10/24/2010 03:22 PM, Jakub Wilk wrote: * Luke Faraone lfara...@debian.org, 2010-10-24, 13:55: When attempting to build this package with pyversions of 2.6-, the package FTBFS because it expects there to be a build/lib directory. Versions of Python after 2.5.x do not create this directory.

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Jakub Wilk
user debian-pyt...@lists.debian.org usertags 601259 + python2.5-removal severity 601259 important tags 601259 - pending thanks * Luke Faraone lfara...@debian.org, 2010-10-24, 13:55: When attempting to build this package with pyversions of 2.6-, the package FTBFS because it expects there to be

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Julien Cristau
On Sun, Oct 24, 2010 at 15:59:43 -0400, Luke Faraone wrote: I've added the following: DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) DEB_HOST_GNU_CPU := $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) The usual way to do this is with ?= so that the environment

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Christian Kastner
On 10/24/2010 09:59 PM, Luke Faraone wrote: On 10/24/2010 03:22 PM, Jakub Wilk wrote: * Luke Faraone lfara...@debian.org, 2010-10-24, 13:55: When attempting to build this package with pyversions of 2.6-, the package FTBFS because it expects there to be a build/lib directory. Versions of

Bug#601259: FTBFS if only built with Python =2.6

2010-10-24 Thread Jakub Wilk
* Luke Faraone lfara...@debian.org, 2010-10-24, 15:59: The patch you committed is incorrect: the package will FTBFS on some architectures or if DEB_* variables were not exported into environment. I've added the following: DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)