You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2020/01/18 16:32:14 UTC

[GitHub] [celix] Oipo opened a new issue #140: Can't run target test_framework

Oipo opened a new issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140
 
 
   Output is as follows:
   ```
   ====================[ Build | test_framework | Debug ]==========================
   /home/oipo/Programming/clion-2019.2/bin/cmake/linux/bin/cmake --build /home/oipo-unencrypted/Programming/celix/cmake-build-debug --target test_framework -- -j 12
   Scanning dependencies of target utils
   [  0%] Built target simple_test_bundle5
   [  0%] Built target simple_test_bundle1
   [  0%] Built target simple_test_bundle3
   [  0%] Built target sublib
   [  0%] Built target simple_test_bundle4
   [  0%] Built target simple_test_bundle2
   [  0%] Building C object libs/utils/CMakeFiles/utils.dir/src/version_range.c.o
   [ 12%] Packaging simple_test_bundle5
   [ 12%] Packaging simple_test_bundle1
   [ 12%] Packaging simple_test_bundle3
   /bin/sh: 1: cd: can't cd to /home/oipo-unencrypted/Programming/celix/cmake-build-debug/celix/gen/bundles/simple_test_bundle5/content
   make[3]: *** [libs/framework/tst/subdir/CMakeFiles/simple_test_bundle5_bundle.dir/build.make:61: libs/framework/tst/subdir/simple_test_bundle5.zip] Error 2
   /bin/sh: 1: cd: can't cd to /home/oipo-unencrypted/Programming/celix/cmake-build-debug/celix/gen/bundles/simple_test_bundle1/content
   make[2]: *** [CMakeFiles/Makefile2:1731: libs/framework/tst/subdir/CMakeFiles/simple_test_bundle5_bundle.dir/all] Error 2
   make[2]: *** Waiting for unfinished jobs....
   make[3]: *** [libs/framework/tst/CMakeFiles/simple_test_bundle1_bundle.dir/build.make:61: libs/framework/tst/simple_test_bundle1.zip] Error 2
   make[2]: *** [CMakeFiles/Makefile2:1509: libs/framework/tst/CMakeFiles/simple_test_bundle1_bundle.dir/all] Error 2
   /bin/sh: 1: cd: can't cd to /home/oipo-unencrypted/Programming/celix/cmake-build-debug/celix/gen/bundles/simple_test_bundle3/content
   make[3]: *** [libs/framework/tst/CMakeFiles/simple_test_bundle3_bundle.dir/build.make:61: libs/framework/tst/simple_test_bundle3.zip] Error 2
   make[2]: *** [CMakeFiles/Makefile2:1374: libs/framework/tst/CMakeFiles/simple_test_bundle3_bundle.dir/all] Error 2
   [ 12%] Packaging simple_test_bundle4
   [ 12%] Packaging simple_test_bundle2
   /bin/sh: 1: cd: can't cd to /home/oipo-unencrypted/Programming/celix/cmake-build-debug/celix/gen/bundles/simple_test_bundle4/content
   /bin/sh: 1: cd: can't cd to /home/oipo-unencrypted/Programming/celix/cmake-build-debug/celix/gen/bundles/simple_test_bundle2/content
   make[3]: *** [libs/framework/tst/subdir/CMakeFiles/simple_test_bundle4_bundle.dir/build.make:61: libs/framework/tst/subdir/simple_test_bundle4.zip] Error 2
   make[3]: *** [libs/framework/tst/CMakeFiles/simple_test_bundle2_bundle.dir/build.make:61: libs/framework/tst/simple_test_bundle2.zip] Error 2
   make[2]: *** [CMakeFiles/Makefile2:1704: libs/framework/tst/subdir/CMakeFiles/simple_test_bundle4_bundle.dir/all] Error 2
   make[2]: *** [CMakeFiles/Makefile2:1655: libs/framework/tst/CMakeFiles/simple_test_bundle2_bundle.dir/all] Error 2
   [ 12%] Linking C shared library libcelix_utils.so
   [ 25%] Built target utils
   make[1]: *** [CMakeFiles/Makefile2:1635: libs/framework/tst/CMakeFiles/test_framework.dir/rule] Error 2
   make: *** [Makefile:773: test_framework] Error 2
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] Oipo commented on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
Oipo commented on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-576430561
 
 
   Ubuntu 19.10, g++ 9.2.1, cmake 3.13.4

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] Oipo commented on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
Oipo commented on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-577804246
 
 
   It "fixes" it in the sense that a single-threaded build now works. Compiling in parallel leads to the following: 
   ```
   [ 57%] Built target dm_example_cxx_phase2a_bundle
   [ 57%] Built target shell
   [ 57%] Generating ../../../celix/gen/bundles/dm_example_phase3/lib-dm_example_phase3-copy-timestamp
   [ 57%] Generating ../../../celix/gen/bundles/dm_example_phase1/lib-dm_example_phase1-copy-timestamp
   [ 57%] Packaging dm_example_phase1
   [ 57%] Packaging dm_example_phase3
   [ 57%] Built target dm_example_cxx_phase3_bundle
   zip warning: No such file or directory
   make[2]: *** [examples/dm_example_cxx/phase2/CMakeFiles/dm_example_cxx_phase2b_bundle.dir/build.make:66: examples/dm_example_cxx/phase2/dm_example_cxx_phase2b.zip] Error 18
   make[2]: *** Deleting file 'examples/dm_example_cxx/phase2/dm_example_cxx_phase2b.zip'
   make[1]: *** [CMakeFiles/Makefile2:4660: examples/dm_example_cxx/phase2/CMakeFiles/dm_example_cxx_phase2b_bundle.dir/all] Error 2
   make[1]: *** Waiting for unfinished jobs....
   [ 57%] Built target dm_example_phase3_bundle
   [ 57%] Built target dm_example_phase1_bundle
   [ 58%] Generating ../../../celix/gen/bundles/dm_example_phase2a/lib-dm_example_phase2a-copy-timestamp
   [ 58%] Packaging dm_example_phase2a
   [ 58%] Built target dm_example_phase2a_bundle
   make: *** [Makefile:141: all] Error 2
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] pnoltes commented on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
pnoltes commented on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-576414823
 
 
   Which OS, compiler and CMake version are you running? 
   The develop branch is building on our CI: https://travis-ci.org/apache/celix/branches
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] pnoltes commented on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
pnoltes commented on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-583734671
 
 
   @Oipo: Can you check if this is solved in #147, now merged in develop?
   
   This merge also has an update for the cmake bundling functionality, which should solve the missing bundle content dir error. 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] Oipo commented on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
Oipo commented on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-583824048
 
 
   Yeap, confirmed fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] pnoltes closed issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
pnoltes closed issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [celix] Oipo edited a comment on issue #140: Can't run target test_framework

Posted by GitBox <gi...@apache.org>.
Oipo edited a comment on issue #140: Can't run target test_framework
URL: https://github.com/apache/celix/issues/140#issuecomment-576430561
 
 
   Ubuntu 19.10, gcc 9.2.1, cmake 3.13.4

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services