Re: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Roger Leigh

On 12/09/18 22:45, Denis Excoffier wrote:



On 2018-09-21 at 23:31, Roger Leigh wrote:

Are you building with the autotools build or the cmake build?

I don't know. I run ./configure --disable-network --enable-transcoder-iconv. No 
cmake around (although the cmake and libcurl-devel packages are present).


The equivalent for testing would be:

  mkdir build
  cd build
  cmake -Dnetwork=OFF -Dtranscoder=iconv /path/to/xerces/source
  make
  ctest


Regards,
Roger

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



RE: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Cantor, Scott
> > Are you building with the autotools build or the cmake build?
> I don't know. I run ./configure --disable-network --enable-transcoder-iconv. 
> No
> cmake around (although the cmake and libcurl-devel packages are present).

That's autotools and since I maintain those scripts and don't support cygwin, 
you shouldn't expect them to work there. You'd best use cmake, whether it fixes 
this particular case or not.

-- Scott


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



Re: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Denis Excoffier


> On 2018-09-21 at 23:31, Roger Leigh wrote:
> 
> Are you building with the autotools build or the cmake build?
I don't know. I run ./configure --disable-network --enable-transcoder-iconv. No 
cmake around (although the cmake and libcurl-devel packages are present).

Regards,

Denis Excoffier.
-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



Re: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Denis Excoffier
Forgot to mention that i also tried to build on Linux 32bits (Debian 7), 
solaris 2.10 and darwin 17.7.0, and succeeded with no problem.

> On 2018-09-12 at 23:21, Denis Excoffier wrote:
> 
> Hello,
> 
> Don't know whether it's wise or appropriate to vote +1 and also report an 
> error (minor): on a clean and up-to-date cygwin (windows 10, x86_64, 
> pre-2.11.2), i had to remove the two lines:
> template class ArrayJanitor;
> template class ArrayJanitor;
> in 
> src/xercesc/util/JanitorExports.cpp
> to be able to build successfully, otherwise, i don't know why, i get:
> xercesc/util/JanitorExports.cpp:22:16: error: duplicate explicit 
> instantiation of 'class xercesc_3_2::ArrayJanitor' 
> [-fpermissive]
>  template class ArrayJanitor;
> ^
> xercesc/util/JanitorExports.cpp:23:16: error: duplicate explicit 
> instantiation of 'class xercesc_3_2::ArrayJanitor' [-fpermissive]
>  template class ArrayJanitor;
> ^~~
> Regards,
> 
> Denis Excoffier.
> 
>> On 2018-09-12 at 20:05, Cantor, Scott wrote:
>> 
>> I would like to call for a vote to release the RC3 artifact built from svn 
>> revision 1840539 as V3.2.2. It's published and signed at [1].
>> 
>> The release notes are at [2].
>> 
>> The issues are build related for the most part, nothing substantive.
>> 
>> I'll hold the vote open through the weekend, as next week is the soonest I 
>> can do the upload of a release.
>> 
>> This is my +1.
>> 
>> -- Scott
>> 
>> [1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/ 
>> 
>> [2] 
>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510=12342890
>>  
>> 
>> 
>> -
>> To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org 
>> 
>> For additional commands, e-mail: c-dev-h...@xerces.apache.org 
>> 
>> 
> 



Re: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Roger Leigh

Are you building with the autotools build or the cmake build?

There are two cygwin variants tested with cmake here for :

https://ci.appveyor.com/project/ApacheSoftwareFoundation/xerces-c/build/1.0.66
for the latest commit 
(https://github.com/apache/xerces-c/commits/trunk), which are building 
without error at present, at least within the AppVeyor build 
environment.  It's possible there may be some system-specific cause of 
the failure, but it would require further details and investigation to 
try and reproduce.


If you didn't try building with cmake on cygwin, could you possibly try 
that out?  You'll need the libcurl-devel and cmake cygwin packages 
installing.



Regards,
Roger

On 12/09/18 22:21, Denis Excoffier wrote:

Hello,

Don't know whether it's wise or appropriate to vote +1 and also report 
an error (minor): on a clean and up-to-date cygwin (windows 10, x86_64, 
pre-2.11.2), i had to remove the two lines:

*template class ArrayJanitor;*
*template class ArrayJanitor;*
in
*src/xercesc/util/JanitorExports.cpp*
to be able to build successfully, otherwise, i don't know why, i get:
*xercesc/util/JanitorExports.cpp:22:16: error: duplicate explicit 
instantiation of 'class xercesc_3_2::ArrayJanitor' 
[-fpermissive]*

* template class ArrayJanitor;*
*                ^*
*xercesc/util/JanitorExports.cpp:23:16: error: duplicate explicit 
instantiation of 'class xercesc_3_2::ArrayJanitor' [-fpermissive]*

* template class ArrayJanitor;*
*                ^~~*
Regards,

Denis Excoffier.


On 2018-09-12 at 20:05, Cantor, Scott wrote:

I would like to call for a vote to release the RC3 artifact built from 
svn revision 1840539 as V3.2.2. It's published and signed at [1].


The release notes are at [2].

The issues are build related for the most part, nothing substantive.

I'll hold the vote open through the weekend, as next week is the 
soonest I can do the upload of a release.


This is my +1.

-- Scott

[1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/
[2] 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510=12342890


-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org 

For additional commands, e-mail: c-dev-h...@xerces.apache.org 







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



Re: Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Denis Excoffier
Hello,

Don't know whether it's wise or appropriate to vote +1 and also report an error 
(minor): on a clean and up-to-date cygwin (windows 10, x86_64, pre-2.11.2), i 
had to remove the two lines:
template class ArrayJanitor;
template class ArrayJanitor;
in 
src/xercesc/util/JanitorExports.cpp
to be able to build successfully, otherwise, i don't know why, i get:
xercesc/util/JanitorExports.cpp:22:16: error: duplicate explicit instantiation 
of 'class xercesc_3_2::ArrayJanitor' [-fpermissive]
 template class ArrayJanitor;
^
xercesc/util/JanitorExports.cpp:23:16: error: duplicate explicit instantiation 
of 'class xercesc_3_2::ArrayJanitor' [-fpermissive]
 template class ArrayJanitor;
^~~
Regards,

Denis Excoffier.

> On 2018-09-12 at 20:05, Cantor, Scott wrote:
> 
> I would like to call for a vote to release the RC3 artifact built from svn 
> revision 1840539 as V3.2.2. It's published and signed at [1].
> 
> The release notes are at [2].
> 
> The issues are build related for the most part, nothing substantive.
> 
> I'll hold the vote open through the weekend, as next week is the soonest I 
> can do the upload of a release.
> 
> This is my +1.
> 
> -- Scott
> 
> [1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/
> [2] 
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510=12342890
> 
> -
> To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
> For additional commands, e-mail: c-dev-h...@xerces.apache.org
> 



Call for vote on Xerces-C 3.2.2 release

2018-09-12 Thread Cantor, Scott
I would like to call for a vote to release the RC3 artifact built from svn 
revision 1840539 as V3.2.2. It's published and signed at [1].

The release notes are at [2].

The issues are build related for the most part, nothing substantive.

I'll hold the vote open through the weekend, as next week is the soonest I can 
do the upload of a release.

This is my +1.

-- Scott

[1] https://dist.apache.org/repos/dist/dev/xerces/c/3/sources/
[2] 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10510=12342890

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