[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#873156: marked as done (fofix: FoFiX.py rises a NotImplementedError on startup)



Your message dated Sat, 20 Oct 2018 11:02:08 +0000
with message-id <E1gDp1E-0008b7-Ac@fasolo.debian.org>
and subject line Bug#873156: fixed in fofix-dfsg 3.121-5~deb9u1
has caused the Debian Bug report #873156,
regarding fofix: FoFiX.py rises a NotImplementedError on startup
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 owner@bugs.debian.org
immediately.)


-- 
873156: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=873156
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: fofix
Version: 3.121-4
Severity: important
Tags: patch

Dear Maintainer,
after installing the fofix package on a (up-to-date) system, 
the application terminates due to unhandlet exception.
This is caused by the usage of the removed 'tostring()' within python and python suggests 'tobytes()' should be used instead. 

After replacing the tostring() calls with tobytes() as suggested, 
the application becomes usable.

I have attached a diff at the end of the report.

kind regards
Christian


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.11.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.utf8, LC_CTYPE=de_AT.utf8 (charmap=UTF-8), LANGUAGE=de_AT:de (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages fofix depends on:
ii  python          2.7.13-2
ii  python-imaging  4.2.1-1
ii  python-numpy    1:1.12.1-3+b2
ii  python-opengl   3.1.0+dfsg-1
ii  python-pygame   1.9.1release+dfsg-10+b2

Versions of packages fofix recommends:
ii  python-ogg       1.3+repack-7
ii  python-pyaudio   0.2.11-1+b1
ii  python-pyvorbis  1.5-4

Versions of packages fofix suggests:
pn  python-psyco  <none>

-- no debconf information

-- Diff after patching:

30c30
< 
---
> 
77c77
<       string = image.tostring('raw', 'RGBA', 0, -1)
---
>       string = image.tobytes('raw', 'RGBA', 0, -1)
80c80
<       string = image.tostring('raw', 'RGB', 0, -1)
---
>       string = image.tobytes('raw', 'RGB', 0, -1)
83c83
<       string = image.tostring('raw', 'L', 0, -1)
---
>       string = image.tobytes('raw', 'L', 0, -1)
89c89
<         string = image.tostring('raw', 'RGB', 0, -1)
---
>         string = image.tobytes('raw', 'RGB', 0, -1)
114c114
<       string = pygame.image.tostring(surface, "RGB")
---
>       string = pygame.image.tobytes(surface, "RGB")
116c116
<       string = image.tostring('raw', 'L', 0, -1)
---
>       string = image.tobytes('raw', 'L', 0, -1)
120c120
<         string = pygame.image.tostring(surface, "RGBA", True)
---
>         string = pygame.image.tobytes(surface, "RGBA", True)
123c123
<         string = pygame.image.tostring(surface, "RGB", True)
---
>         string = pygame.image.tobytes(surface, "RGB", True)

--- End Message ---
--- Begin Message ---
Source: fofix-dfsg
Source-Version: 3.121-5~deb9u1

We believe that the bug you reported is fixed in the latest version of
fofix-dfsg, 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 873156@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated fofix-dfsg 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 15 Oct 2018 21:06:22 +0200
Source: fofix-dfsg
Binary: fofix
Architecture: source
Version: 3.121-5~deb9u1
Distribution: stretch
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
 fofix      - rhythm game in the style of Rock Band(tm) and Guitar Hero(tm)
Closes: 873156
Changes:
 fofix-dfsg (3.121-5~deb9u1) stretch; urgency=medium
 .
   * QA upload.
   * Rebuild for stretch.
 .
 fofix-dfsg (3.121-5) unstable; urgency=medium
 .
   * QA upload.
   * Call image.tobytes('raw', ...) instead of image.tostring('raw', ...),
     thanks to Christian Trenkwalder.  (Closes: #873156)
   * Override source-contains-prebuilt-ms-help-file.
Checksums-Sha1:
 016306dbf31926bc02eeebf4c1494d28c2f03e49 1796 fofix-dfsg_3.121-5~deb9u1.dsc
 c38d335786bce8d6edf256917a907c1147007a37 6452 fofix-dfsg_3.121-5~deb9u1.debian.tar.xz
 c3fe1d17266e27eac24095f1341a81f9a772c64b 6072 fofix-dfsg_3.121-5~deb9u1_source.buildinfo
Checksums-Sha256:
 04a079bd0a3bae19cfba3668203db28f78e680e2a91c975f33f278a37223bb1d 1796 fofix-dfsg_3.121-5~deb9u1.dsc
 19784c071ac21afb312e2f425d12c19e077e900ba8fe25dcda1045c852572160 6452 fofix-dfsg_3.121-5~deb9u1.debian.tar.xz
 d4f9611a63229e7a7513399a12b73724e45ef24be67661f1707f56217d94b6b7 6072 fofix-dfsg_3.121-5~deb9u1_source.buildinfo
Files:
 0be20cf87db8cab763a5a9c9c45d9c3c 1796 games optional fofix-dfsg_3.121-5~deb9u1.dsc
 b8aab9948bf8e6d22dd90e31eac6b292 6452 games optional fofix-dfsg_3.121-5~deb9u1.debian.tar.xz
 686e44501d410d29bfdc6de7ee630e41 6072 games optional fofix-dfsg_3.121-5~deb9u1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAlvE6+sQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCKnbD/wLBfaqAsKr2uf6lbEqdlPWU18DPtpRZ8r1
hYJVXxDgFT6gkL9sMheKalD+KlBqrk7yOZJqGUvvoxv5xwmttzuQEzz3lSQsAkwD
7W4u8WUyor/A2HUYqj82yEn7nkYLzw4eZDktDow/S5VEoVwCbngUhSk9b+b8VogC
Dr9sHhq43q+OvPczc6n4/kNaaQrqI2PGIQWEXHuBOw63KOeE/+/LZp35HrqYO7A+
whgivSv+8xORBaIOGGBMo/hzNq3mkOXD6P8fK9KM8wnldFxaIYIoycklk+FR6BFm
lXv/MzW78OuiMBPaxt016+eiEdKa2q6Mskba5/n5LlqiZSE15L8HgU4s2LUx7ewJ
SjnAAEqDb/c2thypVt/lFrfWRmfehWXftD/FG/aIuIor59eNlK+l/BmEPVKtQYO5
O9VPRzCJpuTy7oA5HWxJgXrtAGJYvLx0hVHkzjX+ei4LvCbzzZlDh74ZNojM3YuT
LyuYXBaJONnSLTng8u4BRkafO4FpSnrkdIgyQlG8kbyOdp+b6H8WTxBMRkMsv5kl
K998OhSi4xSL8llEk/mu2wAoY2LraNOsGNzbic5h1dK8KF+3nk+RvgVNU+Z41re2
HbLPu3v6fMhI2Iwzbi0OBavcvHJj7VWD3NXgqVMMtOLU89CEh0isgQMretdzOMjT
EzMDRopwDQ==
=jSmQ
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: