Re: upcoming gnubg features + button survey

2023-02-17 Thread Russ Allbery
rand_int32 function (cf. RollDice function > in dice.c), which seems to be an implementation from 1997-2002 in > lib/19937ar.c Ah, thank you! For some reason I was thinking random.org was the default, so that's not an issue. > Gnubg could also implement urandom, but then this would be > pl

Re: upcoming gnubg features + button survey

2023-02-17 Thread Russ Allbery
gnubg.) (That reminds me that I think gnubg is probably also using random.org by default and probably should use /dev/urandom by default instead on Debian.) I'd of course document this change and explain how to turn it back on for anyone who wants it. -- Russ Allbery (ea...@eyrie.org)

Re: Development - an outsider’s perspective

2022-12-24 Thread Russ Allbery
equires someone with the right knowledge sit down and do a bunch of hard porting work. -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: GNUbg version 1.07.001 available

2022-11-20 Thread Russ Allbery
Philippe Michel writes: > A new version of gnubg is available at https://www.gnu.org/software/gnubg/ I've uploaded packages of this to Debian unstable, from which they'll propagate into Ubuntu in due course. As previously mentioned, this version disables the 3D board for now. -- Russ Allb

Re: Preview of forthcoming gnubg release

2022-11-20 Thread Russ Allbery
Philippe Michel writes: > On Wed, Nov 09, 2022 at 03:40:34PM -0800, Russ Allbery wrote: >> I'll also update the Debian packages once there's a new tarball >> release, which will propagate into Ubuntu and other downstream >> distributions as normal. > Regarding

Re: Preview of forthcoming gnubg release

2022-11-09 Thread Russ Allbery
e's a new tarball release, which will propagate into Ubuntu and other downstream distributions as normal. -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: Hyper gammon

2022-06-28 Thread Russ Allbery
e directory first, and then in /var/lib and /usr/share if the >> file cannot be found there. Great, if I manage to find some time to work on this I'll send you a patch. -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: Hyper gammon

2022-06-27 Thread Russ Allbery
had an > exchange of mails with Russ Allbery, who maintains the package, where I > convinced him that it was a serious shortcoming, that the TS default > database was not that big and quick to build at install time on current > hardware and that he really should either include it or build i

Re: Status of GTK 3 support?

2020-12-05 Thread Russ Allbery
Apologies for asking this question and then never following up. It's been a bad year for staying on top of my inbox. Philippe Michel writes: > On Sun, Aug 09, 2020 at 02:36:13PM -0700, Russ Allbery wrote: >> Debian is starting to look at slowly retiring GTK 2, at least as much >&

Status of GTK 3 support?

2020-08-09 Thread Russ Allbery
y to build 1.06.002 for Debian and Ubuntu with GTK 3? Or, if not, to try a CVS snapshot? (It's been a little while since the previous release, and I'm not sure how much additional work has accumulated in version control.) -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: current development

2019-12-04 Thread Russ Allbery
Joseph Heled writes: > Thanks. will recompile. Also the other non-sse options should go > somewhere else, but I don't know where they should go in the debian > build process. The override_dh_auto_configure target includes the invocation of ./configure. -- Russ Allbery (ea...@

Re: current development

2019-12-03 Thread Russ Allbery
Joseph Heled writes: > I am on kubuntu. > $ sudo apt-get install build-dep gnubg > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package build-dep Argh, sorry. It's just: sudo apt-get build-dep gnubg

Re: current development

2019-12-03 Thread Russ Allbery
in the amd64 branch. You should then be able to run debian/rules build and it should do the rest. -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: current development

2019-12-03 Thread Russ Allbery
feature, so at least it wouldn't be unknown > territory. Oh, interesting. Is this something that I can just enable with a compiler flag, or does it need code support in gnubg? -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: current development

2019-12-03 Thread Russ Allbery
and just going with a simple compatible build. -- Russ Allbery (ea...@eyrie.org) <https://www.eyrie.org/~eagle/>

Re: current development

