You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Scott Cantor (JIRA)" <xe...@xml.apache.org> on 2007/08/21 20:51:30 UTC

[jira] Created: (XERCESC-1740) RPM spec file missing 64-bit support

RPM spec file missing 64-bit support
------------------------------------

                 Key: XERCESC-1740
                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.7.0
         Environment: CentOS (RHEL) 5, x86_64
            Reporter: Scott Cantor


The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.

I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment: xerces-c.spec.patch

Patch to correct problems with RPM spec file, including:

* fix for old Copyright line, which now breaks rpmbuild.
* identify C++ compiler using rpm macros
* define 64-bit build option for known archs
* set libdir for configure (needed for lib64 builds)
* comment out unneeded ln command
* move Xerces install from lib to lib64 if needed
* rationalize file sections to use proper macros

Works on CentOS 5 x86_64, will test further.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment: xerces-c.spec

Fixed ldconfig test to be compatible with Bourne sh.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment:     (was: xerces-c.spec)

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment:     (was: xerces-c.spec.patch)

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment:     (was: xerces-c.spec)

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521745 ] 

Boris Kolpackov commented on XERCESC-1740:
------------------------------------------

A few notes on the patch:

1. I think we need -r%{threads} option in the runConfigure call for samples.
2. Do we still need the commented "ln -fs ..." line? If not, can we remove it?


> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523008 ] 

Boris Kolpackov commented on XERCESC-1740:
------------------------------------------

Scott,

The spec file is in the xerces-2.7 branch. I removed what appears to be a bunch of temporary headers to allow building 2_8_0_rc1. I tested the spec on my debian box and it seems to work fine.


> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Issue Comment Edited: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521591 ] 

cantor.2@osu.edu edited comment on XERCESC-1740 at 8/21/07 2:27 PM:
----------------------------------------------------------------

Continues to work on CentOS 5 32-bit i386. It's hard to be exhaustive, but that's fairly representative.

If there are problems later, they can't be worse than the current state, so I'd say let's fix what we can and move it forward.

      was (Author: cantor.2@osu.edu):
    It should, I haven't tested for regressions yet.
  
> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521813 ] 

Scott Cantor commented on XERCESC-1740:
---------------------------------------

1. Quite possible, I haven't spent much time worrying about the samples, it was enough of a challenge just getting things to build. ;-)

2. I don't know, I commented it out because I wanted to verify that the right symlinks are created without it. If it's still needed, there's a serious bug in the install process somewhere, but I don't see any sign that it's needed anymore. One would have to ask the original author.

BTW, one change I did make was to fix the fact that the .so link is only packaged into the devel RPM, rather than the base RPM. That should fix co-existence, since people need to be able to install multiple versions, but only one devel copy. But I didn't test that.


> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521591 ] 

Scott Cantor commented on XERCESC-1740:
---------------------------------------

It should, I haven't tested for regressions yet.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521587 ] 

Boris Kolpackov commented on XERCESC-1740:
------------------------------------------

I assume the answer is yes, but just to make sure, does it also work for 32 bit libraries?

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521608 ] 

Boris Kolpackov commented on XERCESC-1740:
------------------------------------------

Ok, sounds good. I will make sure this patch gets in.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment: xerces-c.spec

And finally one that doesn't hang the Solaris rpm commands.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Boris Kolpackov (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Boris Kolpackov closed XERCESC-1740.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.0
                   2.8.0

Fixed in 3.0.0  and 2.8.0.

> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>             Fix For: 2.8.0, 3.0.0
>
>         Attachments: xerces-c.spec
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XERCESC-1740) RPM spec file missing 64-bit support

Posted by "Scott Cantor (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Cantor updated XERCESC-1740:
----------------------------------

    Attachment: xerces-c.spec

In a fit of insanity, I've managed to get another iteration of the spec file written that works on Solaris x86 (really).

I'm attaching the file itself rather than a diff, the changes are significant and easier to see as a whole.

Significant changes were needed to the option handling, I made a lot of macro corrections, and a macro'd most of the standard file operations, some of which actually don't work on Solaris as is. I also coded around an issue with find and ldconfig by checking for Solaris specifically.

I tested with the rpm supplied by Sun via SFW packages and it built a 32-bit RPM set, which seems to be the normal case, since the 64 bit OS reports itself as i386.


> RPM spec file missing 64-bit support
> ------------------------------------
>
>                 Key: XERCESC-1740
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1740
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: CentOS (RHEL) 5, x86_64
>            Reporter: Scott Cantor
>         Attachments: xerces-c.spec, xerces-c.spec.patch
>
>
> The spec file, when tweaked to fix other issues, does build, but produces a 32-bit library. Making it support 64-bit requires both runConfigure changes and fixes to the library install process.
> I will attempt to attach a patch if I can come up with one that isn't a complete rewrite, but I do have a working spec file for 2.7.0 that is rather different as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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