Debian Bug report logs -
#421909
gnome-sudoku does not start
Reported by: Martin Ketzer <martin.ketzer@gmx.de>
Date: Wed, 2 May 2007 12:57:02 UTC
Severity: grave
Found in version gnome-sudoku/0.7.1-1
Fixed in version 0.7.1-1+rm
Done: Marco Rodrigues <gothicx@sapo.pt>
Bug is archived. No further changes may be made.
Toggle useless messages
Report forwarded to debian-bugs-dist@lists.debian.org, Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>:
Bug#421909; Package gnome-sudoku.
(full text, mbox, link).
Acknowledgement sent to Martin Ketzer <martin.ketzer@gmx.de>:
New Bug report received and forwarded. Copy sent to Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: gnome-sudoku
Version: 0.7.1-1
Severity: grave
--- Please enter the report below this line. ---
gnome-sudoku does not start an prints the following on the command-line:
Traceback (most recent call last):
File "/usr/games/gnome-sudoku", line 7, in ?
from gnome_sudoku.gnome_sudoku import start_game
File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py",
line 18, in ?
gobject.GError: Failed to open file
'/usr/share/gnome-sudoku/Footprints.svg': No such file or directory
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.21
Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.debian-unofficial.org
990 unstable ftp.de.debian.org
990 unstable deb.opera.com
500 testing ftp.de.debian.org
500 experimental www.debian-multimedia.org
500 dapper wine.budgetdedicated.com
1 experimental ftp.de.debian.org
--- Package information. ---
Depends (Version) | Installed
======================================-+-==============
python (<< 2.5) | 2.4.4-2
python (>= 2.4) | 2.4.4-2
python-support (>= 0.2) | 0.6.3
python-gtk2 (>= 2.8.6-3) | 2.10.4-2
python-imaging (>= 1.1.5-4) | 1.1.5-11
python-glade2 (>= 2.6.3-2) | 2.10.4-2
python-gnome2 (>= 2.10.0-4) | 2.18.2-1
python-gnome2-extras (>= 2.10.2-1) | 2.14.3-1
python-numeric (>= 24.2-1) | 24.2-7
librsvg2-common (>= 2.9.5-4) | 2.16.1-2
Information forwarded to debian-bugs-dist@lists.debian.org, Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>:
Bug#421909; Package gnome-sudoku.
(full text, mbox, link).
Acknowledgement sent to "Gustavo Franco" <stratus@debian.org>:
Extra info received and forwarded to list. Copy sent to Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #10 received at 421909@bugs.debian.org (full text, mbox, reply):
On 5/2/07, Martin Ketzer <martin.ketzer@gmx.de> wrote:
> Package: gnome-sudoku
> Version: 0.7.1-1
> Severity: grave
Hi Martin,
Thanks for your report. There's something weird going on though, it
seems that our package version and dependencies match, but the package
content doesn't. Could you please paste "dpkg -L gnome-sudoku" output
on your reply to this message with the last changelog
(/usr/share/doc/gnome-sudoku/changelog.Debian.gz) entry?
> --- Please enter the report below this line. ---
> gnome-sudoku does not start an prints the following on the command-line:
>
> Traceback (most recent call last):
> File "/usr/games/gnome-sudoku", line 7, in ?
> from gnome_sudoku.gnome_sudoku import start_game
> File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py",
> line 18, in ?
> gobject.GError: Failed to open file
> '/usr/share/gnome-sudoku/Footprints.svg': No such file or directory
>
> (...)
It should be:
$ dpkg -L gnome-sudoku|grep -i footprints
/usr/share/pixmaps/gnome-sudoku/footprints.png
Btw, there's no /usr/share/gnome-sudoku and
/usr/lib/python2.4/site-packages/gnome_sudoku/
thanks in advance,
-- stratus
http://stratusandtheswirl.blogspot.com
Information forwarded to debian-bugs-dist@lists.debian.org, Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>:
Bug#421909; Package gnome-sudoku.
(full text, mbox, link).
Acknowledgement sent to Martin Ketzer <martin.ketzer@gmx.de>:
Extra info received and forwarded to list. Copy sent to Utnubu Team <utnubu-maintainers@lists.alioth.debian.org>.
(full text, mbox, link).
Message #15 received at 421909@bugs.debian.org (full text, mbox, reply):
Hi,
The dpkg -L matches:
dpkg -L gnome-sudoku | grep -i foot
/usr/share/pixmaps/gnome-sudoku/footprints.png
The file is there too.
And the changelog:
gnome-sudoku (0.7.1-1) unstable; urgency=low
* New upstream release (Closes: #384670, #378710).
* debian/patches/defaults-py.patch: updated.
* debian/rules:
- Replace python-distutils include with autotools due to upstream
changes.
- Add dh_pysupport call now required since I dropped
python-distutils include.
-- Gustavo Franco <stratus@debian.org> Mon, 23 Apr 2007 03:40:08 -0300
it seems gnome-sudoku isn't looking at the right place? could it be
something that is configured incorrectly on my side? Additionally it
looks for a big "F" in the footprints.svg.
apt-file search prints:
apt-file search Footprints
gnome-sudoku: usr/share/gnome-sudoku/Footprints.svg
respectively:
apt-file search footprints
gnome-sudoku: usr/share/pixmaps/gnome-sudoku/footprints.png
(...)
thx,
Martin
PS: removing, purging and reinstalling did not change anything
Gustavo Franco wrote:
> On 5/2/07, Martin Ketzer <martin.ketzer@gmx.de> wrote:
>> Package: gnome-sudoku
>> Version: 0.7.1-1
>> Severity: grave
>
> Hi Martin,
>
> Thanks for your report. There's something weird going on though, it
> seems that our package version and dependencies match, but the package
> content doesn't. Could you please paste "dpkg -L gnome-sudoku" output
> on your reply to this message with the last changelog
> (/usr/share/doc/gnome-sudoku/changelog.Debian.gz) entry?
>
>> --- Please enter the report below this line. ---
>> gnome-sudoku does not start an prints the following on the command-line:
>>
>> Traceback (most recent call last):
>> File "/usr/games/gnome-sudoku", line 7, in ?
>> from gnome_sudoku.gnome_sudoku import start_game
>> File "/usr/lib/python2.4/site-packages/gnome_sudoku/gnome_sudoku.py",
>> line 18, in ?
>> gobject.GError: Failed to open file
>> '/usr/share/gnome-sudoku/Footprints.svg': No such file or directory
>>
>> (...)
>
> It should be:
> $ dpkg -L gnome-sudoku|grep -i footprints
> /usr/share/pixmaps/gnome-sudoku/footprints.png
>
> Btw, there's no /usr/share/gnome-sudoku and
> /usr/lib/python2.4/site-packages/gnome_sudoku/
>
> thanks in advance,
> -- stratus
> http://stratusandtheswirl.blogspot.com
>
Reply sent to Marco Rodrigues <gothicx@sapo.pt>:
You have taken responsibility.
(full text, mbox, link).
Notification sent to Martin Ketzer <martin.ketzer@gmx.de>:
Bug acknowledged by developer.
(full text, mbox, link).
Message #20 received at 421909-done@bugs.debian.org (full text, mbox, reply):
Version: 0.7.1-1+rm
The gnome-sudoku package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/430551 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Mon, 16 Feb 2009 07:43:41 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 10:35:10 2023;
Machine Name:
buxtehude
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.