pspp-dev
[Top][All Lists]
Advanced

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

Re: error when building


From: John Darrington
Subject: Re: error when building
Date: Mon, 17 Apr 2017 08:50:54 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

I think this might be a problem with older (newer?) xmllint programs.
You can try to investigate or wait until Ben's build bot has generated
a new tarball.

J'

On Sun, Apr 16, 2017 at 03:55:13PM +0200, Harry Thijssen wrote:
     Hi
     
     It seems to me this is fixed, but I get a new issue.See below
     
     I usually don't do a git-pull, so maybe I made a mistake there.
     
     Have
     
     mv doc/help-pages-list,tmp doc/help-pages-list
     /bin/sh /home/harry/pspp-master-20170416/pspp-g70416/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
     /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:12283: recipe for target 'doc/pspp.xml' failed
     make[2]: *** [doc/pspp.xml] Error 1
     make[2]: Leaving directory '/home/harry/pspp-master-20170416/pspp-g70416'
     Makefile:11574: recipe for target 'all-recursive' failed
     make[1]: *** [all-recursive] Error
     1
     
-- 
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.

Attachment: signature.asc
Description: Digital signature


reply via email to

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