Your message dated Fri, 12 Aug 2016 09:52:46 +0000
with message-id <e1by98w-00060c...@franck.debian.org>
and subject line Bug#772937: fixed in libffado 2.3.0-2
has caused the Debian Bug report #772937,
regarding libffado: FTBFS on powerpcspe: CPU detection via /proc/cpuinfo
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.)


-- 
772937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libffado
Version: 2.2.1-2
Severity: wishlist
Tags: patch
User: debian-powerpc...@breakpoint.cc
Usertags: powerpcspe

Hi,

on powerpcspe, libffado FTBFS like this:

...
Checking whether 'which dbusxx-xml2cpp' executes yes
Checking for variable session_bus_services_dir in package dbus-1...     yes
Trying to find the system triple: (cached) powerpc-unknown-linux-gnu
ValueError: need more than 1 value to unpack:
  File "/«PKGBUILDDIR»/SConstruct", line 740:
    cpuinfo = CpuInfo()
  File "/«PKGBUILDDIR»/SConstruct", line 541:
    self.cpu_info_ppc()
  File "/«PKGBUILDDIR»/SConstruct", line 606:
    ppc_type, x = v.split(',')
make: *** [debian/stamp-scons-build] Error 2
debian/rules:65: recipe for target 'debian/stamp-scons-build' failed
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2
...

The attached patch fixes this.

Thanks in advance,

Roland


-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: libffado-2.2.1/SConstruct
===================================================================
--- libffado-2.2.1.orig/SConstruct	2014-12-11 11:33:42.000000000 +0100
+++ libffado-2.2.1/SConstruct	2014-12-11 11:54:23.217214206 +0100
@@ -603,7 +603,10 @@
                 self.cpu_count += 1
             elif k == 'cpu':
                 self.is_altivec_supported = 'altivec' in v
-                ppc_type, x = v.split(',')
+                if ',' in v:
+                    ppc_type, x = v.split(',')
+                else:
+                    ppc_type = v
                 self.ppc_type = ppc_type.strip()
         # older kernels might not have a 'processor' line
         if self.cpu_count == 0:

