RE: RPMMakefile fails after starting Makefile.Release target: create_ProductVersionFile
"Sampige, Sahana Prabhakar \(STSD\)" <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <3051CFF4B0ABBF418CBA816A2BF3F20334B2D404B6@GVW1105EXC.americas.hpqcorp.net> |
Hi John, Looks like the PEGASUS_PATFORM variable has not been set through your .bashrc script. Please check by doing an # echo $PEGASUS_PLATFORM. You can get a list of VALID_PLATFORMS from http://cvs.opengroup.org/cgi-bin/viewcvs.cgi/pegasus/doc/BuildAndReleaseOptions.html VALID_PLATFORMS not being displayed is not the reason for your build failure. Just that the error message displayed is incorrect. Hope this helps. Rgds, Sahana ________________________________ From: John Robinson [mailto:[email protected]] Sent: Wednesday, March 03, 2010 3:48 AM To: [email protected] Subject: RPMMakefile fails after starting Makefile.Release target: create_ProductVersionFile make[1]: Entering directory `/usr/src/redhat/BUILD/tog-pegasus-2.9.1' /usr/src/redhat/BUILD/tog-pegasus-2.9.1/mak/config.mak:317: *** PEGASUS_PLATFORM environment variable must be set to one of the following: . Stop. Since the PEGASUS_PLATFORM is set in both the unix environment from a .bashrc setting and in the env_var_Linux.status file, I am left with the conclusion that for some reason the variable VALID_PLATFORMS is not being set. Any help offered would be appreciated.