Package: python2.6
Version: 2.6.4-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: sparc64

python2.6 fails to build from source on sparc64, during the profiling
phase. The patch below disables it as on other architectures.


diff -u python2.6-2.6.4/debian/rules python2.6-2.6.4/debian/rules
--- python2.6-2.6.4/debian/rules
+++ python2.6-2.6.4/debian/rules
@@ -134,7 +134,7 @@
 d_dbg  := debian/$(p_dbg)
 
 # profiled build fails on amd64, lpia, sparc
-ifneq (,$(filter $(DEB_BUILD_ARCH), amd64 armel i386 ia64 lpia mips mipsel 
s390 sparc hurd-i386))
+ifneq (,$(filter $(DEB_BUILD_ARCH), amd64 armel i386 ia64 lpia mips mipsel 
s390 sparc sparc64 hurd-i386))
   make_build_target =
 else
   make_build_target = profile-opt

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: sparc64

Kernel: Linux 2.6.32-2-sparc64 (SMP w/32 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to