--- End Message ---
--- Begin Message ---
Source: libffado
Source-Version: 2.3.0-2

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

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 772...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Knoth <a...@drcomp.erfurt.thur.de> (supplier of updated libffado 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...@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 12 Aug 2016 10:47:17 +0200
Source: libffado
Binary: libffado-dev libffado2 ffado-tools ffado-dbus-server ffado-mixer-qt4
Architecture: source amd64 all
Version: 2.3.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Adrian Knoth <a...@drcomp.erfurt.thur.de>
Description:
 ffado-dbus-server - FFADO D-Bus server
 ffado-mixer-qt4 - FFADO D-Bus mixer applets (QT4)
 ffado-tools - FFADO debugging and firmware tools
 libffado-dev - FFADO API - development files
 libffado2  - FFADO API
Closes: 772937 828060
Changes:
 libffado (2.3.0-2) unstable; urgency=medium
 .
   * Make FFADO builds reproducible (Closes: #828060)
   * Fix FTBFS on PowerPCspe (Closes: #772937)
Checksums-Sha1:
 57b36360d1f076fe4230aa9eabd4a034ffdc4e2d 2597 libffado_2.3.0-2.dsc
 842404f22a680738931c140aa39e09d2e3aa50a9 8876 libffado_2.3.0-2.debian.tar.xz
 527f3d1a1b3b7feeb813454832827d3f2d67b91a 25090 
ffado-dbus-server-dbgsym_2.3.0-2_amd64.deb
 3821d5ec430b7748fcf6c15198fe434e016fc1cd 64930 
ffado-dbus-server_2.3.0-2_amd64.deb
 891a34fdd4af80a1a8d116b6289da55c93e01c19 93840 ffado-mixer-qt4_2.3.0-2_all.deb
 a1065243bb2c4a1af1ff4e878d09b39746b747f0 10120 
ffado-tools-dbgsym_2.3.0-2_amd64.deb
 c0751235a9fd1cc257caa26f81ae0e18e8171a26 51132 ffado-tools_2.3.0-2_amd64.deb
 0362e1450bca8d6d7da3e35a30a8fa15a8a4f988 20244 libffado-dev_2.3.0-2_amd64.deb
 010f82cc95cd64950beaed56540296a07c3db8e8 3350624 
libffado2-dbgsym_2.3.0-2_amd64.deb
 d12f4f670bac6974d2216061b843f32a415e8461 1058598 libffado2_2.3.0-2_amd64.deb
Checksums-Sha256:
 aecbe87e2190c17fb8bd3031d0567b47874e181a8f635d1e15533986e1d0b88c 2597 
libffado_2.3.0-2.dsc
 ca7106cce1b9ec23c93a7e52650b1c6b52d9a33b71b302bc04d88e7027fd42d5 8876 
libffado_2.3.0-2.debian.tar.xz
 ea51adf59aaa89adfe5a1657790d4108158b25dfd4216973981b96a42d72e7b9 25090 
ffado-dbus-server-dbgsym_2.3.0-2_amd64.deb
 dcdc2c8848c583f0698f2eec738476e1adf5a6263b258302c711b48a3d013a01 64930 
ffado-dbus-server_2.3.0-2_amd64.deb
 106e008ab57ce4630142dae3e5cbe9ae4fd214d3233d8d39e80b0b67d5260717 93840 
ffado-mixer-qt4_2.3.0-2_all.deb
 09d6b0bb54b066775f741e38ec57c586f8b14f1d97857e06a250582a8528cb57 10120 
ffado-tools-dbgsym_2.3.0-2_amd64.deb
 5d5365aab0c4061b17d91d491df7fea30b71da31a02466785156c2dce85b116e 51132 
ffado-tools_2.3.0-2_amd64.deb
 018b8b74ec578abd721f982eb695a7dbd3c5172235680408598d6cfa21a5ba0f 20244 
libffado-dev_2.3.0-2_amd64.deb
 dedb082a39916c1740cb3dcf0a3e99f05f351eb9ed6727cae0487520becce5c6 3350624 
libffado2-dbgsym_2.3.0-2_amd64.deb
 d3bf9ab50af10c39748a4f6cfca06b3a0b618555fe67a4291f87e466f32c22ce 1058598 
libffado2_2.3.0-2_amd64.deb
Files:
 ae312c40cb9a17b72eb235791227e4a0 2597 libs optional libffado_2.3.0-2.dsc
 35b52e35a62a4571e5da7249fd42343b 8876 libs optional 
libffado_2.3.0-2.debian.tar.xz
 b8681d9bcf3fa01e022f781f6497a34b 25090 debug extra 
ffado-dbus-server-dbgsym_2.3.0-2_amd64.deb
 528dd81d7efa23d4e3bf69426967f217 64930 sound optional 
ffado-dbus-server_2.3.0-2_amd64.deb
 98202978cf02a0c88ad2c6f13ea6d977 93840 sound optional 
ffado-mixer-qt4_2.3.0-2_all.deb
 32a4c07ced54f50b2bc84313851ba120 10120 debug extra 
ffado-tools-dbgsym_2.3.0-2_amd64.deb
 4659d52c4545589d029d6d32216c383d 51132 sound optional 
ffado-tools_2.3.0-2_amd64.deb
 e66b8a96f83569b8761ae2a526468b39 20244 libdevel optional 
libffado-dev_2.3.0-2_amd64.deb
 16298c31a0acd4713f596c929e5e82f4 3350624 debug extra 
libffado2-dbgsym_2.3.0-2_amd64.deb
 6e3b7db99ed823748a63917d7e278636 1058598 libs optional 
libffado2_2.3.0-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJXrZLvAAoJEI8ytEIvUhB/J3AP/i8yWGkUEaQFvqSaMdV9/9Ai
rI5x8s1ZHGV38ae342JfzUVJMiOT4zomlLKqJEvZLPva2FsTOYbVs/y8ObFpE8H0
IgE50aBcdeW5T1kIYTW2bu93gIfn+AFdt8Q5EFPQbi0dXdGWy6/8RIDfDJNODNfe
tZKNwyd+6jA6SMKxln7gpVEhmA3LEu30/eciXkp31qqLO5RjBvdltgoLLbkXs/jg
6yqz3exMcD38biBO3lbWr8tKdnZcysDGot423IQ82j8TgHthsVa4Kn2WsoIsafue
jx4FcB1EjSFqW/rUQjC3MyIKdy59BVol5bpMSPDWZb04OE+iMY9DZHsqEwY3QD66
CNOvWhJjNYFTK0GEYPTs4ll2SKPzI2xYgzo+k05AgijFFu615B6Ee7WbsgHv3I0P
BEXjQoJQoZ3fg/oS2bfUU2b0gZPJuMqC+yc0kxLiDDvzNF+trW8ul6akKKAvWs2z
BObFOJNh0uU6SOiwGjuj7yhIAcSIzV1TkWQjzUq61WM9e8EjTpp9qBR4nSt+C7Id
WCJHzpTY2wLHa3Jdetiiyv9AK56geVp45F8PBlGeMii6dmHMPDWvoW2qvtZkOYeg
K+DHszzYU2QoBgSOp3YPkOf3fv+IRCbclRy+ncUrxiRDUMoSDj2sq7Le5EPqM9Be
9rqSFj9IEcbg/tICAUYJ
=5CKO
-----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