You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Robert Schweikert (JIRA)" <ji...@apache.org> on 2011/01/03 22:31:46 UTC

[jira] Created: (AXIS2C-1521) Enabling openssl cuases build error

Enabling openssl cuases build error
-----------------------------------

                 Key: AXIS2C-1521
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1521
             Project: Axis2-C
          Issue Type: Bug
          Components: core/transport
    Affects Versions: 1.6.0
         Environment: openSUSE 11.3
enable warnings as errors
            Reporter: Robert Schweikert


Using configure --enable-openssl and turning warnings into errors during compile time triggers the following compile time error:

ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
ssl/ssl_utils.c:66:10: error: assignment discards qualifiers from pointer target type

-- 
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@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] [Resolved] (AXIS2C-1521) Enabling openssl cuases build error

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Samisa Abeysinghe resolved AXIS2C-1521.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.7.0
         Assignee: Samisa Abeysinghe

Applied the provided patch. Thanks for the patch, 

Committed revision 1163211.

> Enabling openssl cuases build error
> -----------------------------------
>
>                 Key: AXIS2C-1521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1521
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.6.0
>         Environment: openSUSE 11.3
> enable warnings as errors
>            Reporter: Robert Schweikert
>            Assignee: Samisa Abeysinghe
>             Fix For: 1.7.0
>
>         Attachments: axis2c_respectConst_sslCTX.patch
>
>
> Using configure --enable-openssl and turning warnings into errors during compile time triggers the following compile time error:
> ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
> ssl/ssl_utils.c:66:10: error: assignment discards qualifiers from pointer target type

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2C-1521) Enabling openssl cuases build error

Posted by "Robert Schweikert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Schweikert updated AXIS2C-1521:
--------------------------------------

    Attachment: axis2c_respectConst_sslCTX.patch

The attached patch fixes this problem by declaring the "meth" pointer const.

> Enabling openssl cuases build error
> -----------------------------------
>
>                 Key: AXIS2C-1521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1521
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.6.0
>         Environment: openSUSE 11.3
> enable warnings as errors
>            Reporter: Robert Schweikert
>         Attachments: axis2c_respectConst_sslCTX.patch
>
>
> Using configure --enable-openssl and turning warnings into errors during compile time triggers the following compile time error:
> ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
> ssl/ssl_utils.c:66:10: error: assignment discards qualifiers from pointer target type

-- 
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@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Updated: (AXIS2C-1521) Enabling openssl cuases build error

Posted by "Robert Schweikert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Schweikert updated AXIS2C-1521:
--------------------------------------

    Attachment:     (was: axis2c_respectConst_sslCTX.patch)

> Enabling openssl cuases build error
> -----------------------------------
>
>                 Key: AXIS2C-1521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1521
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.6.0
>         Environment: openSUSE 11.3
> enable warnings as errors
>            Reporter: Robert Schweikert
>         Attachments: axis2c_respectConst_sslCTX.patch
>
>
> Using configure --enable-openssl and turning warnings into errors during compile time triggers the following compile time error:
> ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
> ssl/ssl_utils.c:66:10: error: assignment discards qualifiers from pointer target type

-- 
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@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Updated: (AXIS2C-1521) Enabling openssl cuases build error

Posted by "Robert Schweikert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Schweikert updated AXIS2C-1521:
--------------------------------------

    Attachment: axis2c_respectConst_sslCTX.patch

Removed previous patch. This patch respects the version dependence of the openSSL interface in question.

> Enabling openssl cuases build error
> -----------------------------------
>
>                 Key: AXIS2C-1521
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1521
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 1.6.0
>         Environment: openSUSE 11.3
> enable warnings as errors
>            Reporter: Robert Schweikert
>         Attachments: axis2c_respectConst_sslCTX.patch
>
>
> Using configure --enable-openssl and turning warnings into errors during compile time triggers the following compile time error:
> ssl/ssl_utils.c: In function 'axis2_ssl_utils_initialize_ctx':
> ssl/ssl_utils.c:66:10: error: assignment discards qualifiers from pointer target type

-- 
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@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org