<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
My machine is somewhat constrained in ram and diskspace so running
Fedora on a chroot was slow enough<br>
that I decided to set <b>"use_broot":false</b> on <b>prefs.json</b>
with the intention of running the latest sugar natively.<br>
<br>
I face a few issues:<br>
<br>
First, <i>automake</i> gave me some issues, it was refusing to
build with a cryptic error, it was because I needed to install the <b>ccache</b>
package. Then, automake wanted to install to /usr/local/bin, so I
changed group permissions to /usr/local (I did chgrp wheel
/usr/local/*;; chmod g+w /usr/local/*). This installed automake. <br>
By the way, I don't think this process was required because my
system's automake is newer than the one sugar-build installed. I'll
look into this.<br>
<br>
Then issues ocurred with gwebsockets. It persistently tried to use
python3.3, my system's default, instead of python2.7. Finally I
found the culprit, in
./out/sandbox/install/lib/python2.7/site-packages/osbuild/build.py I
replaced in line 190 one instance of "python" for "python2.7" and it
worked after that.<br>
<br>
Finally when building sugar-base I had to set up the environment
variable PYTHON=/usr/bin/python2.7 in order for it to build.<br>
Also, when building sugar, I had to manually create the directory
"./out/install/etc/gconf/" or it would fail to install<br>
<br>
I know this is unsupported but I just wanted to share in case
somebody would like to setup a dev environment in archlinux. I like
that it's rolling release and I won't have to worry about ever
upgrading to the next version. My main intention is to have a nice
setup for building activities, test latest sugar and also try to
help diagnose the performance issues gtk3 sugar has.<br>
<br>
Regards,<br>
Sebastian<br>
</body>
</html>