Your message dated Thu, 14 Feb 2008 11:56:20 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
has caused the Debian Bug report #446931,
regarding FTBFS on powerpc: Unknown target in build.sh
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
446931: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446931
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: llvm
Version: 1.8b-1
Severity: serious
Tags: patch
Justification: fails to build from source

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


This patch for build.sh allows llvm to build on powerpc. Though maybe the
'power' line was intended for this and should be replaced?


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHFPxDWoGvjmrbsgARAn1sAJ9peLn5wQFtZ85MX6bTlgrWZaPyrgCfS5x8
RJDVtsNDl6cOqxVkTK0swIc=
=IZL6
-----END PGP SIGNATURE-----
diff -up -ru llvm-1.8b.orig/build.sh llvm-1.8b/build.sh
--- llvm-1.8b.orig/build.sh     2007-10-16 19:50:29.000000000 +0200
+++ llvm-1.8b/build.sh  2007-10-16 18:37:51.000000000 +0200
@@ -26,6 +26,8 @@ sparc64)  OTHER_CONFIG_OPTIONS="--target
           ;;
 power)    OTHER_CONFIG_OPTIONS="--target=power-linux"
           ;;
+ppc*)     OTHER_CONFIG_OPTIONS="--target=powerpc-linux"
+          ;;
 alpha)    OTHER_CONFIG_OPTIONS="--target=alpha-linux"
           ;;
 *)        echo "? unsupported architecture: \'$ARCH\'"

--- End Message ---
--- Begin Message ---
Package: llvm
Version: 2.2-1


This version was successfully autobuilt for powerpc and is in the
archive.


-- 
Earthling Michel Dänzer           |          http://tungstengraphics.com
Libre software enthusiast         |          Debian, X and DRI developer


--- End Message ---

Reply via email to