You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "David Wheeler (JIRA)" <tu...@ws.apache.org> on 2006/07/22 00:55:13 UTC

[jira] Created: (TUSCANY-572) Tuscany SCA C++ fails to compile under Ubuntu

Tuscany SCA C++ fails to compile under Ubuntu
---------------------------------------------

                 Key: TUSCANY-572
                 URL: http://issues.apache.org/jira/browse/TUSCANY-572
             Project: Tuscany
          Issue Type: Bug
          Components: C++ SCA
    Affects Versions: Cpp-M1
         Environment: Ubuntu 6.0.6
            Reporter: David Wheeler


SDO C++ compiles, but make install fails to copy the header files into the deploy/include directory.

Manually copying the header files results in SCA C++ running into an infinite loop while compiling,

"make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
cp tmp/CustomerInfoImpl*.* CustomerInfo
cp tmp/MyValueImpl*.* MyValue
cd ../../.. \
          && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating runtime/core/test/Makefile
config.status: executing default-1 commands
make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
cp tmp/CustomerInfoImpl*.* CustomerInfo
cp tmp/MyValueImpl*.* MyValue
cd ../../.. \
          && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating runtime/core/test/Makefile
config.status: executing default-1 commands
make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'"

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


[jira] Assigned: (TUSCANY-572) Tuscany SCA C++ fails to compile under Ubuntu

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-572?page=all ]

Jean-Sebastien Delfino reassigned TUSCANY-572:
----------------------------------------------

    Assignee: Jean-Sebastien Delfino

> Tuscany SCA C++ fails to compile under Ubuntu
> ---------------------------------------------
>
>                 Key: TUSCANY-572
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Ubuntu 6.0.6
>            Reporter: David Wheeler
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-current
>
>
> SDO C++ compiles, but make install fails to copy the header files into the deploy/include directory.
> Manually copying the header files results in SCA C++ running into an infinite loop while compiling,
> "make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'"

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


[jira] Updated: (TUSCANY-572) Tuscany SCA C++ fails to compile under Ubuntu

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-572?page=all ]

ant elder updated TUSCANY-572:
------------------------------

        Fix Version/s: Cpp-current
    Affects Version/s: Cpp-current
                           (was: Cpp-M1)

> Tuscany SCA C++ fails to compile under Ubuntu
> ---------------------------------------------
>
>                 Key: TUSCANY-572
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Ubuntu 6.0.6
>            Reporter: David Wheeler
>             Fix For: Cpp-current
>
>
> SDO C++ compiles, but make install fails to copy the header files into the deploy/include directory.
> Manually copying the header files results in SCA C++ running into an infinite loop while compiling,
> "make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'"

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


[jira] Resolved: (TUSCANY-572) Tuscany SCA C++ fails to compile under Ubuntu

Posted by "Jean-Sebastien Delfino (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-572?page=all ]

Jean-Sebastien Delfino resolved TUSCANY-572.
--------------------------------------------

    Resolution: Fixed

I installed a fresh Ubuntu 6.10, the Ubuntu build_essentials package, automake 1.9.6, Libxml2, Axis2C 0.94 (+Ant and the JDK 5 to build the tools)  and I am now able to build and run the SDO and SCA runtime and samples.


> Tuscany SCA C++ fails to compile under Ubuntu
> ---------------------------------------------
>
>                 Key: TUSCANY-572
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-572
>             Project: Tuscany
>          Issue Type: Bug
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>         Environment: Ubuntu 6.0.6
>            Reporter: David Wheeler
>         Assigned To: Jean-Sebastien Delfino
>             Fix For: Cpp-current
>
>
> SDO C++ compiles, but make install fails to copy the header files into the deploy/include directory.
> Manually copying the header files results in SCA C++ running into an infinite loop while compiling,
> "make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> cp ./MyValue/MyValue.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/MyValueImpl.h ./testSCASystem/modules/MyValueServiceModule
> cp ./MyValue/StockQuoteService.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfo.h ./testSCASystem/modules/MyValueServiceModule
> cp ./CustomerInfo/CustomerInfoImpl.h ./testSCASystem/modules/MyValueServiceModule
> java -jar ../../../tools/scagen/bld/scagen.jar -dir testSCASystem/modules/MyValueServiceModule -output tmp
> cp tmp/CustomerInfoImpl*.* CustomerInfo
> cp tmp/MyValueImpl*.* MyValue
> cd ../../.. \
>           && CONFIG_FILES=runtime/core/test/Makefile CONFIG_HEADERS= /bin/sh ./config.status
> config.status: creating runtime/core/test/Makefile
> config.status: executing default-1 commands
> make[4]: Leaving directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'
> make[4]: Entering directory `/home/dwheeler/tuscany/cpp/sca/runtime/core/test'"

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