Your message dated Mon, 04 Jul 2011 09:02:51 +0000
with message-id <e1qdf3l-0008sr...@franck.debian.org>
and subject line Bug#632609: fixed in mixxx 1.9.0+dfsg0-3
has caused the Debian Bug report #632609,
regarding mixxx: Please support sh3, sh4 and powerpcspe
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 ow...@bugs.debian.org
immediately.)


-- 
632609: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632609
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mixxx
Version: 1.9.0+dfsg0-2
Severity: wishlist
Tags: patch
User: debian-...@superh.org
Usertags: sh4
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe
X-Debbugs-CC: debian-sup...@lists.debian.org, sebast...@breakpoint.cc

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
  http://buildd.debian-ports.org/status/architecture.php?suite=unstable&a=sh4

mixxx FTBFS on sh4 and powerpcspe. Because this does not support these
architecture.

  
http://buildd.debian-ports.org/status/fetch.php?pkg=mixxx&arch=powerpcspe&ver=1.9.0%2Bdfsg0-2&stamp=1304990032
  
http://buildd.debian-ports.org/status/fetch.php?pkg=mixxx&arch=sh4&ver=1.9.0%2Bdfsg0-2&stamp=1306165141

-----
   dh_auto_configure -a -O--parallel
   debian/rules override_dh_auto_build
make[1]: Entering directory
`/build/buildd-mixxx_1.9.0+dfsg0-2-powerpcspe-cv6Wcj/mixxx-1.9.0+dfsg0'
# create icons
convert res/images/mixxx-icon.png -geometry 32x32 mixxx.xpm
scons 
install_root=/build/buildd-mixxx_1.9.0+dfsg0-2-powerpcspe-cv6Wcj/mixxx-1.9.0+dfsg0/debian/tmp/usr
qtdir=/usr/share/qt4 prefix=/usr machine=powerpcspe w=1
scons: Reading SConscript files ...
Exception: invalid machine type:
  File 
"/build/buildd-mixxx_1.9.0+dfsg0-2-powerpcspe-cv6Wcj/mixxx-1.9.0+dfsg0/SConstruct",
line 59:
    build = mixxx.MixxxBuild(target, machine, build_type, toolchain,
available_features)
  File 
"/build/buildd-mixxx_1.9.0+dfsg0-2-powerpcspe-cv6Wcj/mixxx-1.9.0+dfsg0/build/mixxx.py",
line 47:
    raise Exception("invalid machine type")
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory
`/build/buildd-mixxx_1.9.0+dfsg0-2-powerpcspe-cv6Wcj/mixxx-1.9.0+dfsg0'
make: *** [binary-arch] Error 2
-----

I update debian/patches/15-various_archs_support.patch to support
these architectures.
Could you apply this patch?

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
Description: Allow the compilation on several architectures.
 Get rid of the -Dalpha, fixes FTBFS on alpha.
Author: Alessio Treglia <ales...@debian.org>
Bug: https://launchpad.net/bugs/683029
Bug-Debian: http://bugs.debian.org/598749
Bug-Debian: http://bugs.debian.org/616177
Forwarded: https://bugs.launchpad.net/mixxx/+bug/683029/comments/3
---
 build/depends.py |    3 ++-
 build/mixxx.py   |    5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

--- a/build/mixxx.py
+++ b/build/mixxx.py
@@ -39,8 +39,13 @@
             raise Exception("invalid target platform")
 
         if machine not in ['x86_64', 'x86', 'i686', 'i586',
+                           'alpha', 'hppa', 'mips', 'mipsel', 's390',
+                           'sparc', 'ia64', 'armel', 'armhf', 'hurd-i386',
+                           'sh3', 'sh4',
+                           'kfreebsd-amd64', 'kfreebsd-i386',
                            'i486', 'i386', 'powerpc', 'powerpc64',
-                           'AMD64', 'EM64T', 'INTEL64']:
+                           'powerpcspe',
+                           'amd64', 'EM64T', 'INTEL64']:
             raise Exception("invalid machine type")
 
         if toolchain not in ['gnu', 'msvs']:
--- a/build/depends.py
+++ b/build/depends.py
@@ -591,7 +591,8 @@ class MixxxCore(Feature):
         # Evaluate this define. There are a lot of different things around the
         # codebase that use different defines. (AMD64, x86_64, x86, i386, i686,
         # EM64T). We need to unify them together.
