Re: PSPP translation PT-BR

2025-09-13 Thread John Darrington
Translations for PSPP are handled through http://translationproject.org If you want to help update the translation that is the place to do it. Regards, John On Sun, Sep 07, 2025 at 10:59:27PM +, Pedro Rabello Paes de Andrade wrote: > Hi guys, > Here is Pedro, from Brazil. I'm a teacher and

Re: newbie dev

2024-12-06 Thread John Darrington
On Thu, Dec 05, 2024 at 11:15:57AM -0600, Alan Mead wrote: > > I think it's been discussed before that it would be very helpful to have a > Windows dev take a look at the code. Cross-compilation does an amazing job, > but there have been Windows-specific issues in the last and unfortunately > the

Updated spread-sheet-widget package

2023-10-14 Thread John Darrington
I have placed a new alpha release of spread-sheet-widget at alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.10.tar.gz I recommend this be the version which PSPP (and any other users) build against. As always, please test and report any issues.

struct psppire_output_view

2023-06-16 Thread John Darrington
I think struct psppire_output_view is needlessly complicated. It contains a GtkLayout which only ever has one child, namely a single GtkDrawingArea. So far as I can tell, this drawing area is destoyed and recreated on every expose event, which has to be both expensive and cumbersome. It also co

Re: GIMP vs. rsvg-convert for building PSPP

2022-07-23 Thread John Darrington
When I looked into this some years ago, gimp was the only tool I found that was capable of filling the TXT block of png files. On Fri, Jul 22, 2022 at 11:48:03AM -0700, Ben Pfaff wrote: PSPP currently uses GIMP to generate PNGs from SVGs. GIMP is heavyweight, slow, and commonly not insta

Re: pspp-dev Digest, Vol 209, Issue 4

2022-03-24 Thread John Darrington
The IRC channel was never highly active. So when people started migrating to libera.chat we didn't bother following them there. On Thu, Mar 24, 2022 at 09:38:03AM -0700, Ben Pfaff wrote: PSPP does not have a Discord, but there is, or was, an IRC channel. John, is it still active? It was

Re: Your automagic screenshots!

2022-03-23 Thread John Darrington
The documentation including screenshots are included in the manual. If I recall correctly this includes the Windoze builds last time I checked. Regards, John On Wed, Mar 23, 2022 at 06:25:52AM +0100, Friedrich Beckmann wrote: I answered her in the mailing list to export from excel to

Re: Your automagic screenshots!

2022-03-22 Thread John Darrington
So far as I'm aware, there's no way of importing directly from excel. You would first have to convert the excel file to something else like gnumeric or opendocument format. J' On Tue, Mar 22, 2022 at 10:45:32AM +0100, Friedrich Beckmann wrote: Hi John, i just had a look at your

Re: phasing out my pages

2022-02-04 Thread John Darrington
On Thu, Feb 03, 2022 at 04:13:28PM -0600, Alan Mead wrote: I didn't have time to write a short letter, so I wrote a long one instead. -- Mark Twain Do you have a reference for this quote? I have variously seen this phrase attributed to Blaise Pascal, Mohandas Gandhi, Antoi

Re: PSPP and Log4j

2022-01-03 Thread John Darrington
[ CCing pspp-us...@gnu.org ] On Mon, Jan 03, 2022 at 07:29:20AM +, therese.h...@kronoberg.se wrote: Given the recent situation regarding the vulnerability risk around Log4J, I would be grateful if you could answer the following questions: Does the product contain the Log

Re: Reintroduced the windows installer link on the download page - Added a buildbot badge

2022-01-01 Thread John Darrington
On Fri, Dec 31, 2021 at 10:32:30AM -0800, Ben Pfaff wrote: It might be time for a new release. We have major new features (the macro language and the matrix language) and lots of other improvements. Does anyone know a reason we should wait to release? I'm working on

Re: Windows cross compile build

2021-12-31 Thread John Darrington
On Fri, Dec 31, 2021 at 05:02:18PM +0100, Friedrich Beckmann wrote: As you already guessed the problem was the mingw64-configure/make which does not work as expected. I now build also the dependencies with your script on debian bullseye. How did you survive to even jump into

Re: Windows cross compile build

2021-12-29 Thread John Darrington
I think Harry had a similar problem, and from what I remember I concluded that the mingw64- scripts which Opensuse shipped were trying to be too clever for their own good. What they do is they force ALL builds to ALWAYS build for mingw64 - which is not what we want. For reasons I won't discuss

