tags 380601 unreproducible
thanks

Hello Damien,

On Mon, Jul 31, 2006 at 11:11:53AM +0200, BRUCKER Damien wrote:
> 
> Package: sudoku
> Version: 1.0.1-1
> 
> My system : HP Pavilion DV4017 laptop with Celeron M 1,5 GHz powered by 
> GNU/Linux Debian Sarge 3.1, kernel 2.6.17.4, gcc 3.3.5, Xorg 6.9.0, KDE 3.3.2
> 
> After installing sudoku from the source, I discovered 2 bugs I could solve.
> 
> 1°) Makefile
> There is a compilation error listed with make
> The path given for the uname utility is wrong : I replaced /usr/bin/uname 
> with /bin/uname and it works
> Note that the best way could even be not to give any path at all, just to 
> write uname: indeed, this utility can be run under any user other than root.
> 
> 2°) Source file sudoku.c
> The save function (started with the s key) doesn't work.
> The bug is located in the save_board function, line 1840: the save function 
> in sudoku doesn't recognise the carriage return (Enter) key, because the 
> software is waiting for the '\r' key.
> Just replace '\r' with '\n' in this line.
> And build again with make
> The save function is now operating correctly and builds a file called "board" 
> in the home directory, per default.
> 
> All those corrections work on my system

Both are already fixed in Version: 1.0.1-1

Are you sure you use the Debian source package?
Are you using the upstream tar.gz without the Debian diff.gz?

Kind Regards,
-- 
Nekral

Reply via email to