Unable to build release from trunk version with build_release.sh

Asked by FritsHoogland

I've checked out the trunk version (http://bazaar/launchpad.net/~graphite-dev/graphite/main/), but I am not able to make it working.
To get it working, I need to make a build, but build_release.sh gives errors:
# ./build_release.sh 25
Tree is up to date at revision 25.
Building Graphite release 25
Creating directory structure
Copying source
cp: cannot stat `web/': No such file or directory
cp: cannot stat `content/': No such file or directory

etc.

I know, the trunk version is a current work version. But, I am trying to use the trunk version, because I want to see if there is the possibility to stack area graphs, which isn't in the 0.9 release AFAIK.

I managed to get graphite working on Centos 5.2, I can write an howto if you want? (there's an ugly gotcha because the pyparsing module isn't available by default)

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
chrismd
Solved:
Last query:
Last reply:
Revision history for this message
Best chrismd (chrismd) said :
#1

I did some recent work that broke the release build script and installer, but this morning I have committed fixes to both so you should now be able to build a release. The only caveat is that the script should be run from the top-level directory of the branch, like so "misc/build_release.sh 25". Please let me know if you still have issues.

A how-to would be great! Feel free to e-mail me: chrismd at gmail.com.

Revision history for this message
FritsHoogland (frits-hoogland) said :
#2

I am now able to buid a release. Thanks.

Revision history for this message
fp (fp) said :
#3

I would be interested in the Centos howto.