2019-12-03 Thread Russ Allbery
support but this machine does not support SSE\n")); #endif exit(EXIT_FAILURE); } #endif In other words, it checks at runtime if built with AVX to confirm that AVX is supported and, if not, it terminates the program. I could define DISABLE_SIMD_TEST; then, I'm not sure wh

Re: current development

2019-12-03 Thread Russ Allbery
e package don't care that much about pure speed. Trying to build the binary multiple times with different compiler flags and select an appropriate version for the local CPU at runtime was more work than I had time or energy to do, and felt like overkill. -- Russ Allbery (ea...@eyrie.org)

Re: [Bug-gnubg] Why does it move first about 80% of the time UPDATE

2019-09-30 Thread Russ Allbery
s much higher that you've not taken an adequate number of samples and the observation will disappear if you take enough samples. -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list Bug-gnubg@gnu.org h

[Bug-gnubg] Crash on startup with stack protection enabled using Spanish locale

2019-07-21 Thread Russ Allbery
[64]; +char asz[2][256], szCommand[64]; int f = pecSet->fDeterministic; sprintf(asz[0], _("%s will use deterministic noise.\n"), szSet); -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ B

[Bug-gnubg] Fwd: Bug#929188: gnubg: allows re-rolling dice after declined resignation in graphical mode

2019-05-23 Thread Russ Allbery
1.6.36-5 ii libpython2.72.7.16-2 ii libreadline77.0-5 ii libsqlite3-03.27.2-2 gnubg recommends no packages. Versions of packages gnubg suggests: ii sensible-utils 0.0.12 - debconf information: * gnubg/build-bearoffs: true

Re: [Bug-gnubg] GNUbg and python

2019-01-08 Thread Russ Allbery
ven't had a chance to look at what would be involved, but I believe Debian is hoping to be mostly or entirely off of Python 2 by the release after the upcoming one, in line with Python upstream's end of life date of 2020. -- Russ Allbery (ea...@eyrie.org) <http://www.eyri

Re: [Bug-gnubg] GNUbg 1.06.001 Released (Binaries for MS Windows available)

2017-12-23 Thread Russ Allbery
ngine way up either.) Thank you all for your continued work on developing GNUbg! -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Mime types

2016-08-01 Thread Russ Allbery
it appear in the system application menus. -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] A couple of fairly minor GnuBG fixes

2016-01-30 Thread Russ Allbery
le in the autoconf archives). Ah, okay. :) I didn't think to check that. And yup, the current CVS version should fix the problem as well. -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list

[Bug-gnubg] A couple of fairly minor GnuBG fixes

2016-01-25 Thread Russ Allbery
checks on binary strings. Here's a patch: From: Russ Allbery <r...@debian.org> Date: Mon, 25 Jan 2016 18:37:10 -0800 Subject: Correct spelling of occurred --- gtkprefs.c| 2 +- matchequity.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gtkprefs.c b/gtkp

Re: [Bug-gnubg] dice autoroll problem

2015-10-20 Thread Russ Allbery
ult of the overall match? -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] bad __attribute__ handling breaks w/newer standards, newer gcc, & glibc and causes infinite loop

2015-10-07 Thread Russ Allbery
this isn't a significant issue, but that version feels likely to fail on some rando compiler that doesn't support __attribute__. -- Russ Allbery (ea...@eyrie.org) <http://www.eyrie.org/~eagle/> ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] GNUbg 1.05.000 and dependencies for downstream maintainers

2015-04-26 Thread Russ Allbery
trying to get rid of that library. What fails with libcurl4? Can I maybe help with porting this? I'm trying a build right now. -- Russ Allbery (ea...@eyrie.org) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https

Re: [Bug-gnubg] GNUbg 1.05.000 and dependencies for downstream maintainers

2015-04-26 Thread Russ Allbery
Michael Petch mpe...@gnubg.org writes: On 2015-04-26 8:25 PM, Russ Allbery wrote: libcurl3 development packages no longer exist in Debian because we're trying to get rid of that library. What fails with libcurl4? Can I maybe help with porting this? I'm trying a build right now. I may

