Re: Building proton from master fails on Red Hat Enterprise Linux Server release 7.3 Maipo with "fatal error: bits/c++config.h: No such file or directory"

2018-04-02 Thread Andrew Stitcher
On Mon, 2018-04-02 at 17:15 +0100, Oleksandr Rudyy wrote:
> Hi Andrew,
> 
> In Red Hat Enterprise Linux Server release 7.3 I found file
> /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h which was
> installed as part of libstdc++-devel.
> 
> rpm -qf /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h
> libstdc++-devel-4.8.5-16.el7_4.2.i686
> 
> ' /usr/include/c++/4.8.2/cstddef' was installed as part of the same
> package
> 
> rpm -qf /usr/include/c++/4.8.2/cstddef
> libstdc++-devel-4.8.5-16.el7_4.2.i686

Are you compiling for 32 or 64 bits? 

That header file is for 32 bits, but it looks like your compile line is
for 64 bits.

You probably need the package libstdc++-devel-4.8.5-16.el7_4.2.x86_64

Andrew


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: Building proton from master fails on Red Hat Enterprise Linux Server release 7.3 Maipo with "fatal error: bits/c++config.h: No such file or directory"

2018-04-02 Thread Oleksandr Rudyy
Hi Andrew,

In Red Hat Enterprise Linux Server release 7.3 I found file
/usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h which was
installed as part of libstdc++-devel.

rpm -qf /usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h
libstdc++-devel-4.8.5-16.el7_4.2.i686

' /usr/include/c++/4.8.2/cstddef' was installed as part of the same package

rpm -qf /usr/include/c++/4.8.2/cstddef
libstdc++-devel-4.8.5-16.el7_4.2.i686

It contains
...
#pragma GCC system_header

#include 
#include 

But there is no file c++config.h in /usr/include/c++/4.8.2/bits/.

Kind Regards,
Alex

On 2 April 2018 at 16:38, Andrew Stitcher  wrote:
> On Fri, 2018-03-30 at 10:29 +0100, Oleksandr Rudyy wrote:
>> Hi,
>>
>> As per subject the master proton build fails with the error like
>> below:
>>
>> [ 44%] Building CXX object
>> proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/binary.cpp.o
>> In file included from
>> /home/alex/qpid-proton/proton-
>> c/bindings/cpp/include/proton/internal/../types_fwd.hpp:31:0,
>>  from
>> /home/alex/qpid-proton/proton-
>> c/bindings/cpp/include/proton/internal/type_traits.hpp:31,
>>  from
>> /home/alex/qpid-proton/proton-
>> c/bindings/cpp/src/types_internal.hpp:22,
>>  from
>> /home/alex/qpid-proton/proton-c/bindings/cpp/src/binary.cpp:20:
>> /usr/include/c++/4.8.2/cstddef:41:28: fatal error: bits/c++config.h:
>> No such file or directory
>> #include 
>
> On my f27 system that file is in the package libstdc++-devel. Is that
> installed on your system?
>
> Andrew
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: Building proton from master fails on Red Hat Enterprise Linux Server release 7.3 Maipo with "fatal error: bits/c++config.h: No such file or directory"

2018-04-02 Thread Andrew Stitcher
On Fri, 2018-03-30 at 10:29 +0100, Oleksandr Rudyy wrote:
> Hi,
> 
> As per subject the master proton build fails with the error like
> below:
> 
> [ 44%] Building CXX object
> proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/binary.cpp.o
> In file included from
> /home/alex/qpid-proton/proton-
> c/bindings/cpp/include/proton/internal/../types_fwd.hpp:31:0,
>  from
> /home/alex/qpid-proton/proton-
> c/bindings/cpp/include/proton/internal/type_traits.hpp:31,
>  from
> /home/alex/qpid-proton/proton-
> c/bindings/cpp/src/types_internal.hpp:22,
>  from
> /home/alex/qpid-proton/proton-c/bindings/cpp/src/binary.cpp:20:
> /usr/include/c++/4.8.2/cstddef:41:28: fatal error: bits/c++config.h:
> No such file or directory
> #include 

On my f27 system that file is in the package libstdc++-devel. Is that
installed on your system?

Andrew


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Qpid for Java 6.1.6

2018-04-02 Thread Robbie Gemmell
On 30 March 2018 at 16:45, Oleksandr Rudyy  wrote:
> Hi all,
>
> A bug-fix release candidate for the version 6.1.6 of the Qpid for
> Java Components has been created.
>
> The list of defect fixes can be found in Jira:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342163
>
> Please test and vote accordingly.
>
> The source and binary archives can be grabbed from here:
> https://dist.apache.org/repos/dist/dev/qpid/java/6.1.6-rc1
>
> Those files and the other maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
>
> Kind regards
>
> P.S. If you want to test it out using maven (e.g with the examples src,
> or your own things), you can temporarily add this to your poms to access
> the staging repo:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1135
> 
>   
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org

+1

I checked things over as follows:
- Verified the signature and checksum files.
- Used "mvn apache-rat:check" to verify the headers in source release.
- Checked for LICENCE and NOTICE files being present in each archive.
- Ran the source build and tests using the default profile, all passed.
- Started the broker, used the web console to create a queue, ran the
Qpid JMS master HelloWorld example against the broker.

Robbie

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid Broker-J 7.0.3

2018-04-02 Thread Robbie Gemmell
On 30 March 2018 at 15:40, Oleksandr Rudyy  wrote:
> Hi all,
>
> I built a release candidate for a Qpid Broker-J 7.0.3.
> Please give it a test out and vote accordingly.
>
> The source and binary archives can be grabbed from:
> https://dist.apache.org/repos/dist/dev/qpid/broker-j/7.0.3-rc1
>
> The maven artifacts are also staged for now at:
> https://repository.apache.org/content/repositories/orgapacheqpid-1134
>
> The JIRAs currently assigned are:
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310520=12342887
>
> Regards,
> Alex
>
> P.S. For testing of maven broker staging repo artefacts, please add into to
> your poms the staging repo as below:
>
>   
> 
>   staging
>   
> https://repository.apache.org/content/repositories/orgapacheqpid-1134
> 
>   
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org

+1

I checked things over as follows:
- Verified the signature and checksum files.
- Used "mvn apache-rat:check" to verify the headers in source release.
- Checked for LICENCE and NOTICE files being present in each archive.
- Ran the source build and tests using the default profile, all good.
- Started the broker, used the web console to create a queue, ran the
Qpid JMS master HelloWorld example against the broker.

Robbie

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



[RESULT] [VOTE] Release Apache Qpid Proton 0.22.0

2018-04-02 Thread Robbie Gemmell
There were 5 binding +1 votes, 1 community +1 vote, and no other votes
received. The vote has passed.

I will add the files to the dist release repo and create the final tag
shortly. The website will be updated after the release has had time to
sync to the mirrors.

Robbie

-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org



Re: [VOTE] Release Apache Qpid Broker-J 7.0.3

2018-04-02 Thread Gordon Sim

On 30/03/18 15:40, Oleksandr Rudyy wrote:

Hi all,

I built a release candidate for a Qpid Broker-J 7.0.3.
Please give it a test out and vote accordingly.


+1 (checked signature and hash, built from source including running of 
tests, ran qpid-cpp client, 1.0 and 0-10, against it, ran python proton 
examples against it.)


-
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org