[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 Mon, 15 Oct 2018 17:34:12 +0000
with message-id <E1gC6ku-0000lQ-NW@fasolo.debian.org>
and subject line Bug#873156: fixed in fofix-dfsg 3.121-5
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

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 18:25:19 +0200
Source: fofix-dfsg
Binary: fofix
Architecture: source
Version: 3.121-5
Distribution: unstable
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) 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:
 3cdcc8964e0546b77e7099b0a79e0f09e56ab210 1768 fofix-dfsg_3.121-5.dsc
 2179f67fe19d5c7c6a0ef78bac36e6e51797c182 6420 fofix-dfsg_3.121-5.debian.tar.xz
 41814bf49d4f2de1a2738c37e03a309766e8c7b7 5964 fofix-dfsg_3.121-5_source.buildinfo
Checksums-Sha256:
 1698cdcb8f29afc856399bdd523c2df771e165d218cdc599fcf58155846c4688 1768 fofix-dfsg_3.121-5.dsc
 9ef2a6b0a51a75ef5aed6378621c0a132444fef6272216350a02cc020a8ed368 6420 fofix-dfsg_3.121-5.debian.tar.xz
 50edd269014d545685181cccdc029849a7a33507cb794f03872b0f05c1c3da71 5964 fofix-dfsg_3.121-5_source.buildinfo
Files:
 91e9e2e217222ee112a56bea34d365fd 1768 games optional fofix-dfsg_3.121-5.dsc
 0d4c756eff0236541d76b10e2913883e 6420 games optional fofix-dfsg_3.121-5.debian.tar.xz
 e2297c58954c70cb8a7d7cfacb9ec0f0 5964 games optional fofix-dfsg_3.121-5_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAlvEySsQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCOpnD/9YXtdSDkbZS5yfFPScn17cmc8S0l1VeBBR
PKoJW5YDMTLLU2nkSNfkfBYNg4tgqhfh9yFqozRHP50FpbBNBM3vxzSgCINDG+Q6
i5B5TFtiPAonl6vF80xYdnNrFr+pq1DlwCv9MOVCC80jCNFJOFK1vjVbqVw6IEMu
MBFgZgfVa8gFCHPr194mPDnJVSkhMHPm/hepkDGIC4mVmZ6yLmqI3rpHCDvmX1Ly
HsF3eLeJCBA2eMiZMUwPQGtf4lA5EkWQZHJFtBuGmpjAlnNQJwczv+l1gIhLcu/c
ZaO8oYiEjYFNXXrAlAblBSCa+7n0YZVAC2kt/ioKbMjcHSDIkOfYjTxvSDeqnaIH
oW6iUlnKuEdybMrepBJTfbkNyZK6KqC29RB1QuNE4mUNTCTYzjnZlYsL278wCgt/
74MjUKJu8viFRbeNnE2vwshTiMts8RPEmTJGSj3snQnvramf6RvZtK3gHG/JXsQJ
UDE4w1vOsc8w+2WKvzcnGk/NrRndKatS0iQwOXWmnCyiGwhDStANlIRsCvNJpiaB
sIXxEcK+7uP78nUnoTLyH06b9Pvxj9Pblop4tK1ryBeiUt85cFXw95BsDDEK51ga
HFkxwHOYWrAGV85p1EFqBlfHOaM93kx2vdbg7iWLHGm2uOKdHfuQqmjHTM51u/sA
ZaYHeiNsOQ==
=a5Oa
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: