You are viewing a plain text version of this content. The canonical link for it is here.
Posted to p-dev@xerces.apache.org by "Jason E. Stewart" <ja...@openinformatics.com> on 2003/11/02 20:20:06 UTC

[ANN]: XML-Xerces-2.3.0-3 available

Hey All,

In a coding frenzy today I tackled a number of outstanding issues with
XML-Xerces, and am cutting a new bug fix release. It's available from:

  http://www.apache.org/dist/xml/xerces-p/

For those of you who have been helping test this on new platforms,
please do test this on your platforms, and let me know if I have
properly incorporated support for your platform (especially OS X and
Windows). 

Enjoy!
jas.
--

>From the Changes file:
2.3.0-3 Sun Nov  2 12:03:30 IST 2003
	- second bugfix release of 2.3.0 series.
	- fixed output of all XMLUni::* constants (thanks to Christian
          Orsatti for pointing this out) 
	- added LocalFileFormatTarget (thanks to Christian
          Orsatti for pointing this out) 
	- added hints/darwin.pl (thanks to Adam Whitney for helping
          with this)
	- added cygwin fix for Xerces-C libname (thanks to Stephen
          Long for helping with this) 
	- added fixes for Win32 (thanks to Martin Raspe for helping
          with this)  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: PS

Posted by Adam Witney <aw...@sghms.ac.uk>.
On 3/11/03 10:59 am, "Adam Witney" <aw...@sghms.ac.uk> wrote:

> On 2/11/03 7:20 pm, "Jason E. Stewart" <ja...@openinformatics.com> wrote:
> 
>> Hey All,
>> 
>> In a coding frenzy today I tackled a number of outstanding issues with
>> XML-Xerces, and am cutting a new bug fix release. It's available from:
>> 
>> http://www.apache.org/dist/xml/xerces-p/
>> 
>> For those of you who have been helping test this on new platforms,
>> please do test this on your platforms, and let me know if I have
>> properly incorporated support for your platform (especially OS X and
>> Windows). 
>> 
>> Enjoy!
>> jas.
>> --
>> 
>> From the Changes file:
>> 2.3.0-3 Sun Nov  2 12:03:30 IST 2003
>> - second bugfix release of 2.3.0 series.
>> - fixed output of all XMLUni::* constants (thanks to Christian
>>         Orsatti for pointing this out)
>> - added LocalFileFormatTarget (thanks to Christian
>>         Orsatti for pointing this out)
>> - added hints/darwin.pl (thanks to Adam Whitney for helping
> 
> There's no 'h' in my name :) That Whitney Houston woman has a lot to answer
> for!!
> 

Oops, sorry everyone, meant to send that to Jason personally! :-o


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


PS

Posted by Adam Witney <aw...@sghms.ac.uk>.
On 2/11/03 7:20 pm, "Jason E. Stewart" <ja...@openinformatics.com> wrote:

> Hey All,
> 
> In a coding frenzy today I tackled a number of outstanding issues with
> XML-Xerces, and am cutting a new bug fix release. It's available from:
> 
> http://www.apache.org/dist/xml/xerces-p/
> 
> For those of you who have been helping test this on new platforms,
> please do test this on your platforms, and let me know if I have
> properly incorporated support for your platform (especially OS X and
> Windows). 
> 
> Enjoy!
> jas.
> --
> 
> From the Changes file:
> 2.3.0-3 Sun Nov  2 12:03:30 IST 2003
> - second bugfix release of 2.3.0 series.
> - fixed output of all XMLUni::* constants (thanks to Christian
>         Orsatti for pointing this out)
> - added LocalFileFormatTarget (thanks to Christian
>         Orsatti for pointing this out)
> - added hints/darwin.pl (thanks to Adam Whitney for helping

There's no 'h' in my name :) That Whitney Houston woman has a lot to answer
for!!


>         with this)
> - added cygwin fix for Xerces-C libname (thanks to Stephen
>         Long for helping with this)
> - added fixes for Win32 (thanks to Martin Raspe for helping
>         with this)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-p-dev-help@xml.apache.org
> 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: [ANN]: XML-Xerces-2.3.0-3 available

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
Adam Witney <aw...@sghms.ac.uk> writes:

> Unfortunately it won't compile on my OSX 10.2.8 machine...
> 
> cc -c -I. -IHandler -I/usr/local/install/xerces-c-src_2_3_0/include
> -D_REENTRANT -Os     -DVERSION=\"2.3.0-3\" -DXS_VERSION=\"2.3.0-3\"
> -I/sw/lib/perl5/5.6.0/darwin/CORE  Xerces.cpp
> Xerces.cpp: In function `void SWIG_MakePtr(SV*, void*, swig_type_info*,
> int)':
> Xerces.cpp:499: `PERL_MAGIC_tied' undeclared (first use this function)
> Xerces.cpp:499: (Each undeclared identifier is reported only once for each
>    function it appears in.)

Bugger. That's a perl-5.8'ism that must have slipped into the Perl
patches that got applied to SWIG CVS just recently, we'll have to make
that conditional on the Perl version.

Adam, There's only one occurrence of it in Xerces.cpp, can you simply
replace it with character 'P' and recompile and let me know what
happens?

Cheers,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by Adam Witney <aw...@sghms.ac.uk>.
Ok modifying Xerces.cpp to 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
Adam Witney <aw...@sghms.ac.uk> writes:

>  
> >> Nope, nor did I have to modify the xerces-c library (if you remember the
> >> problems we had before with isAnySlash)
> > 
> > Oh! But aren't you still using the already modified library? If not
> > then that's good news...
> 
> Nope, I did a fresh unpack/compile of xerces-c-src_2_3_0 this
> morning.

Ooohhh Cool! That's one less stupid, inexplicable problem to deal
with. 

> > Sorry, I actually meant running DOMPrint.pl by hand, but it's cool -
> > it's probably the same relative path error, so don't bother.
> 
> Sorry, running DOMPrint.pl from samples works fine

Good, then it's what I thought.

> Let me know if there is anything else I can test.

Will do - double thanks for testing it all so quickly.

Cheers,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by Adam Witney <aw...@sghms.ac.uk>.
 
>> Nope, nor did I have to modify the xerces-c library (if you remember the
>> problems we had before with isAnySlash)
> 
> Oh! But aren't you still using the already modified library? If not
> then that's good news...

Nope, I did a fresh unpack/compile of xerces-c-src_2_3_0 this morning.

> Sorry, I actually meant running DOMPrint.pl by hand, but it's cool -
> it's probably the same relative path error, so don't bother.

Sorry, running DOMPrint.pl from samples works fine

> Ok, the sourceforge compile farm is back online, so I'm going to see
> about building it there (if not I'll get an account on the Apache OS X
> machine). I need to get a C++ example that demonstrates the relative
> path problems for the Xerces-C team so they can fix it.

Let me know if there is anything else I can test.

Cheers

adam


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
Adam Witney <aw...@sghms.ac.uk> writes:

> > That's good. You didn't have to modify the Makefile.PL anymore did
> > you? If you didn't that means that the darwin.pl file I added is
> > working. 
> 
> Nope, nor did I have to modify the xerces-c library (if you remember the
> problems we had before with isAnySlash)

Oh! But aren't you still using the already modified library? If not
then that's good news...

> >> t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at
> > 
> > looks like DOMCount.pl is not returning a value, can you run it by
> > hand and let me know the output:
> > 
> > perl samples/DOMCount.pl samples/personal.xml
> 
> Looks ok, when run with absolute path:
> 
> [mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl samples/DOMCount.pl
> /usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml
> /usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml: duration:  1
> wallclock secs ( 0.07 usr +  0.00 sys =  0.07 CPU)
>         (37 elems)

Ok, then it's the same relative path problem.

> [mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
> t/DOMException.t 
> Using /usr/local/install/XML-Xerces-2.3.0-3/blib
> 1..7
> ok 1 - module loaded
> Bus error

Looks gross.

> >> t/DOMPrint..........ok 1/2#     Failed test (t/DOMPrint.t at line 62)
> >> # Found []
> >> # Looks like you failed 1 tests of 2.
> > 
> > This is like DOMCount.pl, you're not getting output. Can you run it by
> > hand (probably the same error).
> 
> [mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
> t/DOMPrint.t 
> Using /usr/local/install/XML-Xerces-2.3.0-3/blib
> 1..2
> ok 1 - module loaded
> not ok 2
> #     Failed test (t/DOMPrint.t at line 62)
> # Found []
> # Looks like you failed 1 tests of 2.

Sorry, I actually meant running DOMPrint.pl by hand, but it's cool -
it's probably the same relative path error, so don't bother.

> [mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
> t/SAXException.t 
> Using /usr/local/install/XML-Xerces-2.3.0-3/blib
> 1..6
> ok 1 - module loaded
> Bus error

double yuck.

Ok, the sourceforge compile farm is back online, so I'm going to see
about building it there (if not I'll get an account on the Apache OS X
machine). I need to get a C++ example that demonstrates the relative
path problems for the Xerces-C team so they can fix it.

Thanks again Adam.
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by Adam Witney <aw...@sghms.ac.uk>.
> That's good. You didn't have to modify the Makefile.PL anymore did
> you? If you didn't that means that the darwin.pl file I added is
> working. 

Nope, nor did I have to modify the xerces-c library (if you remember the
problems we had before with isAnySlash)

>> t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at
> 
> looks like DOMCount.pl is not returning a value, can you run it by
> hand and let me know the output:
> 
> perl samples/DOMCount.pl samples/personal.xml

Looks ok, when run with absolute path:

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl samples/DOMCount.pl
/usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml
/usr/local/install/XML-Xerces-2.3.0-3/samples/personal.xml: duration:  1
wallclock secs ( 0.07 usr +  0.00 sys =  0.07 CPU)
        (37 elems)

>> t/DOMException......dubious
>>         Test returned status 0 (wstat 10, 0xa)
>> DIED. FAILED tests 2-7
>>         Failed 6/7 tests, 14.29% okay
> 
> Huh. Run this one by hand, would you?
> 
> perl -Mblib -w t/DOMException.t

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/DOMException.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..7
ok 1 - module loaded
Bus error

> 
>> t/DOMNodeIterator...NOK 3#     Failed test (t/DOMNodeIterator.t at line 66)
>> t/DOMNodeIterator...NOK 5#     Failed test (t/DOMNodeIterator.t at line 78)
> 
>> t/DOMTreeWalker.....NOK 3#     Failed test (t/DOMTreeWalker.t at line 77)
>> t/DOMTreeWalker.....NOK 5#     Failed test (t/DOMTreeWalker.t at line 89)
> 
> These two are nearly identical tests, so if one failed you'd expect
> the other to fail as well. Not sure what's happening, but the
> iterators are clearly not working.
> 
>> t/DOMPrint..........ok 1/2#     Failed test (t/DOMPrint.t at line 62)
>> # Found []
>> # Looks like you failed 1 tests of 2.
> 
> This is like DOMCount.pl, you're not getting output. Can you run it by
> hand (probably the same error).

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/DOMPrint.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..2
ok 1 - module loaded
not ok 2
#     Failed test (t/DOMPrint.t at line 62)
# Found []
# Looks like you failed 1 tests of 2.

>> t/SAXException......dubious
>>         Test returned status 0 (wstat 10, 0xa)
>> DIED. FAILED tests 2-6
>>         Failed 5/6 tests, 16.67% okay
> 
> Could you run this one by hand?

[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% perl -Mblib -w
t/SAXException.t 
Using /usr/local/install/XML-Xerces-2.3.0-3/blib
1..6
ok 1 - module loaded
Bus error


Cheers

Adam


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by "Jason E. Stewart" <ja...@openinformatics.com>.
Adam Witney <aw...@sghms.ac.uk> writes:

> Ok modifying Xerces.cpp to
> 
>     sv_magic((SV *)hash, (SV *)obj, 'P', Nullch, 0);
> 
> It compiles, 

That's good. You didn't have to modify the Makefile.PL anymore did
you? If you didn't that means that the darwin.pl file I added is
working. 

> but there are still quite a few test failures...

God bless OS X...


> t/AttributeList.....ok 5/8No matching function for overloaded
> 'AttributeList_getValue' at
> /usr/local/install/XML-Xerces-2.3.0-3/blib/lib/XML/Xerces.pm line 221.

This is SWIG's less than useful way of saying that there are multiple
C++ functions to choose from and it's runtime type checker couldn't
figure out what to run - it usually means that the method wasn't
passed the correct parameters.

> t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at

looks like DOMCount.pl is not returning a value, can you run it by
hand and let me know the output:

  perl samples/DOMCount.pl samples/personal.xml

> t/DOMDocument.......dubious
>         Test returned status 0 (wstat 10, 0xa)
> DIED. FAILED tests 3-35125
>         Failed 35123/35125 tests, 0.01% okay

This is OS X Unicode stuff.

> t/DOMException......dubious
>         Test returned status 0 (wstat 10, 0xa)
> DIED. FAILED tests 2-7
>         Failed 6/7 tests, 14.29% okay

Huh. Run this one by hand, would you?

  perl -Mblib -w t/DOMException.t

> t/DOMNodeIterator...NOK 3#     Failed test (t/DOMNodeIterator.t at line 66)
> t/DOMNodeIterator...NOK 5#     Failed test (t/DOMNodeIterator.t at line 78)

> t/DOMTreeWalker.....NOK 3#     Failed test (t/DOMTreeWalker.t at line 77)
> t/DOMTreeWalker.....NOK 5#     Failed test (t/DOMTreeWalker.t at line 89)

These two are nearly identical tests, so if one failed you'd expect
the other to fail as well. Not sure what's happening, but the
iterators are clearly not working.

> t/DOMPrint..........ok 1/2#     Failed test (t/DOMPrint.t at line 62)
> # Found []
> # Looks like you failed 1 tests of 2.

This is like DOMCount.pl, you're not getting output. Can you run it by
hand (probably the same error).

> t/EntityResolver....ok 2/9FATAL ERROR:
> FILE:    /usr/local/install/XML-Xerces-2.3.0-3/samples/public.xml
> LINE:    3
> COLUMN:  85
> MESSAGE: An exception occurred! Type:RuntimeException, Message:Could not
> open DTD file '/sw/bin/samples/personal.dtd'

This looks like the OS X relative file path error

> t/SAXException......dubious
>         Test returned status 0 (wstat 10, 0xa)
> DIED. FAILED tests 2-6
>         Failed 5/6 tests, 16.67% okay

Could you run this one by hand?

> t/StdInInputSource..ok 2/3FATAL ERROR:
> FILE:    
> LINE:    0
> COLUMN:  0
> MESSAGE: An exception occurred! Type:XMLPlatformException, Message:Could not
> open file: stdin

We saw this one before too.

> t/URLInputSource....dubious
>         Test returned status 0 (wstat 10, 0xa)
> DIED. FAILED tests 6-8
>         Failed 3/8 tests, 62.50% okay

Looks like the relative path problem as well.

Thanks Adam,
jas.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


XML-Xerces-2.3.0-3 on OSX (was Re: [ANN]: XML-Xerces-2.3.0-3 available)

Posted by Adam Witney <aw...@sghms.ac.uk>.
Ok modifying Xerces.cpp to

    sv_magic((SV *)hash, (SV *)obj, 'P', Nullch, 0);

It compiles, but there are still quite a few test failures...


[mrc1-003:local/install/XML-Xerces-2.3.0-3] adam% make test
PERL_DL_NONLAZY=1 /sw/bin/perl -Iblib/arch -Iblib/lib
-I/sw/lib/perl5/5.6.0/darwin -I/sw/lib/perl5/5.6.0 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/AttributeList.....Using /usr/local/install/XML-Xerces-2.3.0-3/blib
t/AttributeList.....ok 5/8No matching function for overloaded
'AttributeList_getValue' at
/usr/local/install/XML-Xerces-2.3.0-3/blib/lib/XML/Xerces.pm line 221.
# Looks like you planned 8 tests but only ran 5.
# Looks like your test died just after 5.
t/AttributeList.....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 6-8
        Failed 3/8 tests, 62.50% okay
t/Attributes........Using /usr/local/install/XML-Xerces-2.3.0-3/blib
t/Attributes........ok
t/DOMAttr...........ok
t/DOMCount..........ok 1/2Use of uninitialized value in numeric eq (==) at
t/DOMCount.t line 55.
#     Failed test (t/DOMCount.t at line 55)
# Looks like you failed 1 tests of 2.
t/DOMCount..........dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/DOMCreate.........ok
t/DOMDocument.......dubious
        Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 3-35125
        Failed 35123/35125 tests, 0.01% okay
t/DOMElement........ok
t/DOMEntity.........ok, 1/4 skipped: entities still not working
t/DOMException......dubious
        Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 2-7
        Failed 6/7 tests, 14.29% okay
t/DOMNamedNodeMap...ok
t/DOMNode...........ok
t/DOMNodeIterator...Using /usr/local/install/XML-Xerces-2.3.0-3/blib
t/DOMNodeIterator...NOK 3#     Failed test (t/DOMNodeIterator.t at line 66)
t/DOMNodeIterator...NOK 5#     Failed test (t/DOMNodeIterator.t at line 78)
# Looks like you failed 2 tests of 5.
t/DOMNodeIterator...dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3, 5
        Failed 2/5 tests, 60.00% okay
t/DOMNodeList.......ok
t/DOMPrint..........ok 1/2#     Failed test (t/DOMPrint.t at line 62)
# Found []
# Looks like you failed 1 tests of 2.
t/DOMPrint..........dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/DOMTreeWalker.....NOK 3#     Failed test (t/DOMTreeWalker.t at line 77)
t/DOMTreeWalker.....NOK 5#     Failed test (t/DOMTreeWalker.t at line 89)
# Looks like you failed 2 tests of 5.
t/DOMTreeWalker.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 3, 5
        Failed 2/5 tests, 60.00% okay
t/DOMWriter.........ok
t/EntityResolver....ok 2/9FATAL ERROR:
FILE:    /usr/local/install/XML-Xerces-2.3.0-3/samples/public.xml
LINE:    3
COLUMN:  85
MESSAGE: An exception occurred! Type:RuntimeException, Message:Could not
open DTD file '/sw/bin/samples/personal.dtd'
 at t/EntityResolver.t line 42
t/EntityResolver....NOK 5#     Failed test (t/EntityResolver.t at line 63)
FATAL ERROR:
FILE:    /usr/local/install/XML-Xerces-2.3.0-3/samples/system.xml
LINE:    3
COLUMN:  38
MESSAGE: An exception occurred! Type:RuntimeException, Message:Could not
open DTD file '/sw/bin/samples/personal.dtd'
 at t/EntityResolver.t line 71
t/EntityResolver....NOK 8#     Failed test (t/EntityResolver.t at line 84)
WARNING:
FILE:    
LINE:    0
COLUMN:  0
MESSAGE: An exception occurred! Type:RuntimeException, Message:Warning: The
primary document entity could not be opened. Id=/sw/bin/samples/personal.xsd
 at t/EntityResolver.t line 138
FATAL ERROR:
FILE:    /usr/local/install/XML-Xerces-2.3.0-3/samples/system.xml
LINE:    5
COLUMN:  1
MESSAGE: Expected comment or processing instruction
 at t/EntityResolver.t line 138
# Looks like you planned 9 tests but only ran 8.
# Looks like your test died just after 8.
t/EntityResolver....dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 5, 8-9
        Failed 3/9 tests, 66.67% okay
t/Grammar...........ok
t/InputSource.......ok
t/LocalFileInputSource.ok
t/MemBufInputSource.ok
t/PerlErrorHandler..ok
t/SAX2Count.........ok
t/SAXCount..........ok
t/SAXException......dubious
        Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 2-6
        Failed 5/6 tests, 16.67% okay
t/SAXParser.........ok
t/Schema............ok 1/3WARNING:
FILE:    
LINE:    0
COLUMN:  0
MESSAGE: An exception occurred! Type:RuntimeException, Message:Warning: The
primary document entity could not be opened. Id=/sw/bin/samples/personal.xsd
 at t/Schema.t line 34
t/Schema............ok 2/3WARNING:
FILE:    
LINE:    0
COLUMN:  0
MESSAGE: An exception occurred! Type:RuntimeException, Message:Warning: The
primary document entity could not be opened. Id=/sw/bin/samples/personal.xsd
 at t/Schema.t line 50
t/Schema............ok
t/StdInInputSource..ok 2/3FATAL ERROR:
FILE:    
LINE:    0
COLUMN:  0
MESSAGE: An exception occurred! Type:XMLPlatformException, Message:Could not
open file: stdin
 at t/StdInInputSource.t line 33
# Looks like you planned 3 tests but only ran 2.
# Looks like your test died just after 2.
t/StdInInputSource..dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
        Failed 1/3 tests, 66.67% okay
t/URLInputSource....dubious
        Test returned status 0 (wstat 10, 0xa)
DIED. FAILED tests 6-8
        Failed 3/8 tests, 62.50% okay
t/XMLException......ok
t/XMLScanner........ok, 11/12 skipped: XMLScanner is no longer public
t/XMLURL............ok
t/XMLUni............NOK 4FAILED test 4
        Failed 1/4 tests, 75.00% okay
t/XMLUri............ok
t/XercesDOMParser...ok
t/actualCast........ok
Failed Test  Status Wstat Total Fail  Failed  List of failed
----------------------------------------------------------------------------
---
t/AttributeList 255 65280     8    3  37.50%  6-8
t/DOMCount.t      1   256     2    1  50.00%  2
t/DOMDocument.t   0    10 35125 3512  99.99%  3-35125
t/DOMException.   0    10     7    6  85.71%  2-7
t/DOMNodeIterat   2   512     5    2  40.00%  3, 5
t/DOMPrint.t      1   256     2    1  50.00%  2
t/DOMTreeWalker   2   512     5    2  40.00%  3, 5
t/EntityResolve 255 65280     9    3  33.33%  5, 8-9
t/SAXException.   0    10     6    5  83.33%  2-6
t/StdInInputSou 255 65280     3    1  33.33%  3
t/URLInputSourc   0    10     8    3  37.50%  6-8
t/XMLUni.t                    4    1  25.00%  4
12 subtests skipped.
Failed 12/36 test scripts, 66.67% okay. 35151/35357 subtests failed, 0.58%
okay.
make: *** [test_dynamic] Error 2


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org


Re: [ANN]: XML-Xerces-2.3.0-3 available

Posted by Adam Witney <aw...@sghms.ac.uk>.
Hi Jason,

Unfortunately it won't compile on my OSX 10.2.8 machine...

cc -c -I. -IHandler -I/usr/local/install/xerces-c-src_2_3_0/include
-D_REENTRANT -Os     -DVERSION=\"2.3.0-3\" -DXS_VERSION=\"2.3.0-3\"
-I/sw/lib/perl5/5.6.0/darwin/CORE  Xerces.cpp
Xerces.cpp: In function `void SWIG_MakePtr(SV*, void*, swig_type_info*,
int)':
Xerces.cpp:499: `PERL_MAGIC_tied' undeclared (first use this function)
Xerces.cpp:499: (Each undeclared identifier is reported only once for each
   function it appears in.)
make: *** [Xerces.o] Error 1

Thanks

adam


> Hey All,
> 
> In a coding frenzy today I tackled a number of outstanding issues with
> XML-Xerces, and am cutting a new bug fix release. It's available from:
> 
> http://www.apache.org/dist/xml/xerces-p/
> 
> For those of you who have been helping test this on new platforms,
> please do test this on your platforms, and let me know if I have
> properly incorporated support for your platform (especially OS X and
> Windows). 
> 
> Enjoy!
> jas.
> --
> 
> From the Changes file:
> 2.3.0-3 Sun Nov  2 12:03:30 IST 2003
> - second bugfix release of 2.3.0 series.
> - fixed output of all XMLUni::* constants (thanks to Christian
>         Orsatti for pointing this out)
> - added LocalFileFormatTarget (thanks to Christian
>         Orsatti for pointing this out)
> - added hints/darwin.pl (thanks to Adam Whitney for helping
>         with this)
> - added cygwin fix for Xerces-C libname (thanks to Stephen
>         Long for helping with this)
> - added fixes for Win32 (thanks to Martin Raspe for helping
>         with this)
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-p-dev-help@xml.apache.org
> 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-p-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-p-dev-help@xml.apache.org