Bug 2852

Summary: Build problems with Tru64
Product: RFT Reporter: Aaron Shelmire <shelmire@psc.edu>
Component: RFTAssignee: Charles Bacon <bacon@mcs.anl.gov>
Status: RESOLVED FIXED    
Severity: blocker CC: ogsa-bugs@globus.org
Priority: P3    
Version: 3.9.5   
Target Milestone: ---   
Hardware: DEC   
OS: OSF/1   

Description From 2005-03-03 11:01:13
bash-2.04$ ./configure --prefix=/usr/local/globus/rft-3.9.5-r1
checking build system type... alphaev68-dec-osf5.1
checking for javac... /usr/opt/java142/bin/javac
configure: WARNING: JAVA_HOME is not set
configure: WARNING: Most Java versions will not work correctly without JAVA_HOME set
checking for ant... /usr/local/packages/ant/bin/ant
configure: creating ./config.status
config.status: creating Makefile
bash-2.04$ make wsrft
/usr/local/globus/rft-3.9.5-r1/sbin/gpt-build   -srcdir=source-trees/core/source
vendorcc64dbg
make: /usr/local/globus/rft-3.9.5-r1/sbin/gpt-build: Command not found
make: *** [globus_core] Error 127
------- Comment #1 From 2005-03-03 11:08:11 -------
The wsrft target includes a GPT target as well.  Your log doesn't show GPT
being
built.  I assume you have used this location before to build into another
location.  In that case you need to remvoe the gpt-stamp file to get GPT to
rebuild.  See also bug 2822 regarding a clean option between builds.
------- Comment #2 From 2005-03-22 12:37:23 -------
Based on the silence, I assume the proposed workaround worked.  Bug 2822 has
been closed, so I'm closing this one as well.