Re: [Bug-gnubg] Some questions about build options and toolchain

2015-01-18 Thread Russ Allbery
Philippe Michel philippe.mich...@sfr.fr writes: On Sat, 17 Jan 2015, Russ Allbery wrote: Would be fine here, although I'm surprised it would make much difference. For C, it normally doesn't. Are you thinking about doing that just to get better compiler warnings? This would be to be able

Re: [Bug-gnubg] Some questions about build options and toolchain

2015-01-17 Thread Russ Allbery
. Are you thinking about doing that just to get better compiler warnings? -- Russ Allbery (ea...@eyrie.org) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Serious bug: Random.org - Important Request for Comments

2015-01-15 Thread Russ Allbery
Michael Petch mpe...@gnubg.org writes: On 2015-01-13 7:51 PM, Russ Allbery wrote: That's Debian's position as well, so we always link GPL-covered packages against the GnuTLS build of libcurl in the Debian archives. I discovered that Debian has a notice about the licensing issues regarding

Re: [Bug-gnubg] Serious bug: Random.org - Important Request for Comments

2015-01-13 Thread Russ Allbery
standpoint. I don't really have any further suggestions to offer other than what you already spelled out (I know almost nothing about developing on Windows or Mac OS X), but I concur with your analysis. -- Russ Allbery (ea...@eyrie.org) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Odd interaction between end game and matches

2014-03-23 Thread Russ Allbery
player wins, but not if the human player wins. -- Russ Allbery (ea...@eyrie.org) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Odd interaction between end game and matches

2014-03-22 Thread Russ Allbery
| | | |X | | | |X | | | |XX X | On roll | X X | |X X X X | 6 points +12-11-10--9--8--7---6--5--4--3--2--1-+ X: eagle -- Russ Allbery (ea...@eyrie.org) http

Re: [Bug-gnubg] gnu gammon question

2014-02-25 Thread Russ Allbery
involve a fair bit of probability work. Quite a bit more than backgammon, since the amount of information that you have is much larger and the randomness space is also much larger. It's much more similar to writing a computer poker player than writing a computer backgammon player. -- Russ Allbery

[Bug-gnubg] Empty dialog when requesting hint on a resignation

2013-09-14 Thread Russ Allbery
Aborted (core dumped) That part seems to be fixed in 1.02.000, but there still seems to be something amiss. See also http://bugs.debian.org/722956 -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list

Re: [Bug-gnubg] Empty dialog when requesting hint on a resignation

2013-09-14 Thread Russ Allbery
, and this avoids the crash. Not displaying the dialog makes sense to me. I agree that people probably aren't looking for this information; the bug reporter ran into it by accident. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Dice Rolls

2013-08-16 Thread Russ Allbery
games is far, far too few to tell you anything of substance (as you alluded to in your earlier message). You'd need to do a more systematic and recorded study across more like 100 games, with some sort of objective criteria, to be sure that the pattern is statistically significant. -- Russ

Re: [Bug-gnubg] compilation of gnubg-0.14.3 failed

2013-08-05 Thread Russ Allbery
, but then the releases would be in the regular GNU mirror network. The www.gnu.org pages are normally handled via Savannah, which is the GNU Project Sourceforge-like thing. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug

Re: [Bug-gnubg] compilation of gnubg-0.14.3 failed

2013-08-05 Thread Russ Allbery
for the project. It's very much appreciated. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Easier way to set openurl.c browser default?

2013-07-22 Thread Russ Allbery
Michael Petch mpe...@gnubg.org writes: On 21/07/2013 8:02 PM, Russ Allbery wrote: Currently, the Debian packaging for GNU Backgammon carries the following patch, since Debian's standard browser is supposed to use the sensible-browser program: I'll create a patch that includes a change

Re: [Bug-gnubg] Somewhat outdated GPL license notices

