Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] 7.0.0 RC3 - unable to build remote (only) project

On 06/11/2013 06:16 PM, Beth Tibbitts wrote:

I've seen something like this before
/bin/bash: line 0: cd: /Debug: No such file or directory
>>   > Shell Completed (exit code = 1)


I wonder if it's a interactive vs. no-interactive shell that can't find bash???
http://wiki.eclipse.org/PTP/FAQ#Q:_My_remote_or_synchronized_project_doesn.27t_find_the_remote_environment_variables_correctly_.28Interactive_vs._non-interactive_shell.29


I don't think so. It is able to find bash but it is not able to properly cd into Debug folder.

In project properties, C/C++ Build > Builder settings > Build directory is set to ${workspace_loc:/remotetest2}/Debug. However, at build time it tries to cd into /Debug so it seems not be able to evaluate ${workspace_loc:/remotetest2/} properly.




...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


Inactive hide details for Wainer Moschetta ---06/11/2013
          05:12:11 PM---Hi Roland, Nope, it isn't a remote sync but
          rather a 'puWainer Moschetta ---06/11/2013 05:12:11 PM---Hi Roland, Nope, it isn't a remote sync but rather a 'pure' remote project.


    From:

Wainer Moschetta <wainersm@xxxxxxxxxxxxxxxxxx>

    To:

ptp-dev@xxxxxxxxxxx

    Date:

06/11/2013 05:12 PM

    Subject:

Re: [ptp-dev] 7.0.0 RC3 - unable to build remote (only) project

    Sent by:

ptp-dev-bounces@xxxxxxxxxxx





Hi Roland,

Nope, it isn't a remote sync but rather a 'pure' remote project.

Wainer

On 06/11/2013 06:02 PM, Roland Schulz wrote:
> Hi,
>
> did you create a remote or remote-sync project? If it is sync could
> you please update to the latest build
> (
http://download.eclipse.org/tools/ptp/builds/kepler/nightly/)  and
> check whether the problem still occurs. We needed to fix quite a few
> issues with sync since RC3.
>
> Roland
>
> On Tue, Jun 11, 2013 at 4:49 PM, Wainer Moschetta
> <wainersm@xxxxxxxxxxxxxxxxxx> wrote:
>> Hi,
>>
>> I've just installed 7.0.0.201306111347 (RC3), created a dummy remote
>> (only) project and got following error when tried to build (not build
>> configuration changes applied) it:
>>
>> ---------------------
>> 14:52:27 **** Clean-only build of configuration Debug for project
>> remotetest2 ****
>> make clean
>> /bin/bash: line 0: cd: /Debug: No such file or directory
>>   > Shell Completed (exit code = 1)
>>
>> 14:52:32 Build Finished (took 4s.839ms)
>>
>> 14:52:46 **** Build of configuration Debug for project remotetest2 ****
>> make all
>> /bin/bash: line 0: cd: /Debug: No such file or directory
>>   > Shell Completed (exit code = 1)
>> -------------------------
>>
>> it seems not able to eval ${workspace_loc:/remotetest2}.
>>
>> Anyone else seen this error?
>>
>> Thanks,
>>
>> Wainer dos Santos Moschetta
>>
>> _______________________________________________
>> ptp-dev mailing list
>> ptp-dev@xxxxxxxxxxx
>>
https://dev.eclipse.org/mailman/listinfo/ptp-dev
>>
>>
>>
>>
>
>

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev





_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top