This shows you the differences between the selected revision and the current version of the page.
| dev:release:2.9_milestonechecklist 2009/09/17 08:50 | dev:release:2.9_milestonechecklist 2009/09/17 09:17 current | ||
| Line 8: | Line 8: | ||
| ===== Milestone: CVS Open for 2.9.X Changes ===== | ===== Milestone: CVS Open for 2.9.X Changes ===== | ||
| + | |||
| Line 65: | Line 66: | ||
| <br>COMMENT(KS): There appears to be an issue with the spec file rebuild instructions in particular with setting the PEGASUS_ROOT directory. It appears | <br>COMMENT(KS): There appears to be an issue with the spec file rebuild instructions in particular with setting the PEGASUS_ROOT directory. It appears | ||
| to want the ROOT to be the original ROOT (pegasus) and the new root /var/build... at different times in the process. | to want the ROOT to be the original ROOT (pegasus) and the new root /var/build... at different times in the process. | ||
| + | |||
| + | <br>The following worked: | ||
| + | <pre> | ||
| + | ###export PEGASUS_ROOT=/var/build2.9/pegasus | ||
| + | export PEGASUS_ROOT=<<<<HomeDirectoryForSource>>> | ||
| + | export PEGASUS_HOME=/var/build2.9/pegasus/build | ||
| + | export PEGASUS_PLATFORM=LINUX_IX86_GNU | ||
| + | export PEGASUS_ENVVAR_FILE=$PEGASUS_ROOT/env_var_Linux.status | ||
| + | ####export PEGASUS_ENVVAR_FILE=/var/build2.9/pegasus/env_var_Linux.status | ||
| + | export OPENSSL_HOME=/usr | ||
| + | export OPENSSL_BIN=/usr/bin | ||
| + | |||
| + | </pre> | ||
| + | |||
| Once the environment variables have been set, you can use the following make command to regenerate the spec file. | Once the environment variables have been set, you can use the following make command to regenerate the spec file. | ||