Re: gnuchess --addbook doesn't exit anymore

2016-09-12 Thread Vincent Legout
Hi,

On Sun, Sep 11, 2016 at 01:56:31PM +0200, Antonio Ceballos wrote :
> Hi Vincent,
> 
> I have realized that this bug was reported some time ago, and I did fix it
> in the subversion repository. However, I did not release a version
> including that bug fix. If you want, you could take the sources from
> subversion and build a version for you. Anyway, I will wrap up the last
> changes and release 6.2.3 within the next week with a fix for the --addbook
> bug.

Thanks Antonio, I'll wait until you release the new version.

Vincent

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


Re: gnuchess --addbook doesn't exit anymore

2016-09-06 Thread Vincent Legout
Thanks. I've uploaded this quick patch in Debian for now, but I'll revert if you
upload a better one:

 http://sources.debian.net/src/gnuchess/6.2.2-2/debian/patches/exit.patch/

Thanks,
Vincent

On Tue, Sep 06, 2016 at 07:42:33AM +0200, Antonio Ceballos wrote :
> Hi Vincent,
> 
> Thanks for reporting this issue on version 6.2.2. I will check it and
> revert it as soon as possible.
> 
> Antonio Ceballos
> 
> 
> On Mon, Sep 5, 2016 at 3:00 PM, Vincent Legout  wrote:
> 
> > Hello,
> >
> > In Debian, we build the gnuchess-book package using gnuchess --addbook. It
> > now
> > fails to build [1] because this command doesn't return anymore. This
> > change has
> > been introduced in 6.2.2 (it works fine with 6.2.1).
> >
> > Would it be possible to revert this change?
> >
> > Thanks,
> > Vincent
> >
> > [1] https://bugs.debian.org/834670
> >
> > ___
> > Bug-gnu-chess mailing list
> > Bug-gnu-chess@gnu.org
> > https://lists.gnu.org/mailman/listinfo/bug-gnu-chess
> >

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


gnuchess --addbook doesn't exit anymore

2016-09-05 Thread Vincent Legout
Hello,

In Debian, we build the gnuchess-book package using gnuchess --addbook. It now
fails to build [1] because this command doesn't return anymore. This change has
been introduced in 6.2.2 (it works fine with 6.2.1).

Would it be possible to revert this change?

Thanks,
Vincent

[1] https://bugs.debian.org/834670

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


Memory leaks

2013-05-19 Thread Vincent Legout
Hello,

A bug has been reported in Debian, see: http://bugs.debian.org/691105

The bug report doesn't give much information but it seems gnuchess leaks
memory. Indeed, running something like:

 valgrind --leak-check=full --show-reachable=yes ./src/gnuchess

returns lots of output.

Thanks,
Vincent

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


Re: gnuchess 6, trouble to build book.bin

2012-02-08 Thread Vincent Legout
Antonio Ceballos  writes:

> I did not have a specific date for the next release, but this new option along
> with other changes can do for a good opportunity to release. There is an
> additional problem that I need to investigate, but I think that I can release
> v6.0.2 before the end of month.

Great, I think I'll wait until the release to update the Debian package.

Vincent

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


Re: gnuchess 6, trouble to build book.bin

2012-02-07 Thread Vincent Legout
Hi,

Antonio Ceballos  writes:

> I have verified your report, i.e. that the command below works for GNU Chess
> v5, but not for v6, due to the different way to handle the user input.
>
> The obvious way to compile a book in v6 is to run GNU Chess, enter the 'book
> add ' command, and quit once the book is done. However, I presume
> that you want to avoid the interactive use of the program.

Yes, that's exactly my problem.

> Therefore, I have added a new option --addbook  that allows to do
> what you want. I think this is a nice improvement to the program. Now you can
> type the following command:
>
> gnuchess --addbook book_1.02.pgn
>
> That will create book.bin and will exit.
>
> This is uploaded in the SVN repository in savannah 
> (http://svn.savannah.gnu.org
> /viewvc/trunk/?root=chess). I will include it in the next release, along with 
> a
> few other updates. Let me know if this works for you.

Thanks a lot, it works fine. Do you plan to release a new version soon ?
It would be easier for me if you do a release with this option because I
won't have to take a svn snapshot.

Thanks,
Vincent

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess


gnuchess 6, trouble to build book.bin

2012-02-04 Thread Vincent Legout
Hi,

I'm trying to update the gnuchess Debian package. In Debian, we have two
packages: gnuchess and gnuchess-book, and I'm having trouble building
gnuchess-book with gnuchess 6.

gnuchess-book is built using book_1.02.pgn using this command:

 echo -e "book add book_1.02.pgn\nquit" | gnuchess

With gnuchess 5, it produced a book.dat file which is installed by
gnuchess-book. With gnuchess 6, gnuchess does not wait for the book add
command to finish before exiting, so the book is not built. And I could
not find another easy way to build the book.

Do you have any idea ? Or could you please fix gnuchess so that we could
build the book as in gnuchess 5.

Thanks,
Vincent

___
Bug-gnu-chess mailing list
Bug-gnu-chess@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnu-chess