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 "Ivan Pechorin (JIRA)" <ji...@apache.org> on 2012/06/05 11:03:27 UTC

[jira] [Created] (AXIS2C-1594) axutil doesn't compile on HP-UX

Ivan Pechorin created AXIS2C-1594:
-------------------------------------

             Summary: axutil doesn't compile on HP-UX
                 Key: AXIS2C-1594
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
             Project: Axis2-C
          Issue Type: Bug
          Components: util
    Affects Versions: 1.7.0
         Environment: HP-UX 11.31 + HP aCC
            Reporter: Ivan Pechorin
         Attachments: axutil_hpux_aix.patch

axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:

#elif defined ( AIX )
#include <aix/aix.h>
#elif defined ( HPUX )
#include <hp-ux/axis2_ht-ux.h>

The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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] [Commented] (AXIS2C-1594) axutil doesn't compile on HP-UX

Posted by "Ivan Pechorin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500859#comment-13500859 ] 

Ivan Pechorin commented on AXIS2C-1594:
---------------------------------------

Thanks Dinesh. 
I've tested this patch on HP-UX 11.31 with HP aCC compiler - we use Axis2-C on this platform in production. 
I will also try it on AIX 5.3 with XL C/C+ 12.1 a little bit later when I have time. 
                
> axutil doesn't compile on HP-UX
> -------------------------------
>
>                 Key: AXIS2C-1594
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.7.0
>         Environment: HP-UX 11.31 + HP aCC
>            Reporter: Ivan Pechorin
>            Assignee: Dinesh Weerapurage
>         Attachments: axutil_hpux_aix.patch
>
>
> axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
> #elif defined ( AIX )
> #include <aix/aix.h>
> #elif defined ( HPUX )
> #include <hp-ux/axis2_ht-ux.h>
> The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Commented] (AXIS2C-1594) axutil doesn't compile on HP-UX

Posted by "Dinesh Weerapurage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500827#comment-13500827 ] 

Dinesh Weerapurage commented on AXIS2C-1594:
--------------------------------------------

Patch is applied in revision 1411533. Thanks Ivan for the patch. However I did not test this patch on HP-UX or/and AIX systems since I don't have access to them. I would appreciate someone can test it for me. Thanks.
                
> axutil doesn't compile on HP-UX
> -------------------------------
>
>                 Key: AXIS2C-1594
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.7.0
>         Environment: HP-UX 11.31 + HP aCC
>            Reporter: Ivan Pechorin
>         Attachments: axutil_hpux_aix.patch
>
>
> axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
> #elif defined ( AIX )
> #include <aix/aix.h>
> #elif defined ( HPUX )
> #include <hp-ux/axis2_ht-ux.h>
> The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Assigned] (AXIS2C-1594) axutil doesn't compile on HP-UX

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

Dinesh Weerapurage reassigned AXIS2C-1594:
------------------------------------------

    Assignee: Dinesh Weerapurage
    
> axutil doesn't compile on HP-UX
> -------------------------------
>
>                 Key: AXIS2C-1594
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.7.0
>         Environment: HP-UX 11.31 + HP aCC
>            Reporter: Ivan Pechorin
>            Assignee: Dinesh Weerapurage
>         Attachments: axutil_hpux_aix.patch
>
>
> axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
> #elif defined ( AIX )
> #include <aix/aix.h>
> #elif defined ( HPUX )
> #include <hp-ux/axis2_ht-ux.h>
> The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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] [Commented] (AXIS2C-1594) axutil doesn't compile on HP-UX

Posted by "Ivan Pechorin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496868#comment-13496868 ] 

Ivan Pechorin commented on AXIS2C-1594:
---------------------------------------

Is there any maintainer who can commit this trivial patch? Or the project is already dead?
                
> axutil doesn't compile on HP-UX
> -------------------------------
>
>                 Key: AXIS2C-1594
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.7.0
>         Environment: HP-UX 11.31 + HP aCC
>            Reporter: Ivan Pechorin
>         Attachments: axutil_hpux_aix.patch
>
>
> axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
> #elif defined ( AIX )
> #include <aix/aix.h>
> #elif defined ( HPUX )
> #include <hp-ux/axis2_ht-ux.h>
> The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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-1594) axutil doesn't compile on HP-UX

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

Ivan Pechorin updated AXIS2C-1594:
----------------------------------

    Attachment: axutil_hpux_aix.patch

Patch to remove invalid #include-s on HP-UX and AIX
                
> axutil doesn't compile on HP-UX
> -------------------------------
>
>                 Key: AXIS2C-1594
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1594
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.7.0
>         Environment: HP-UX 11.31 + HP aCC
>            Reporter: Ivan Pechorin
>         Attachments: axutil_hpux_aix.patch
>
>
> axutil doesn't compile on HP-UX and AIX because util/include/platforms/axutil_platform_auto_sense.h has some old includes that are no longer present in Axis2-C source tree:
> #elif defined ( AIX )
> #include <aix/aix.h>
> #elif defined ( HPUX )
> #include <hp-ux/axis2_ht-ux.h>
> The patch is trivial - remove these includes; platforms/unix/axutil_unix.h is just fine for HP-UX, the same should be true for AIX.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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