2013-07-22 Thread Russ Allbery
Michael Petch mpe...@gnubg.org writes: On 21/07/2013 7:59 PM, Russ Allbery wrote: either version 3 or later of the License, or (at your option) any later version, I agree that source files without a GPL header should have them added. I haven't counted how many fall into this category. I

Re: [Bug-gnubg] Autoconf configure changes

2013-07-22 Thread Russ Allbery
: sensible-browser, xdg-open, firefox . If none of these are found it will default back to xdg-open. If xdg-open isn't available, then launching the GNUBG manual and the help will not do anything. Oh, wow, that's great. Thank you! -- Russ Allbery (r...@stanford.edu) http

[Bug-gnubg] Small gtk-multiview.* license reference patch

2013-07-21 Thread Russ Allbery
Temple Place - Suite 330, * Boston, MA 02111-1307, USA. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

[Bug-gnubg] Include license information for board3d/tr.*

2013-07-21 Thread Russ Allbery
License + * along with this program. If not, see http://www.gnu.org/licenses/. + * + * Notice added by Russ Allbery on 2013-07-21 based on the license information + * in tr-1.3.tar.gz retrieved from http://www.mesa3d.org/brianp/TR.html. */ #include config.h diff --git a/board3d/tr.h b/board3d/tr.h

[Bug-gnubg] Somewhat outdated GPL license notices

2013-07-21 Thread Russ Allbery
notices, but that's probably much harder to fix properly. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] bug freezing ubuntu system

2013-04-04 Thread Russ Allbery
. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] How to enable hypergammon

2013-03-31 Thread Russ Allbery
/gnubg directory as hyperN.bd where N is the number of | chequers. See the man page for makehyper for more details. You can always just generate the hypergammon databases directly with makehyper, although of course downloading them is fine too. -- Russ Allbery (r...@stanford.edu) http

Re: [Bug-gnubg] How to enable hypergammon

2013-03-31 Thread Russ Allbery
Michael Petch mpe...@capp-sysware.com writes: On 2013-03-31 12:05, Russ Allbery wrote: You can always just generate the hypergammon databases directly with makehyper, although of course downloading them is fine too. Using the pre-built Ubuntu (At least 12.04's) binaries have you tried

Re: [Bug-gnubg] How to enable hypergammon

2013-03-31 Thread Russ Allbery
CVS appropriately. Cool, thanks! -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Stable releases / Release engineering / CVS / Daily Snapshots etc...

2013-03-19 Thread Russ Allbery
will be doing is to supply a source tar ball along with each build in the future. This way downstream maintainers like Russ Allbery would have easy access to stable source tarballs for their own use. That would be neat. :) Although I can pull from CVS tags if need be, tarballs are a little

Re: [Bug-gnubg] Even more help?

2013-03-12 Thread Russ Allbery
. That, combined with the standard human cognitive bias towards noticing streaks and unlucky runs but not mentally giving equal weight to alternations and lack of runs, creates the impression. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Even more help?

2013-03-12 Thread Russ Allbery
. You'll find that you then start playing the computer to a draw. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] I just played a game Expert vs Expert -- lasted 4 minutes, I got 0 off. What the H... am I doing wrong?

2013-03-12 Thread Russ Allbery
several hundred at least. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] New stable version?

2013-03-07 Thread Russ Allbery
of the software, so those who aren't involved in development should feel free to update to it. For example, if you slapped a version number on each version for which someone felt inspired to provide new official Windows binaries, that would probably be about right. -- Russ Allbery (r

Re: [Bug-gnubg] New stable version?

2013-03-06 Thread Russ Allbery
to compile and stick a regular version number on it (a 1.0 or 1.1 or so forth). I'm happy to test candidates on Debian. I realize I haven't done much recently in part because of our extended release freeze and other distractions, but I'm generally quite willing to help out when poked. :) -- Russ Allbery

Re: [Bug-gnubg] GNUBG Website online again - Update: Wiki now needs account for edits

