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 "Nabeel Yoosuf (JIRA)" <ji...@apache.org> on 2006/05/16 10:56:05 UTC

[jira] Created: (AXIS2C-165) Problems with building samples in binary distribution

Problems with building samples in binary distribution
-----------------------------------------------------

         Key: AXIS2C-165
         URL: http://issues.apache.org/jira/browse/AXIS2C-165
     Project: Axis2-C
        Type: Bug

  Components: build system (Unix/Linux)  
    Versions: 0.92    
 Environment: Linux (gcc 4.0.2)
    Reporter: Nabeel Yoosuf


When compiled the samples in the binary distribution to a folder other than the extracted folder, I see the following problems.

1. I get the following error. 

make[1]: *** No rule to make target `../install-sh', needed by `all-am'.  Stop.
make[1]: Leaving directory `/home/nabeel/mydata/downloads/axis2c-bin-0.91-linux/samples'
make: *** [install-recursive] Error 1

Note: This anyway copies the compiled samples to my --prefix location

2. axis2.xml does not get copied
3. addressing module in axis2.xml is enable by default. shouldn't we disable it in axis2.xml for clients since make install does not copy modules in my destination?
4. libs does not get copied
5. it doesn't create the logs folder
6. the source also gets copied to the install directory.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2C-165) Problems with building samples in binary distribution

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-165?page=all ]

Samisa Abeysinghe resolved AXIS2C-165.
--------------------------------------

    Fix Version/s: 0.93
       Resolution: Fixed

0.93 has solved these problems

> Problems with building samples in binary distribution
> -----------------------------------------------------
>
>                 Key: AXIS2C-165
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-165
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 0.92
>         Environment: Linux (gcc 4.0.2)
>            Reporter: Nabeel Yoosuf
>             Fix For: 0.93
>
>
> When compiled the samples in the binary distribution to a folder other than the extracted folder, I see the following problems.
> 1. I get the following error. 
> make[1]: *** No rule to make target `../install-sh', needed by `all-am'.  Stop.
> make[1]: Leaving directory `/home/nabeel/mydata/downloads/axis2c-bin-0.91-linux/samples'
> make: *** [install-recursive] Error 1
> Note: This anyway copies the compiled samples to my --prefix location
> 2. axis2.xml does not get copied
> 3. addressing module in axis2.xml is enable by default. shouldn't we disable it in axis2.xml for clients since make install does not copy modules in my destination?
> 4. libs does not get copied
> 5. it doesn't create the logs folder
> 6. the source also gets copied to the install directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS2C-165) Problems with building samples in binary distribution

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-165?page=comments#action_12433005 ] 
            
Samisa Abeysinghe commented on AXIS2C-165:
------------------------------------------

0.93 release must have solved these problems, please check with that

> Problems with building samples in binary distribution
> -----------------------------------------------------
>
>                 Key: AXIS2C-165
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-165
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 0.92
>         Environment: Linux (gcc 4.0.2)
>            Reporter: Nabeel Yoosuf
>
> When compiled the samples in the binary distribution to a folder other than the extracted folder, I see the following problems.
> 1. I get the following error. 
> make[1]: *** No rule to make target `../install-sh', needed by `all-am'.  Stop.
> make[1]: Leaving directory `/home/nabeel/mydata/downloads/axis2c-bin-0.91-linux/samples'
> make: *** [install-recursive] Error 1
> Note: This anyway copies the compiled samples to my --prefix location
> 2. axis2.xml does not get copied
> 3. addressing module in axis2.xml is enable by default. shouldn't we disable it in axis2.xml for clients since make install does not copy modules in my destination?
> 4. libs does not get copied
> 5. it doesn't create the logs folder
> 6. the source also gets copied to the install directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS2C-165) Problems with building samples in binary distribution

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-165?page=comments#action_12412087 ] 

Samisa Abeysinghe commented on AXIS2C-165:
------------------------------------------

on point 4: "libs does not get copied"

I do not think this is a job for make install of samples to do. I mean the repo has to be set up by the users and should make sure repo includes lib.

Also we should be documenting what so(dll) files must be there in the lib for client/services to run correctly, the rest of the so(dll) files can be on the LD_LIBRARY_PATH

> Problems with building samples in binary distribution
> -----------------------------------------------------
>
>          Key: AXIS2C-165
>          URL: http://issues.apache.org/jira/browse/AXIS2C-165
>      Project: Axis2-C
>         Type: Bug

>   Components: build system (Unix/Linux)
>     Versions: 0.92
>  Environment: Linux (gcc 4.0.2)
>     Reporter: Nabeel Yoosuf

>
> When compiled the samples in the binary distribution to a folder other than the extracted folder, I see the following problems.
> 1. I get the following error. 
> make[1]: *** No rule to make target `../install-sh', needed by `all-am'.  Stop.
> make[1]: Leaving directory `/home/nabeel/mydata/downloads/axis2c-bin-0.91-linux/samples'
> make: *** [install-recursive] Error 1
> Note: This anyway copies the compiled samples to my --prefix location
> 2. axis2.xml does not get copied
> 3. addressing module in axis2.xml is enable by default. shouldn't we disable it in axis2.xml for clients since make install does not copy modules in my destination?
> 4. libs does not get copied
> 5. it doesn't create the logs folder
> 6. the source also gets copied to the install directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira