Changes
Jump to navigation
Jump to search
Line 115:
Line 115:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
broken - how to fix
./sugar-jhbuild build
./sugar-jhbuild build
./sugar-jhbuild run
./sugar-jhbuild run
=== If update and build don't work ===
In May 2008 there were some changes that broke updates on sugar-jhbuild. A version from before this date cannot update or build after this date; the symptoms are various, but generally include errors which mention the "build-scripts" directory. You need to rebuild from scratch in a new jhbuild directory. Something like the following:
cd ..
mv sugar-jhbuild sugar-jhbuild.old
git-clone git://dev.laptop.org/sugar-jhbuild
then, to save bandwidth, move the tar files from your old version:
mkdir sugar-jhbuild/source
mv sugar-jhbuild.old/source/*.tar* sugar-jhbuild/source
then build:
cd sugar-jhbuild
./sugar-jhbuild build
You may then also see some new dependencies; see the relevant instructions above.
=== From Within Sugar ===
=== From Within Sugar ===