Buffer overflow in segmenter test ?

2021-10-08 Thread John Darrington
Tests 570 and 572 are failing when compiled with -fsanitize=address : +READ of size 1 at 0x60200052 thread T0 +#0 0x409844 in segmenter_parse_mid_command__ /home/jdarrington/PSPP/pspp-master/src/language/lexer/segment.c:946 +#1 0x40e032 in segmenter_push /home/jdarrington/PSPP/pspp-

Intermittent failure of test 260

2021-09-25 Thread John Darrington
Running test 260 sometimes but not always crashes. The problematic code seems to be in scan.c (merger_add) : Although the comment says, that OUT need not be initialised, this code: case 3: if (in->type == T_STRING) { out->string = concat (out->string, in->string);

Re: Re: New Windows installer for test and feedback

2021-09-07 Thread John Darrington
; VALUE \"ProductVersion\", \"$psppVersion $WindowsPlatform\"\n"; print FH "END\n"; print FH " END\n"; print FH " BLOCK \"VarFileInfo\"\n"; print FH " BEGIN\n"; p

Re: Re: New Windows installer for test and feedback

2021-09-06 Thread John Darrington
[[Moving to pspp-dev@gnu.org]] Do you have an example rc file that I can use as a pattern? J' On Mon, Sep 06, 2021 at 12:59:28PM +0200, Harry Thijssen wrote: Hi I assume this is what I used windres for. Stay safe = On

Re: no more PSPP for Windows?

2021-09-04 Thread John Darrington
[CCing pspp-dev@gnu.org]] After Harry announced he was stepping down, I looked at the work he had done, and integrated it into the master git branch. The relevant work is in a directory called Windows and IMHO is an elegant and simple solution. The whole procedure takes some time to run, but run

Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-474-g051724c

2021-09-04 Thread John Darrington
On Thu, Sep 02, 2021 at 09:46:04PM -0400, Ben Pfaff wrote: - Log - commit 051724c1769c04a715f00f22f75c4a810f5bff11 Author: Ben Pfaff Date: Thu Sep 2 18:45:39 2021 -0700 sys-file-encoding: Put

#pspp on freenode.net

2021-06-20 Thread John Darrington
As most people have probably heard GNU/FSF have decided to move away from freenode.net, and apparently all existing nicks and channels have been deregistered. However #pspp on freenode.net has never been frequented by many people, especially in the last few years. Unless anyone really has the en

Re: windows installers

2021-05-17 Thread John Darrington
On Mon, May 17, 2021 at 05:31:15PM -0300, Michel Boaventura wrote: I've been working with students from Social Sciences, Pedagogy and Statistics for about 15 years and it seems to me that students with a more technical background usually use R or even Python. For me, PSPP and SPSS mean

Re: windows installers

2021-05-16 Thread John Darrington
On Sun, May 16, 2021 at 11:00:44AM -0700, Ben Pfaff wrote: Yes, I agree. Classic SPSS isn't general purpose enough to write statistical procedures that are as easy to use as the ones built into it. The SPSS language manages to be a misery of inconsistencies that make it near i

Re: windows installers

2021-05-16 Thread John Darrington
On Sun, May 16, 2021 at 01:23:13PM -0300, Michel Boaventura wrote: I think most of Windows' users aren't technical at all. To be honest, I think I've never met a Windows developer in my life. Usually when users have a good technical knowledge they migrate to Linux. I've been thinking

Re: windows installers

2021-05-16 Thread John Darrington
It sounds like you have cross-built and installed all the dependencies okay. Just a few problems with the Windows/installers target which I wrote. On Sat, May 15, 2021 at 10:41:43PM -0700, Ben Pfaff wrote: make -j128 Windows/installers DESTDIR=$PWD/inst is just an exercise in frustration

Re: windows installers

2021-05-10 Thread John Darrington
On Mon, May 10, 2021 at 11:13:49AM -0700, Ben Pfaff wrote: John, may I have the latest copy of your build script? I'll see how hard it is for me to get it working. It's checked into git under the name Windows/build-dependencies Under debian, you'll need to install meson from backports.

Re: windows installers

2021-05-09 Thread John Darrington
Ben, would it be possible for you to arrange for your build bot to configure a mingw cross build and run the make target Windows/installers? That way we would have regular overnight builds available for testing on a regular basis. J' On Sun, May 09, 2021 at 12:52:42PM -0700, Ben Pfaff wrote:

Re: automake warnings

