pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 0.8.5 Compile errors


From: Daniel Harper
Subject: Re: 0.8.5 Compile errors
Date: Fri, 21 Aug 2015 11:12:50 +1200

I deleted the directory and  extracted the files again and its there ...

/usr/tcg/dialer-utils/pspp/pspp-0.8.5> find | grep pspp.xml
./doc/pspp.xml

I then do a

./configure --without-cairo --without-gui

and the file is still there and then I do a make and I get the same error.

If I rename the xmllint binary to something else and run the commands
again I get the same error. So yeah not sure whats going on.

/bin/sh /usr/tcg/dialer-utils/pspp/pspp-0.8.5/build-aux/missing
makeinfo -DMISSING_CLICKSEQUENCE --docbook -I . \
./doc/pspp.texi -o - \
| /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//function-index.texi:3: warning: address@hidden fn' omitted since
writing to stdout.
./doc//command-index.texi:3: warning: address@hidden vr' omitted since
writing to stdout.
./doc//concept-index.texi:3: warning: address@hidden cp' omitted since
writing to stdout.
Element stack index : -7

output /dev/null doc/pspp.xml,tmp
make[2]: output: Command not found
make[2]: [doc/pspp.xml] Error 127 (ignored)
cat doc/help-pages-list | while read node ; do \
 --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
/bin/sh: line 1: --xpath: command not found
//address@hidden'AGGREGATE'] does not appear in doc/pspp.xml
make[2]: *** [doc/pspp.xml] Error 1
make[2]: Leaving directory `/usr/tcg/dialer-utils/pspp/pspp-0.8.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/tcg/dialer-utils/pspp/pspp-0.8.5'
make: *** [all] Error 2


Thanks,

Daniel




On 20 August 2015 at 16:55, John Darrington
<address@hidden> wrote:
> On Thu, Aug 20, 2015 at 09:40:04AM +1200, Daniel Harper wrote:
>      Thanks for the help.
>
>      I just grabbed the 0.8.5 release tarball from here
>      http://mirror.lagoon.nc/pub/gnu/pspp/
>
> Presumably that is an official GNU mirror.
>
>      I do indeed have xmllint installed on this system ...
>
> Does the tarball contain doc/pspp.xml ? And did you leave all
> the documentation files untouched?  If so, it should not have even
> tried to call it.  (I checked myself using 0.8.5 and it builds without
> having xmllint installed)
>
> J'
>
>
>
>
> --
> Avoid eavesdropping.  Send strong encryted 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.
>



-- 
Cheers,

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]