2013-02-08 Thread Russ Allbery
stick with a username and password and a note to mail someone if you want access. :/ -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] What's up with www.gnubg.org

2013-01-30 Thread Russ Allbery
compromise ten thousand machines with an automated attack, you can make significant money that way. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman

Re: [Bug-gnubg] Coding Styles - Indentation / Tabs / Spaces

2012-10-26 Thread Russ Allbery
this more easily and without regard for formatting, but when I'm hacking on code or investigating some problem, I frequently find that poking about with a pager, grep, and a UNIX shell is faster than diving into an IDE, so these sorts of neat tricks can be quite helpful. -- Russ Allbery (r

Re: [Bug-gnubg] CVS snapshots outdated; Freshly built RPMs

2012-07-19 Thread Russ Allbery
should consider migrating those files into the GNUBG CVS tree. Not sure anyone would have objections to that here. The person who currently maintains the Debian packages is Russ Allbery. You can certainly feel free to do whatever you would like with the files from Debian, including keep them

Re: [Bug-gnubg] Misapplied UNUSED parameter in current CVS snapshot

2012-04-29 Thread Russ Allbery
. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Fwd: Bug#665539: gnubg: Including individual glib headers no longer supported

2012-03-28 Thread Russ Allbery
for the patch, and for doing all the work that I didn't have time to do! -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

[Bug-gnubg] Fwd: Bug#665539: gnubg: Including individual glib headers no longer supported

2012-03-24 Thread Russ Allbery
Hello folks, I got the following bug report from the Debian GTK+ maintainers. I can patch this only in the Debian package, of course, but it seems more like something you'll want to fix in the regular GnuBG CVS repository. ---BeginMessage--- Source: gnubg Version: 0.90+20120127-3 Severity:

Re: [Bug-gnubg] Fwd: Bug#665539: gnubg: Including individual glib headers no longer supported

2012-03-24 Thread Russ Allbery
Michael Petch mpe...@capp-sysware.com writes: On 24/03/2012 1:09 PM, Russ Allbery wrote: I got the following bug report from the Debian GTK+ maintainers. I can patch this only in the Debian package, of course, but it seems more like something you'll want to fix in the regular GnuBG CVS

Re: [Bug-gnubg] Bug#659494: Resigns more points than necessary when fewer points would still result in opponent win

2012-02-14 Thread Russ Allbery
losses equal in value. With all else equal, gnubg should not throw away more points than necessary; that would make gnubg's play more natural, and avoid making a loss seem unnecessarily overwhelming. -- Russ Allbery (r...@debian.org) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] How about Ubuntu guys look at real bugs on their platform

2012-02-14 Thread Russ Allbery
to convince them they've imported buggy packages and shouldn't be including them. When I have available time to do QA, I expend those resources on Debian, since that's the project I'm actually part of. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Can't run GNU Backgammon

2012-02-12 Thread Russ Allbery
the source package from Debian, or just build a current snapshot from source. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org https://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Bug: gnubg crashes at startup in ubuntu natty

2011-06-16 Thread Russ Allbery
is fairly old. This could have been a problem that was subsequently fixed in CVS. I've been trying to find time to refresh the packaging but haven't found it yet; I'll try harder. :) -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-13 Thread Russ Allbery
Russ Allbery r...@stanford.edu writes: Thank you. That was the key that I needed. The problem is that board_motion_notify is never being called in my build for a 3D board. It is being called for the 2D board. For the record, this turned out to be a bug in GTK+, which was fixed in 2.18.5

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-09 Thread Russ Allbery
Jonathan Kinsey jon_kin...@hotmail.com writes: Russ Allbery wrote: I'm increasingly suspicious that drawPieces not being called is the explanation, mostly because I can't figure out what does call it while a piece is being dragged. Where should I be looking for that to happen? I see

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-09 Thread Russ Allbery
Russ Allbery r...@stanford.edu writes: This should be set up properly by CreateGLWidget in board3d/widget3d.c. Given that this is working for someone else in Debian stable, I suspect some change in either the GTK+ libraries or (more likely given that I only see a problem with the 3D board

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-08 Thread Russ Allbery
Russ Allbery r...@stanford.edu writes: QuickDraw was off. I turned it on and saw the same thing. I did double-check that the option to show the targets is on, and tried toggling it to no effect. The computer player moves do show an animated checker, and I think my moves show an animated

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-08 Thread Russ Allbery
Russ Allbery r...@stanford.edu writes: So something is either failing to set DragTargetHelp or iTargetHelpPoints or drawPieces is never called while a move is in progress. This seems to apply with either quick-draw turned off or turned on. I'm increasingly suspicious that drawPieces

[Bug-gnubg] Much reduced board decoration with 3D board

2009-12-06 Thread Russ Allbery
build? And if there's something wrong with my build, any ideas what it might be? -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-06 Thread Russ Allbery
. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Much reduced board decoration with 3D board

2009-12-06 Thread Russ Allbery
on systems without that support. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* Define if you want to disable the SSE cpu test */ /* #undef

Re: [Bug-gnubg] cvs restored

2009-06-05 Thread Russ Allbery
保坂範行 bgn...@gmail.com writes: Video: Linus on git http://www.youtube.com/watch?v=4XpnKHJAok8 Linus damned CVS/SVN in this video. I hope that you are not going to kill Linus. :D GnuBG has fairly active Windows development. Git support on Windows sucks. -- Russ Allbery (r...@stanford.edu

Re: [Bug-gnubg] Failure to compile on Debian Testing

2009-03-21 Thread Russ Allbery
-dev, libgl1-mesa-glide3-dev, libgl1-mesa-swx11-dev, or nvidia-glx-dev. -- Russ Allbery (r...@stanford.edu) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] OpenSuSE builservice

2008-07-25 Thread Russ Allbery
/debian/gnubg.git http://git.eyrie.org/?p=debian/gnubg.git -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Linux/Windows

2008-04-03 Thread Russ Allbery
if they picked up my Debian packages. They are a bit behind current development, of course. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug

Re: [Bug-gnubg] Road map

2008-03-25 Thread Russ Allbery
Achim Mueller [EMAIL PROTECTED] writes: * Russ Allbery [EMAIL PROTECTED] [080318 07:16]: If you could roll a formal tarball release, that would help those of us who package the code for Linux distributions. I'd be happy to upload such a release to Debian unstable for additional testing

Re: [Bug-gnubg] Road map

2008-03-17 Thread Russ Allbery
, that would help those of us who package the code for Linux distributions. I'd be happy to upload such a release to Debian unstable for additional testing. (Currently, Debian unstable has a 20080216 snapshot.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Linux dual-cores and GNUBG rollouts

2007-12-08 Thread Russ Allbery
will release a new stable snapshot so that I know that there's a base that's generally working to use to update the Debian package. Or even better, an actual release with a regular version number. :) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] compiling gnubg on Ubuntu

2007-08-13 Thread Russ Allbery
with: apt-get build-dep gnubg to install all the build dependencies of the existing gnubg package. Although you may have to separately get the right Python. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg

Re: [Bug-gnubg] OpenGL and command line problems

2007-08-06 Thread Russ Allbery
. Some time back, there was some discussion of tagging a 0.16 release, but it doesn't look like that happened (or at least the snapshot tree doesn't reflect it). Is there still a plan to do that? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

Re: [Bug-gnubg] Re: upgrading GNU packages to GPLv3

2007-06-28 Thread Russ Allbery
.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] PDF export

2007-04-23 Thread Russ Allbery
that there's some documentation for it, but about all that people use it for is import and export from Word and as such it's mostly governed by weird Word quirks. It's a lot less open in practice in my experience than just about anything shy of full-out proprietary formats. -- Russ Allbery ([EMAIL

[Bug-gnubg] GL build on a non-GL system

2007-04-23 Thread Russ Allbery
, fall back on the 2D board behavior as if GL were not compiled in? This way, the same binary could be used with GL-enabled systems and systems that only have non-GL X. Thanks! See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=410562 -- Russ Allbery ([EMAIL PROTECTED]) http

Re: [Bug-gnubg] more build problem

2007-03-28 Thread Russ Allbery
) ) n = tv.tv_sec ^ tv.tv_usec; else #endif No modern Unix system does anything with the second argument to gettimeofday any more. You can almost certainly just delete the tz variable and change tz to NULL in the call. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: [Bug-gnubg] Fwd: Bug#396445: gnubg: segfault adding match to postgres database

2006-11-10 Thread Russ Allbery
[side]); and clearly Py_BuildValue expects five argument pairs, but only receives four. Aha! Yup, same problem here. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http

[Bug-gnubg] Fwd: Bug#396445: gnubg: segfault adding match to postgres database

2006-11-09 Thread Russ Allbery
:2950 | #17 0x004413c8 in HandleCommand (sz=0x7fffc977229b add, | ac=value optimized out) at gnubg.c:2950 | #18 0x0044478a in main (argc=2, argv=0x7fffc9772ec8) at gnubg.c:7555 -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

[Bug-gnubg] Fwd: Bug#393261: gnubg: no colors in move list

2006-11-05 Thread Russ Allbery
The below bug was reported against the Debian gnubg package. Note that the Debian package is based on a CVS snapshot from 20060923; if this is already fixed in CVS, please let me know. When replying, please keep [EMAIL PROTECTED] in the recipient list so that those messages are appended to the

[Bug-gnubg] segfault when accepting computer resignation

2006-09-02 Thread Russ Allbery
to get more details? -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/ ___ Bug-gnubg mailing list Bug-gnubg@gnu.org http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: [Bug-gnubg] Documentation cleaner wanted.

2006-07-25 Thread Russ Allbery
documentation. In particular, please don't add Cover Texts, Invariant Sections, etc., if at all possible. Right now, the documentation can be distributed with Debian, but if invariant sections are added, the documentation becomes non-free and I have to remove it from Debian main. -- Russ Allbery ([EMAIL

Re: [Bug-gnubg] luxi.c covered under non-free license

2006-05-21 Thread Russ Allbery
? That's an excellent question -- I didn't know enough about GTK to explore that. (BTW, it's also used in board3d/font3d.c in addition to render.c, but the code is very similar in both places.) -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle

[Bug-gnubg] [PATCH] Autoconf 2.60 compatibility fix

2006-05-20 Thread Russ Allbery
=\$ac_define_dir\ + AC_SUBST($1, $ac_define_dir) + AC_DEFINE_UNQUOTED($1, $ac_define_dir, [$3]) + test $prefix_NONE prefix=NONE + test $exec_prefix_NONE exec_prefix=NONE ]) dnl @synopsis AM_GUILE(ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) -- Russ Allbery ([EMAIL PROTECTED]) http

[Bug-gnubg] ETA for 0.15?

2006-03-20 Thread Russ Allbery
I'd really like to package the current code for Debian, but I hate to do that by pulling development snapshots. Is there an ETA for a 0.15 release? It sounds like enough fixes have accumulated in the repository to make it worthwhile. -- Russ Allbery ([EMAIL PROTECTED]) http

Re: [Bug-gnubg] gcc 4.0 patch for 0.14.3

2006-01-21 Thread Russ Allbery
to use official upstream releases for various reasons. gnubg is a bit of a special case since it's generally beta software anyway, but still, if what's in CVS is significantly better, I encourage you to stick a version number on it! :) -- Russ Allbery ([EMAIL PROTECTED]) http

Re: [Bug-gnubg] gcc 4.0 patch for 0.14.3

2006-01-21 Thread Russ Allbery
of setting in putty? It may be as simple as just connecting directly to cvs.sv.gnu.org with PuTTY and accepting the key. I think what's preventing you from doing that here with CVS is that CVS doesn't understand what PuTTY is complaining about and getting confused by its output. -- Russ Allbery

  1   2   >