2021-04-18 Thread John Darrington
41;344;0cOn Sun, Apr 18, 2021 at 01:45:58PM -0700, Ben Pfaff wrote: There are some new warnings from Automake in the latest master branch: checking whether the C compiler works... Windows/automake.mk:26: warning: shell echo $(LDFLAGS) | sed -e 's/^-L//' -e 's|/lib$$||': no

Re: newer MSWindows installers no longer available

2021-04-04 Thread John Darrington
41;344;0cOn Wed, Jan 20, 2021 at 07:25:09PM +0100, Harry Thijssen wrote: Hi I think it is time to add a message on https://www.gnu.org/software/pspp/get.html that MSWindows installers are only available for versions pre oktober 2020. This until somebody picks up the g

Re: Experimental Microsoft Windows binary

2021-04-02 Thread John Darrington
[ Moving discussion to pspp-dev@gnu.org ] On Thu, Apr 01, 2021 at 08:58:48AM -0700, Ben Pfaff wrote: Doubled lines are definitely not normal. I haven't noticed that on GNU/Linux; I have! When exporting to pdf from the output window. Also, if I try to export to odt format I get an asse

[patch #7692] Gui Documentation / Online Help

2021-03-27 Thread John Darrington
Update of patch #7692 (project pspp): Status:None => Done Open/Closed:Open => Closed ___ Reply to this item at:

Script to cross build pspp for windows

2021-03-19 Thread John Darrington
For those who are interested in cross building for windows, attached is a script which downloads all the dependencies, compiles and links a working pspp binaries. It takes about 15 mins on my machine. The only caveat is that the meson provided by Debian is not recent enough. You must get the one

Re: Remove links to Windows builds?

2021-03-14 Thread John Darrington
On Sun, Mar 14, 2021 at 05:21:37PM -0300, Michel Boaventura wrote: Hey all, I'm making progress compiling PSPP for windows but came out with a error which seems to be a bug: ../src/ui/gui/psppire-import-spreadsheet.c:34:45: error: unknown type name 'uint'; did you mea

Re: Remove links to Windows builds?

2021-03-10 Thread John Darrington
In general, I agree with Fritz and Alan. We already have this warning on that page: Please note: Because the PSPP developers have not prepared these binaries, we cannot in general vouch for them. Perhaps we could make it somewhat more prominent. Right now, my paid employment is keeping me r

Possible issues in output/spv/*.c

2021-02-06 Thread John Darrington
cppcheck flags these warnings (and a lot of other, harmless ones): [spv-light-decoder.c:102]: (warning) %x in format string (no. 3) requires 'unsigned int *' but the argument type is 'signed int *'. [spv-light-decoder.c:922]: (style) Same expression on both sides of '||'. [spv-writer.c:197]: (sty

Re: require cairo?

2021-01-08 Thread John Darrington
On Thu, Jan 07, 2021 at 10:31:36PM -0800, Ben Pfaff wrote: Actually the build is already broken without cairo, because the figures for the documentation fail to build. When you say the "figures" are you talking about the images or the examples? The examples should not require cairo

Re: Re: Buildbot success in GNU pspp CI on debian-buster-amd64

2021-01-06 Thread John Darrington
./configure mingw32-make instead ofmake the same for mingw64. Stay safe . Op ma 4 jan. 2021 om 12:18 schreef John Darrington < j...@darrington.wattle.id.au>: > All I can say is that I have performed cross bu

Re: Re: Buildbot success in GNU pspp CI on debian-buster-amd64

2021-01-04 Thread John Darrington
All I can say is that I have performed cross build targeting mingw many, many, many times in the last few weeks using the standard method of building, and I have not encountered any serious issues. Certainly nothing like the ones that both you and Fritz have encountered using these wrappers. So i

Re: Buildbot success in GNU pspp CI on debian-buster-amd64

2021-01-03 Thread John Darrington
On Mon, Jan 04, 2021 at 12:47:00AM +0100, Friedrich Beckmann wrote: Hi John, it tried the cross build with the script from Harry based on opensuse and mingw in an out of source build but it ends with the following: Harry's script needs to be reconsidered. In particular, based on

Re: Fwd: Buildbot success in GNU pspp CI on debian-buster-amd64

2021-01-03 Thread John Darrington
t; > Worker for this Build: hsa-worker > > Build Reason: > Blamelist: Ben Pfaff , John Darrington > > Build succeeded! > > Sincerely, > -The Buildbot >

Re: CI - builds are failing

2021-01-02 Thread John Darrington
gettext=no; elif test "$minor" -lt 20; then I get this output from configure (and then it fails): checking whether gettext is sufficiently recent... xgettext --version ver=0.21 major=0 majmin=0 minor=0 I'm using Debian testing.

Re: CI - builds are failing

2021-01-02 Thread John Darrington
So far as I can make out from the information there, it stopped working with this commit: commit 210739b77d0f943b5073375fe39d1f09723adb2c (HEAD -> master, savannah/master) Author: John Darrington Date: Sat Jan 2 10:57:23 2021 +0100 Recent gettext to version 0.20 or later I'm

Re: p value for spearman's correlation

2020-12-27 Thread John Darrington
On Sat, Dec 26, 2020 at 07:58:40PM -0600, Alan Mead wrote: This paper, https://arxiv.org/pdf/2008.01200.pdf, suggests that the test is flawed both in small samples and in samples with distinctly non-normal underlying data. I don't know what it means to be "normally distrib

Re: p value for spearman's correlation

2020-12-26 Thread John Darrington
On Sat, Dec 26, 2020 at 02:15:01PM -0600, Alan Mead wrote: On 12/26/2020 2:00 PM, Ben Pfaff wrote: > On Sat, Dec 26, 2020 at 11:57 AM Alan Mead wrote: >> Isn't it a bug if there is a space for p-value and it's blank? > Sometimes this means we haven't found or written an impleme

Re: Gettext version

2020-12-26 Thread John Darrington
20 at 6:46 AM John Darrington wrote: > > Gettext 0.21 has finally hit Debian testing. > > Any objections if we recent Gettext to 0.20 or later? > This will allow us to remove some of the ugly workarounds which we have. I do like getting rid

Gettext version

2020-12-26 Thread John Darrington
Gettext 0.21 has finally hit Debian testing. Any objections if we recent Gettext to 0.20 or later? This will allow us to remove some of the ugly workarounds which we have. J'

Re: p value for spearman's correlation

2020-12-26 Thread John Darrington
It N is large the significance of Spearman's Rho can be estimated using the T statistic. This is what SPSS does in its NPAR TEST CORR command. However it is wildly inaccurate for small values of N and SPSS has taken a lot of criticism for it. J' On Sat, Dec 26, 2020 at 12:45:26PM +0530, Ramago

Re: pspp and rust...

2020-12-20 Thread John Darrington
On Sun, Dec 20, 2020 at 10:02:18AM -0800, Ben Pfaff wrote: Adding --without-rust to librsvg would be like adding --without-c to PSPP. The "r" stands for "rust". I didn't know that. I had never bothered to find out that librsvg is. However, the binaries from adwaita-icon-theme are

Re: pspp and rust...

2020-12-20 Thread John Darrington
guess everything would work with an earlier version of librsvg which could be build without rust but then it ends up in fiddling with the dependencies of the brew packages. > Am 20.12.2020 um 09:31 schrieb John Darrington : > > Presumably librsvg can be

Re: pspp and rust...

2020-12-20 Thread John Darrington
Presumably librsvg can be cross compiled ? J' On Sun, Dec 20, 2020 at 09:04:18AM +0100, Friedrich Beckmann wrote: I just asked a friend to compile pspp on the new Macbook with the A1 processor using homebrew. I turned out that „rust“ fails to compile and he asked if we need rust to run psp

Re: error

2020-12-12 Thread John Darrington
On Sat, Dec 12, 2020 at 05:17:49PM +, Harry Thijssen wrote: It seems this is beyond my skills. How can I print them? I don't see them with "printenv" You could, for example add a rule to print these values. Something similar to show_cppflags: echo $(CPPFLAGS) There a

Re: error

2020-12-12 Thread John Darrington
On Sat, Dec 12, 2020 at 10:24:53AM +, Harry Thijssen wrote: Hi I am trying to upgrade my buildproces to openSUSE 15.2. During build I get the error: mv -f $depbase.Tpo $depbase.Plo libtool: compile: i686-w64-mingw32-gcc -DHAVE_CONFIG_H -DEXEEXT=\".exe\"

Re: error

2020-12-12 Thread John Darrington
On Sat, Dec 12, 2020 at 02:27:08PM +0100, Harry Thijssen wrote: Hi It is on a from scratch fresh installed virtual machine. So nothing available from earlier compilations. And no traces of earlier installations. In fact it is an upgrade from my procedures, not from

Re: error

2020-12-12 Thread John Darrington
za 12 dec. 2020 om 14:53 schreef John Darrington < j...@darrington.wattle.id.au>: > On Sat, Dec 12, 2020 at 02:27:08PM +0100, Harry Thijssen wrote: > Hi > > It is on a from scratch fresh installed virtual machine. So nothing >

Re: Screenshots

2020-11-30 Thread John Darrington
On Mon, Nov 30, 2020 at 12:11:57AM -0800, Ben Pfaff wrote: > > There are some comments in doc/doc-make.in, but otherwise there is no > documentation. Perhaps at least the above should be mentioned somewhere. Maybe INSTALL would be an appropriate place. So long as we

Re: Screenshots

2020-11-30 Thread John Darrington
On Sun, Nov 29, 2020 at 09:44:45PM -0800, Ben Pfaff wrote: On Sat, Nov 28, 2020 at 1:10 PM John Darrington wrote: > > I've pushed a change which adds some screenshots to the user manual, > along with a framework to autogenerate them. The sad reality is

Screenshots

2020-11-28 Thread John Darrington
I've pushed a change which adds some screenshots to the user manual, along with a framework to autogenerate them. The sad reality is however, that while it works automatically, I think it is not ever going to work in a portable fashion. So I've checked in the generated images. To regenerate them

Re: dummy prerequisites and "make clean"

2020-11-27 Thread John Darrington
On Fri, Nov 27, 2020 at 06:00:14PM -0800, Ben Pfaff wrote: On Fri, Nov 20, 2020 at 12:36 AM John Darrington wrote: > > On Thu, Nov 19, 2020 at 10:31:28PM -0800, Ben Pfaff wrote: > When I type "make clean", the first thing that happens is that gnul

Re: dummy prerequisites and "make clean"

2020-11-20 Thread John Darrington
On Thu, Nov 19, 2020 at 10:31:28PM -0800, Ben Pfaff wrote: When I type "make clean", the first thing that happens is that gnulib gets built. This seems to be caused by commit 49501a003350 "Add default to generate prerequisistes for any rule", which always build libgl, even i

Re: Windows Cross build fails because pspp executable is required during build

2020-11-19 Thread John Darrington
20 um 18:40 schrieb John Darrington : > > On Tue, Nov 17, 2020 at 06:04:39PM +0100, Friedrich Beckmann wrote: > Is it a big deal to produce the examples only for the doc target? > > Our "doc" target is a convenience thing which is defined a

Re: Windows Cross build fails because pspp executable is required during build

2020-11-17 Thread John Darrington
On Tue, Nov 17, 2020 at 06:04:39PM +0100, Friedrich Beckmann wrote: Is it a big deal to produce the examples only for the doc target? Our "doc" target is a convenience thing which is defined as doc: $(INFO_DEPS) $(DVIS) $(PDFS) $(PSS) $(HTMLS) $(dist_docbook_DATA) Note that INFO_DEPS inclu

Re: Windows Cross build fails because pspp executable is required during build

2020-11-17 Thread John Darrington
We're now using the pspp binary to generate its own documentation. So the documentation cannot work when cross building. I can think of 3 things we could do: 1. Like Fritz suggests, ship the generated files in the tarball. 2. Don't generate any documentation when cross building. 3. For cross

Re: make install-html fails

2020-11-16 Thread John Darrington
I pushed a fix for this. On Mon, Nov 16, 2020 at 02:39:05PM +0100, Friedrich Beckmann wrote: Hi, i see the following when doing „make install-html“ on debian. Any ideas? Fritz fritz@debian:~/pspp/build$ make install-html Making install-html in g

Re: Windows cross build also fails

2020-11-01 Thread John Darrington
On Sun, Nov 01, 2020 at 07:55:35AM +0100, Friedrich Beckmann wrote: The windows cross build also fails with +++ make[2]: Leaving directory '/home/pspp/pspp-master-20201101/pspp-1.5.2-g14db37/po' make[2]: Entering directory '/home/pspp/pspp-master-20201101/pspp-1.5.2-g14d

Re: Regression fails with test 1205 "tex glyphs" on opensuse - debian is working / Windows cross build also fails

2020-11-01 Thread John Darrington
On Sun, Nov 01, 2020 at 07:55:35AM +0100, Friedrich Beckmann wrote: Hi, the regression fails on the opensuse platform with test 1205 „Tex glyphs“ on opensuse. http://caeis.etech.fh-augsburg.de:8010/#/console The logfile is available here: http://cae

pspp-output suggestion

2020-10-27 Thread John Darrington
If we add an option to pspp-putput such that html is produced without a header and body tags, then we won't have to rely on sed to delete these: That is: .spv.html: $(AM_V_GEN)utilities/pspp-output convert $< - -O format=html \ | $(SED) -e '\% $@.tmp $(AM_V_at)mv $@.tmp

Re: User manual

2020-10-26 Thread John Darrington
I pushed a fix which makes the driver only emit this line if actually needed (which is never in the case of our current test examples). J' On Mon, Oct 26, 2020 at 09:51:51AM -0700, Ben Pfaff wrote: All of the tests do pass if I delete the line "\input graphicx" from the generated output

Re: User manual

2020-10-26 Thread John Darrington
t 25, 2020 at 2:31 PM Ben Pfaff wrote: > > Is the new TeX output driver meant to help with this? > > On Sun, Oct 25, 2020 at 1:17 PM Ben Pfaff wrote: > > > > Sure! I'll work on that now. > > > > On Sun, Oct 25, 2020 at

Re: User manual

2020-10-25 Thread John Darrington
On Sun, Oct 25, 2020 at 11:29:18AM -0700, Ben Pfaff wrote: I suspect that the tutorial would be more useful if it was not oriented around using the command syntax interactively. I doubt that is a common way to use PSPP. It seems to me that users are more likely to use PSPP

User manual

2020-10-25 Thread John Darrington
On Sat, Oct 24, 2020 at 11:11:16PM -0700, Ben Pfaff wrote: I pushed improvements to the tutorial so that its output is also generated automatically at build time. Thanks for that. I am of the opinion that the user manual needs a major reorganisation. Some chapters need to be merged wit

Re: Nightly build failure for user manual since 12th of October

2020-10-15 Thread John Darrington
41;344;0cOn Thu, Oct 15, 2020 at 09:18:35AM -0700, Ben Pfaff wrote: Hmm. It's worse than that, since now it's impossible to build a source distribution from Git without first building the PSPP binary. That much is true. And I think that cross-compiling from Git is impossible now?

Re: Not Implemented Commands

2020-10-13 Thread John Darrington
irst hours is that I am too stupid to find it… > Am 12.10.2020 um 19:58 schrieb John Darrington : > > In my opionion, we should delete Chapter 20 of the user manual "Not Implemented". > > I think the manual is large enough explaining w

Re: Nightly build failure for user manual since 12th of October

2020-10-13 Thread John Darrington
This step of Ben's buildbot uses the gendocs.sh script to build the manual. Since f1141d27ca616a8c8edc2a1f18067085ceaaf448 there are some new source files. So the buildbot script will need to add some options to gendocs.sh similar to: -I $(top_builddir)/doc/examples -I $(top_srcdir)/doc/exampl

Not Implemented Commands

2020-10-12 Thread John Darrington
In my opionion, we should delete Chapter 20 of the user manual "Not Implemented". I think the manual is large enough explaining what PSPP can do, and there is little purpose listing things it can't. Objections? J'

Spread sheet import changes

2020-10-10 Thread John Darrington
I've pushed a change which provides an improved user interface for importing spreadsheets into psppire. It also had a largish implication for a lot of associated code. So it would be good if people could perform some usability testing on everything assiated with File|Import and report any proble

Re: PSPP-BUG: [bug #49674] GUI 0.10.2 - Add plot option to EXAMINE gui interface dialog for boxplot and QQ plot

2020-09-17 Thread John Darrington
On Wed, Sep 16, 2020 at 05:39:47PM -0400, Friedrich Beckmann wrote: The plot subdialog is added with commit https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=45ca175f33ff07d6f9214698a776097075d07045 The root and reciprocal root for the spreadlevel plots do not work,

Re: Release 1.4.1 is from master branch

2020-09-11 Thread John Darrington
Are we still planning on a 1.4.2 release in a few weeks' time ? J' On Sun, Sep 06, 2020 at 11:39:52PM +0200, Friedrich Beckmann wrote: Ah - o.k. I also noticed that one might get lost a little bit not to forget a commit. > Am 06.09.2020 um 21:11 schrieb Ben Pfaff : >

Re: pspp 1.4.1 on debian - looks good but host test time limit fails on hurd-i386

2020-09-09 Thread John Darrington
Is there any reason why this code can't work for other platforms too. If not, then perhaps we don't need the #if __GNU__ J' On Tue, Sep 08, 2020 at 09:16:26AM +0200, Friedrich Beckmann wrote: Ben - you write special code for Hurd. Amazing. > Am 07.09.2020 um 23:20 schrieb Ben Pfaf

Re: ssw version number

2020-09-09 Thread John Darrington
On Mon, Sep 07, 2020 at 12:19:00PM -0700, Ben Pfaff wrote: It would be a good idea for INSTALL to note the right version of spread-sheet-widget to use. I guess that this can also be extracted with autoconf -t 'PKG_CHECK_MODULES:$2'|grep spread-sheet-widget or by looking thr

Re: Some items in pspp-1.4.1.nl.po

2020-09-09 Thread John Darrington
On Wed, Sep 09, 2020 at 04:55:36PM +0200, PSPP Vertaler wrote: Dear reader, I took receiving the pspp-1.4.1.nl.po file as an opportunity to browse through all the translations in the file to see if i still agreed with them and if any errors were left. In doing so, I came a

Building --without-gui

2020-09-06 Thread John Darrington
Now that you've got a lightning fast machine, would it be possible to have your buildbot check some combination of ./configure options For example --without-gui --without-cairo --without-perl-module etc. I wouldn't necessarily expect "make dist" or "make distcheck" to work when these options a

Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-87-g31d82a2

2020-09-06 Thread John Darrington
On Sun, Sep 06, 2020 at 10:26:39AM +0200, Friedrich Beckmann wrote: Mmh. Do you find the metainfo.its file in /usr/share/gettext/its/metainfo.its after installing the appstream package? Yes. As mentioned, it works with the patched version of 0.19.8.1 that is shipped with debian. J'

Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-87-g31d82a2

2020-09-06 Thread John Darrington
On Sun, Sep 06, 2020 at 08:48:52AM +0200, Friedrich Beckmann wrote: I tried this on opensuse 15.2 which has the unpatched 0.19.8.1 version. Which version do you use? I tried it with 0.19.8.1 downloaded from ftp.gnu.org I found that even after installing running "apt get appstream", thi

Re: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.0-87-g31d82a2

2020-09-05 Thread John Darrington
On Sat, Sep 05, 2020 at 05:32:46PM -0400, Friedrich Beckmann wrote: commit 31d82a2be4506259512ee4ed075eadb76750139f Author: Friedrich Beckmann Date: Sat Sep 5 17:24:17 2020 +0200 added appstream as a build requirement appstream provides the metain

Re: Re: Give a 1.4.1-rc1 prelease to translation.org and wait?

2020-09-05 Thread John Darrington
On Sat, Sep 05, 2020 at 10:07:28PM +0200, Harry Thijssen wrote: Hi In my opinion it is a bit confusing to have no release between november 2018 and august 2020 and then have release 1.4.0, 1.4.1 and 1.4.2 in a few weeks. Package builders and users who are not followin

Re: TP: pspp -- msgfmt errors

2020-09-05 Thread John Darrington
0 at 12:08:59PM +0300, opensuse.lietuviu.kalba wrote: 2020-09-05 12:06, John Darrington ra: > That is strange. I am also using that version and I don't get this error. > > Can you try to find out the conditions which provoke it? Friedrich Beck

Re: TP: pspp -- msgfmt errors

2020-09-05 Thread John Darrington
That is strange. I am also using that version and I don't get this error. Can you try to find out the conditions which provoke it? J' On Sat, Sep 05, 2020 at 11:44:36AM +0300, opensuse.lietuviu.kalba wrote: 2020-09-05 11:36, John Darrington ra: > Which version of ge

Re: Give a 1.4.1-rc1 prelease to translation.org and wait?

2020-09-04 Thread John Darrington
Something wierd is going on with how the pspp.pot file is generated. I will investigate this tomorrow. This will surely have an effect on whatever we release next. J' On Fri, Sep 04, 2020 at 03:59:46PM +0200, Friedrich Beckmann wrote: I have made a 1.4.1-rc1 version by compiling with make

Re: gnulib via submodule

2020-09-03 Thread John Darrington
On Thu, Sep 03, 2020 at 06:02:13PM -0300, Michel Boaventura wrote: I really like the idea. I've worked on a lot of opensource projects and most of them use git submodules. So have I.But personally I don't like this feature of git. I continually find that I inadvertently reset the s

Re: my status

2020-08-31 Thread John Darrington
on, Aug 31, 2020 at 1:20 PM John Darrington wrote: > > Hey! > > What does cat /proc/cpuinfo say? > > J' > > On Mon, Aug 31, 2020 at 12:12:31PM -0700, Ben Pfaff wrote: > On Sun, Aug 30, 2020 at 4:33 PM Ben Pf

Re: my status

2020-08-31 Thread John Darrington
Hey! What does cat /proc/cpuinfo say? J' On Mon, Aug 31, 2020 at 12:12:31PM -0700, Ben Pfaff wrote: On Sun, Aug 30, 2020 at 4:33 PM Ben Pfaff wrote: > > I received my new computer for PSPP development Wednesday. > I thought I would get up and running quickly since I bought a

Re: PSPP compilation: libpsppire-glade

2020-08-30 Thread John Darrington
This seems to be a bug in Automake. I think I have found a work-around. Please try it out. Thanks. On Sun, Aug 30, 2020 at 01:30:01PM +0200, John Darrington wrote: Okay. I see now that I have the same problem when I use DESTDIR= I will look into it. Thanks for reporting

Re: PSPP compilation: libpsppire-glade

2020-08-30 Thread John Darrington
Okay. I see now that I have the same problem when I use DESTDIR= I will look into it. Thanks for reporting this. J' On Sun, Aug 30, 2020 at 02:22:05PM +0300, opensuse.lietuviu.kalba wrote: 2020-08-30 14:05, John Darrington ra: > So --prefix=/usr ... in this ca

Re: PSPP compilation: libpsppire-glade

2020-08-30 Thread John Darrington
On Sun, Aug 30, 2020 at 01:58:52PM +0300, opensuse.lietuviu.kalba wrote: 2020-08-30 13:49, John Darrington ra: > and what did you pass as --prefix when you ran ./configure ? I used recommended (default) RPM macro *_%_configure* instead of plain /config

Re: PSPP compilation: libpsppire-glade

2020-08-30 Thread John Darrington
On Sun, Aug 30, 2020 at 01:28:10PM +0300, opensuse.lietuviu.kalba wrote: 2020-08-30 13:01, John Darrington ra: > libpsppire-glade should*never* be installed, and if you install using the > recommended method (make install) it won't be. I use defaul

Re: PSPP compilation: libpsppire-glade

2020-08-30 Thread John Darrington
libpsppire-glade should *never* be installed, and if you install using the recommended method (make install) it won't be. J' On Sun, Aug 30, 2020 at 12:06:37PM +0300, opensuse.lietuviu.kalba wrote: 2020-08-30 10:19, opensuse.lietuviu.kalba ra: > > Can you please don't compile

Re: gnulib version for MacOS

2020-08-30 Thread John Darrington
Fritz > Am 30.08.2020 um 11:08 schrieb John Darrington : > > One should be using the commit mentioned in READE.Git: > > commit d6dabe8eece3a9c1269dc1c084531ce447c7a42e (HEAD -> master, origin/master, origin/HEAD) > Author: Bruno Haible

Re: Cascaded casts

2020-08-30 Thread John Darrington
.08.2020 um 08:13 schrieb John Darrington : > > Can you please redo this using the macros from glib: > > GPOINTER_TO_INT and GINT_TO_POINTER > For these g_list_foreach functions, what I suggest is that we define a macro. For example:

Re: Cascaded casts

2020-08-29 Thread John Darrington
Can you please redo this using the macros from glib: GPOINTER_TO_INT and GINT_TO_POINTER Use a temporary gint variable if it makes the code clearer. Thanks. commit d6510c8bb92e55331288bd7066e4697ca3cc9348 Author: Friedrich Beckmann Date: Sat Aug 29 18:29:06 2020 +0200 Warnings: correct

Re: Cascaded casts

2020-08-29 Thread John Darrington
On Tue, Aug 25, 2020 at 07:56:39PM +0200, Friedrich Beckmann wrote: For i386 there are two more. Maybe Ben can have a look at the enum casts: https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=5b2ed095a8aaa98adaea4922855edcbfb619c728 As far as I understood

Re: libwidgets_essential - files are still compiled twice - warning settings lost

2020-08-29 Thread John Darrington
On Sat, Aug 29, 2020 at 06:53:00PM +0200, Friedrich Beckmann wrote: i guess you wanted to avoid the double compilation of the ???essential??? files for psppire and glade with this commit: https://git.savannah.gnu.org/cgit/pspp.git/commit/?id=1834d3c0d3fa6307fbc0a8adff1eb9a77

  1   2   3   4   5   6   7   8   9   10   >