Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Synchronized project remote build is broken - Managed Build project

We did a build of 5.0.4+ today
There are a lot of changes since the last one, which was the 5.0.4 final build on Nov 12.
See http://wiki.eclipse.org/PTP/builds for links to download it - we are still working out how to make these available from the hudson builds.
This is build #96 from https://hudson.eclipse.org/hudson/job/ptp-release



When I create a Fortran Managed Build project and convert it to a synchronized project, change the active build config to Remote, and try to build,
it tries to do something on my local machine.  Console output below:

====5.0.4+ build (incorrect)

**** Build of configuration Remote for project fortranXLF_1208b ****
make all
**** Build Finished ****
/bin/sh: line 0: cd: /Applications/ecl/epp-parallel-indigo-SR1-5.0.4+test/eclipse/Eclipse.app/Contents/MacOS/test1208-505build/fortranXLF_1208b/Remote: No such file or directory


Instead of what it did in 5.0.4 which was to build remotely:
====5.0.4 build (correct):
**** Build of configuration Remote for project fortranXLF_1208a ****
make all
Building file: ../hello.f90
Invoking: IBM XLF Fortran Compiler
xlf95 -qsuffix=f=f90 -O0 -g -c -o "hello.o" "../hello.f90"
....  
Finished building target: fortranXLF_1208a
**** Build Finished ****




...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


Back to the top