From dev-return-1640-archive-asf-public=cust-asf.ponee.io@celix.apache.org Thu Jan 23 18:16:26 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A6F5D18025F for ; Thu, 23 Jan 2020 19:16:25 +0100 (CET) Received: (qmail 69977 invoked by uid 500); 23 Jan 2020 18:16:24 -0000 Mailing-List: contact dev-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list dev@celix.apache.org Received: (qmail 69955 invoked by uid 99); 23 Jan 2020 18:16:24 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jan 2020 18:16:24 +0000 From: GitBox To: dev@celix.apache.org Subject: [GitHub] [celix] Oipo commented on issue #140: Can't run target test_framework Message-ID: <157980338471.19739.1777826773267098190.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Thu, 23 Jan 2020 18:16:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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