-        build.env.Append(CPPDEFINES=build.machine)
+        if not build.machine=='alpha':
+            build.env.Append(CPPDEFINES=build.machine)
 
         if build.toolchain_is_gnu:
             # Default GNU Options

--- End Message ---
--- Begin Message ---
Source: mixxx
Source-Version: 1.9.0+dfsg0-3

We believe that the bug you reported is fixed in the latest version of
mixxx, which is due to be installed in the Debian FTP archive:

mixxx-data_1.9.0+dfsg0-3_all.deb
  to main/m/mixxx/mixxx-data_1.9.0+dfsg0-3_all.deb
mixxx_1.9.0+dfsg0-3.debian.tar.gz
  to main/m/mixxx/mixxx_1.9.0+dfsg0-3.debian.tar.gz
mixxx_1.9.0+dfsg0-3.dsc
  to main/m/mixxx/mixxx_1.9.0+dfsg0-3.dsc
mixxx_1.9.0+dfsg0-3_amd64.deb
  to main/m/mixxx/mixxx_1.9.0+dfsg0-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 632...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessio Treglia <ales...@debian.org> (supplier of updated mixxx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


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

Format: 1.8
Date: Mon, 04 Jul 2011 10:13:15 +0200
Source: mixxx
Binary: mixxx mixxx-data
Architecture: source amd64 all
Version: 1.9.0+dfsg0-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Alessio Treglia <ales...@debian.org>
Description: 
 mixxx      - Digital Disc Jockey Interface
 mixxx-data - Digital Disc Jockey Interface -- data files
Closes: 632609
Changes: 
 mixxx (1.9.0+dfsg0-3) unstable; urgency=low
 .
   * Limit supported architectures to linux-any only.
   * Add support for sh3, sh4 and powerpcspe.
     Thanks to Nobuhiro Iwamatsu for the patch. (Closes: #632609)
Checksums-Sha1: 
 bfb8ac5289a56a05fc59025eba2a880e1febcedf 1761 mixxx_1.9.0+dfsg0-3.dsc
 dfcbd7e6a0465ba5eff4fb21faa73aa5ebe3c2a6 13441 
mixxx_1.9.0+dfsg0-3.debian.tar.gz
 3b03cbd40901523241ca9cc6703b1ddaeb4e115f 2586712 mixxx_1.9.0+dfsg0-3_amd64.deb
 4b22142fa0bda61ab5b411e95b7272b77a3a7072 3700518 
mixxx-data_1.9.0+dfsg0-3_all.deb
Checksums-Sha256: 
 ddc85470a8bef009c60f43f2b92d9fe7f4fc5a4b308c55d29f1a601be7f8bb08 1761 
mixxx_1.9.0+dfsg0-3.dsc
 58816b4ace57a43419003f98b13476cca884a8f805fc934eae0987333e89f0fc 13441 
mixxx_1.9.0+dfsg0-3.debian.tar.gz
 0f5e469d6fb2b714403cb72d119b3e77535767c5dc237c4006d4ac38818b75ab 2586712 
mixxx_1.9.0+dfsg0-3_amd64.deb
 5de36adf2cea901f3088255af01585e90ea6362f45bbe45ea1362e1494e44556 3700518 
mixxx-data_1.9.0+dfsg0-3_all.deb
Files: 
 f8fcdbbf0a0a3376720838978f3b037d 1761 sound optional mixxx_1.9.0+dfsg0-3.dsc
 8da669fcf2d481422cd8f317af279546 13441 sound optional 
mixxx_1.9.0+dfsg0-3.debian.tar.gz
 53676881af6c8c742bbd6f56da0ee1ad 2586712 sound optional 
mixxx_1.9.0+dfsg0-3_amd64.deb
 66b76ed7ff70e951b6449e5c93ab4217 3700518 sound optional 
mixxx-data_1.9.0+dfsg0-3_all.deb

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

iEYEARECAAYFAk4RfZQACgkQRdSMfNz8P9BqAQCgg87I5la3zb1WyN0W+pv5DTYz
xN4AniSQ85PpHdUqPVLUn0G2qVC18YgB
=Nz+B
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to