[PATCH gnome-xml] test and result directories



Hello!!

I just checked gnome-xml from CVS.

Making autogen.sh and make distcheck fails, because test and result directories
are not in the generated distribution. Here's the patch:

... begin pach ...

cvs server: Diffing .
Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-xml/Makefile.am,v
retrieving revision 1.22
diff -r1.22 Makefile.am
64c64
< EXTRA_DIST = xmlConf.sh.in libxml.spec.in
---
> EXTRA_DIST = xmlConf.sh.in libxml.spec.in test result
cvs server: Diffing doc
cvs server: Diffing doc/html
cvs server: Diffing result
cvs server: Diffing test

... end patch ...


Now tests runs, but... is it normal to shows errors?:


... begin screenshot ...

$ ./autogen.sh
[...]
$ make distcheck
[...]
Testing dav9
Testing dtd1
Testing ent1
Testing ent2
../test/ent2:9: error: Attempt to reference unparsed entity 'image'
  This text is about XML, the &xml; and this is an embedded &image;
                                                                  ^
1,9d0
< <?xml version="1.0"?>
< <!DOCTYPE EXAMPLE SYSTEM "example.dtd" [
< <!ENTITY xml "Extensible Markup Language">
< <!ENTITY title PUBLIC "-//MY-TITLE//FR" "title.xml">
< <!ENTITY image SYSTEM "img.gif" NDATA GIF>
< ]>
< <EXAMPLE>
<   &title;
<   This text is about XML, the &xml; and this is an embedded &image;</EXAMPLE>
Testing ent3
Testing ent4
Testing ent5
Testing p3p
../test/p3p:18: error: xmlParseEntityRef: expecting ';'
  <STATEMENT action="read&write" purp="0" recpnt="0" id="1">
                               ^
xmlStringGetNodeList: unterminated entity                          write
Testing rdf1
Testing rdf2
make[3]: Leaving directory
`/home/arturo/LLEVAR/build/gnome-xml/libxml-1.0.0/=build'
make[2]: Leaving directory
`/home/arturo/LLEVAR/build/gnome-xml/libxml-1.0.0/=build'
make[1]: Leaving directory
`/home/arturo/LLEVAR/build/gnome-xml/libxml-1.0.0/=build'
[...]
rm -rf libxml-1.0.0
=============================================
libxml-1.0.0.tar.gz is ready for distribution
=============================================

... end screenshot ...


--
Arturo Tena <arturo@Directmail.org>      http://arturo.Directmail.org/
PUBLIC KEY (PGP/RSA):               'finger cbtsra0@andromeda.ulsa.mx'
Key fingerprint:              739B 8AD6 193D 8432  8730 4F27 3D38 62F6
.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .



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