[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP-BUG: Bug in MSWindows test version (John Darrington)
From: |
Ben Pfaff |
Subject: |
Re: PSPP-BUG: Bug in MSWindows test version (John Darrington) |
Date: |
Fri, 14 Jul 2017 13:06:51 -0700 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
I guess that this would be the easy fix?
diff --git a/doc/statistics.texi b/doc/statistics.texi
index ef31166fd1d8..c46189bd0709 100644
--- a/doc/statistics.texi
+++ b/doc/statistics.texi
@@ -834,7 +834,7 @@ individual data cases. Typically the matrix file will have
been generated by
If specified, @subcmd{MATRIX IN} must be followed by @samp{COV} or @samp{CORR},
then by @samp{=} and @var{file_spec} all in parentheses.
@var{file_spec} may either be an asterisk, which indicates the currently loaded
-dataset, or it may be a filename to be loaded. @xref{MATRIX DATA} for the
expected
+dataset, or it may be a filename to be loaded. @xref{MATRIX DATA}, for the
expected
format of the file.
The @subcmd{/EXTRACTION} subcommand is used to specify the way in which
factors (components) are extracted from the data.
On Fri, Jul 14, 2017 at 10:01:33PM +0200, John Darrington wrote:
> What version of makeinfo are you using?
>
> J'
> On Fri, Jul 14, 2017 at 07:48:31PM +0200, Harry Thijssen wrote:
> Unfortunately I get an abort when I try to build from scratch. I can only
> build from Ben's tarballs.
>
> The error I get is:
>
> /usr/bin/sed -e '/^"POT-Creation-Date: /d' po/zh_CN.po,tmp >
> po/zh_CN.po,tmp2
> rm -f po/zh_CN.po,tmp
> mv po/zh_CN.po,tmp2 po/zh_CN.po
> POFILES="po/ca.po po/de.po po/el.po po/es.po po/fr.po po/gl.po po/hu.po
> po/ja.po po/lt.po po/nl.po po/pl.po po/pt_BR.po po/ru.po po/sl.po
> po/tr.po
> po/uk.po po/zh_CN.po" top_builddir="." /bin/sh
> src/ui/gui/gen-dot-desktop.sh > src/ui/gui/pspp.desktop
> cat src/ui/gui/aggregate.ui src/ui/gui/autorecode.ui
> src/ui/gui/binomial.ui
> src/ui/gui/compute.ui src/ui/gui/barchart.ui src/ui/gui/correlation.ui
> src/ui/gui/count.ui src/ui/gui/comments.ui src/ui/gui/crosstabs.ui
> src/ui/gui/chi-square.ui src/ui/gui/descriptives.ui
> src/ui/gui/entry-dialog.ui src/ui/gui/examine.ui src/ui/gui/goto-case.ui
> src/ui/gui/factor.ui src/ui/gui/find.ui src/ui/gui/frequencies.ui
> src/ui/gui/histogram.ui src/ui/gui/indep-samples.ui
> src/ui/gui/k-independent.ui src/ui/gui/k-means.ui src/ui/gui/k-related.ui
> src/ui/gui/ks-one-sample.ui src/ui/gui/logistic.ui src/ui/gui/means.ui
> src/ui/gui/missing-val-dialog.ui src/ui/gui/oneway.ui
> src/ui/gui/options.ui
> src/ui/gui/paired-samples.ui src/ui/gui/rank.ui src/ui/gui/runs.ui
> src/ui/gui/sort.ui src/ui/gui/split-file.ui src/ui/gui/recode.ui
> src/ui/gui/regression.ui src/ui/gui/reliability.ui src/ui/gui/roc.ui
> src/ui/gui/scatterplot.ui src/ui/gui/select-cases.ui src/ui/gui/t-test.ui
> src/ui/gui/text-data-import.ui src/ui/gui/transpose.ui
> src/ui/gui/univariate.ui src/ui/gui/val-labs-dialog.ui
> src/ui/gui/variable-info.ui src/ui/gui/data-editor.ui
> src/ui/gui/output-window.ui src/ui/gui/syntax-editor.ui
> src/ui/gui/var-type-dialog.ui src/ui/gui/weight.ui | grep
> '"help[-_]page"'
> | \
> /usr/bin/sed -e 's% *<property
> name="help[-_]page">\([^<]*\)</property>%//address@hidden'"'"'\1'"'"']%'
> \
> -e 's%#%'"'"']/address@hidden'"'"'%g' > doc/help-pages-list,tmp
> test -s doc/help-pages-list,tmp
> mv doc/help-pages-list,tmp doc/help-pages-list
> /bin/sh /home/harry/pspp-master-20170714/pspp-g70714/build-aux/missing
> makeinfo --docbook -I . \
> ./doc/pspp.texi -o - \
> | /usr/bin/sed -e 's/Time-&-Date/Time-\&-Date/g' \
> -e 's/“/\“/g' \
> -e 's/”/\”/g' \
> -e 's/‘/\‘/g' \
> -e 's/’/\’/g' \
> -e 's/—/\—/g' \
> -e 's/–/\′/g' \
> -e 's/é/\é/g' \
> -e 's/©/\©/g' \
> -e 's/−/\−/g' \
> -e 's/…/\…/g' \
> -e 's/•/\ߦ/g' \
> -e 's/././g' \
> -e 's%\(<figure [^>]*\)>%\1/>%g' \
> | gawk '/<para>.*<table.*>.*<\/para>/{x=sub("</para>",""); print;
> s=1;next}/<\/table>/{print; if (s==1) print "</para>"; s=0; next}1' \
> > doc/pspp.xml,tmp
> ./doc//statistics.texi:837: warning: `.' or `,' must follow @xref, not
> `f'.
> /usr/bin/X11/xmllint --output /dev/null doc/pspp.xml,tmp
> cat ./doc/help-pages-list | while read node ; do \
> /usr/bin/X11/xmllint --xpath "$node" doc/pspp.xml,tmp > /dev/null; \
> if test $? -ne 0 ; then echo "$node does not appear in doc/pspp.xml" ;
> exit 1; fi ; \
> done
> XPath set is empty
> //address@hidden'T_002dTEST'] does not appear in doc/pspp.xml
> Makefile:12863: recipe for target 'doc/pspp.xml' failed
> make[2]: *** [doc/pspp.xml] Error 1
> make[2]: Leaving directory '/home/harry/pspp-master-20170714/pspp-g70714'
> Makefile:12154: recipe for target 'all-recursive' failed
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory '/home/harry/pspp-master-20170714/pspp-g70714'
> Makefile:5768: recipe for target 'all' failed
> make: *** [all] Error 2
> Uncaught exception from user code:
> system 'Mingw32-make' failed: 512 at bb.pl line 571, <FILE> line
> 922.
>
>
> If this can be fixed I ca give it a try.
>
> Have fun
>
> To: Friedrich Beckmann <address@hidden>
> > Cc: John Darrington <address@hidden>, Harry Thijssen
> > <address@hidden>, Elias Estatistics <
> > address@hidden>,
> > "address@hidden" <address@hidden>
> > Subject: Re: PSPP-BUG: Bug in MSWindows test version
> > Message-ID: <address@hidden>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > Looking at the gnulib mailing list, it seems that they are aware of
> this
> > problem and are already working on it.
> >
> > Harry, maybe you could try another build against today's gnulib HEAD ?
> >
> > J'
> >
>
> --
> Avoid eavesdropping. Send strong encrypted email.
> PGP Public key ID: 1024D/2DE827B3
> fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
> See http://sks-keyservers.net or any PGP keyserver for public key.
>
> _______________________________________________
> Bug-gnu-pspp mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp