pspp-dev
[Top][All Lists]
Advanced

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

Re: error when building


From: Harry Thijssen
Subject: Re: error when building
Date: Mon, 17 Apr 2017 13:07:12 +0200

Hi

The tarball works. (at least for this :-(  )
I use xmllint 2.9.4  Could that be the problem?

Have fun

2017-04-17 8:50 GMT+02:00 John Darrington <address@hidden>:
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-\&amp;-Date/g' \
             -e 's/&ldquo;/\&#8220;/g' \
             -e 's/&rdquo;/\&#8221;/g' \
             -e 's/&lsquo;/\&#8216;/g' \
             -e 's/&rsquo;/\&#8217;/g' \
             -e 's/&mdash;/\&#8212;/g' \
             -e 's/&ndash;/\&#8242;/g' \
                     -e 's/&eacute;/\&#0233;/g' \
             -e 's/&copy;/\&#0169;/g' \
             -e 's/&minus;/\&#8722;/g' \
             -e 's/&hellip;/\&#8230;/g' \
             -e 's/&bull;/\&#2022;/g' \
             -e 's/&period;/./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.



reply via email to

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