Mike Hunter | 1 Feb 16:11

Re: sugar-jhbuild changes

Hi Marco,

On Jan 22 at 12:51, Marco Pesenti Gritti wrote:

> I merged some major changes to sugar-jhbuild. Now it goes like this:
> 
> sugar-jhbuild sanitycheck

...

I've got a fresh Ubuntu build and I'm going to give these instructions a
whirl.  I'll let you know how it goes.

Are the sugar-jhbuild commands supposed to be executed as root or as a
regular user?

Also, do your instructions here supersede these instructions:

http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild

and these?

http://wiki.laptop.org/go/Sugar_on_Ubuntu_Linux

Or do they supersede them depending on how my install goes, perhaps?  :)

Thanks,

Mike
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Thu, 2007-02-01 at 10:11 -0500, Mike Hunter wrote:
> Hi Marco,
> 
> On Jan 22 at 12:51, Marco Pesenti Gritti wrote:
> 
> > I merged some major changes to sugar-jhbuild. Now it goes like this:
> > 
> > sugar-jhbuild sanitycheck
> 
> ...
> 
> I've got a fresh Ubuntu build and I'm going to give these instructions a
> whirl.  I'll let you know how it goes.
> 
> Are the sugar-jhbuild commands supposed to be executed as root or as a
> regular user?

Hey,

regular user is OK

> 
> Also, do your instructions here supersede these instructions:
> 
> http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild
> 

These are up to date. So you should follow these. (I made some changes
to the process after my mail to the list)

(Continue reading)

Mike Hunter | 1 Feb 17:02

Re: sugar-jhbuild changes

On Feb 01 at 10:28, Marco Pesenti Gritti wrote:

> On Thu, 2007-02-01 at 10:11 -0500, Mike Hunter wrote:
[snip]
> > I've got a fresh Ubuntu build and I'm going to give these instructions a
> > whirl.  I'll let you know how it goes.
> > 
> > Are the sugar-jhbuild commands supposed to be executed as root or as a
> > regular user?
> 
> regular user is OK

Thanks.

> > Also, do your instructions here supersede these instructions:
> > 
> > http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild
> > 
> 
> These are up to date. So you should follow these. (I made some changes
> to the process after my mail to the list)

Thanks.  I've already started with just the sanitycheck, but I see that
that's part of the regular build...

> > and these?
> > 
> > http://wiki.laptop.org/go/Sugar_on_Ubuntu_Linux
> > 
> > Or do they supersede them depending on how my install goes, perhaps?  :)
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Thu, 2007-02-01 at 11:02 -0500, Mike Hunter wrote:
> On Feb 01 at 10:28, Marco Pesenti Gritti wrote:
> 
> > On Thu, 2007-02-01 at 10:11 -0500, Mike Hunter wrote:
> [snip]
> > > I've got a fresh Ubuntu build and I'm going to give these instructions a
> > > whirl.  I'll let you know how it goes.
> > > 
> > > Are the sugar-jhbuild commands supposed to be executed as root or as a
> > > regular user?
> > 
> > regular user is OK
> 
> Thanks.
> 
> > > Also, do your instructions here supersede these instructions:
> > > 
> > > http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild
> > > 
> > 
> > These are up to date. So you should follow these. (I made some changes
> > to the process after my mail to the list)
> 
> Thanks.  I've already started with just the sanitycheck, but I see that
> that's part of the regular build...
> 
> > > and these?
> > > 
> > > http://wiki.laptop.org/go/Sugar_on_Ubuntu_Linux
> > > 
(Continue reading)

Mike Hunter | 2 Feb 03:22

Re: sugar-jhbuild changes

On Feb 01 at 17:20, Marco Pesenti Gritti wrote:

> On Thu, 2007-02-01 at 11:02 -0500, Mike Hunter wrote:
[snip]
> > I've gotten past most of the sanity check with standard apt-get /
> > synaptic cherry-picking, but I'm stuck on python.  Ubuntu seems to
> > default to python 2.4.  I installed python 2.5, but I see the sanity
> > check doing `python -V` and it's failing because of this:
> > 
> > % ls -l /usr/bin/python*
> > lrwxrwxrwx 1 root root       9 2007-01-31 18:23 /usr/bin/python -> python2.4
> > -rwxr-xr-x 1 root root 1019680 2006-10-11 17:52 /usr/bin/python2.4
> > -rwxr-xr-x 1 root root 1145032 2006-10-06 11:23 /usr/bin/python2.5
> > -rwxr-xr-x 1 root root    1276 2006-10-06 11:23 /usr/bin/python2.5-config
> > -rwxr-xr-x 1 root root 3031632 2006-10-06 11:13 /usr/bin/python2.5-dbg
> > 
> > This could be considered an ubuntu-specific problem, but do you have any
> > suggestions on how to proceed?  I'm trying hard to build this server
> > without my usual dirty simlink hacknig :)  Should I uninstall python
> > 2.4?  (I have a feeling ubuntu's not going to like that).  Is there a
> > way I could give sugar a hint about the non-standard python 2.5 path?
> 
> If python 2.5 is not the distribution default then you will have to
> build the base packages (as explained by sanity check). The problem is
> that a lot of python packages (pygtk for example) are built against 2.4
> and so they would not work.

I tried build-base but it errored out:

configure: error: could not find DocBook XLS Stylesheet in XML catalog
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Thu, 2007-02-01 at 21:22 -0500, Mike Hunter wrote:
> On Feb 01 at 17:20, Marco Pesenti Gritti wrote:
> 
> > On Thu, 2007-02-01 at 11:02 -0500, Mike Hunter wrote:
> [snip]
> > > I've gotten past most of the sanity check with standard apt-get /
> > > synaptic cherry-picking, but I'm stuck on python.  Ubuntu seems to
> > > default to python 2.4.  I installed python 2.5, but I see the sanity
> > > check doing `python -V` and it's failing because of this:
> > > 
> > > % ls -l /usr/bin/python*
> > > lrwxrwxrwx 1 root root       9 2007-01-31 18:23 /usr/bin/python -> python2.4
> > > -rwxr-xr-x 1 root root 1019680 2006-10-11 17:52 /usr/bin/python2.4
> > > -rwxr-xr-x 1 root root 1145032 2006-10-06 11:23 /usr/bin/python2.5
> > > -rwxr-xr-x 1 root root    1276 2006-10-06 11:23 /usr/bin/python2.5-config
> > > -rwxr-xr-x 1 root root 3031632 2006-10-06 11:13 /usr/bin/python2.5-dbg
> > > 
> > > This could be considered an ubuntu-specific problem, but do you have any
> > > suggestions on how to proceed?  I'm trying hard to build this server
> > > without my usual dirty simlink hacknig :)  Should I uninstall python
> > > 2.4?  (I have a feeling ubuntu's not going to like that).  Is there a
> > > way I could give sugar a hint about the non-standard python 2.5 path?
> > 
> > If python 2.5 is not the distribution default then you will have to
> > build the base packages (as explained by sanity check). The problem is
> > that a lot of python packages (pygtk for example) are built against 2.4
> > and so they would not work.
> 
> I tried build-base but it errored out:
> 
(Continue reading)

Joshua N Pritikin | 2 Feb 17:56
Picon
Favicon

collaboration, technical means?

Technically, what is the means for collaboration? VNC?

--

-- 
Make April 15 just another day, visit http://fairtax.org
Mike Hunter | 2 Feb 17:57

Re: sugar-jhbuild changes

Hi Marco,

On Feb 01 at 22:14, Marco Pesenti Gritti wrote:

> On Thu, 2007-02-01 at 21:22 -0500, Mike Hunter wrote:
[snip]
> > I tried build-base but it errored out:
> > 
> > configure: error: could not find DocBook XLS Stylesheet in XML catalog
> > ...
> > gtk-doc [5/29]
> > 
> > I've got a fresh batch of patience for these build errors, so let me
> > know what I can do :)
> 
> I added a check for this. Please update sugar-jhbuild (git pull) and see
> if it works. You should get the following when trying to start a build:
> 
> [marco <at> localhost sugar-jhbuild]$ ./sugar-jhbuild build
> Checking dependencies...
> Missing external dependencies:
> docbook-style-xsl
> 
> This is also the name of the package to install in Fedora, not sure
> what's the equivalent on Ubuntu. Install that package and you should be
> fine.

I got the external package and made it one step further.  Unfortunately now
I'm stuck again.  It seems strange because I saw it go through building a
local copy of automake....
(Continue reading)

Ivan Krstić | 2 Feb 18:28
Picon
Favicon

Re: collaboration, technical means?

Joshua N Pritikin wrote:
> Technically, what is the means for collaboration? VNC?

How do you mean?

--

-- 
Ivan Krstić <krstic <at> solarsail.hcs.harvard.edu> | GPG: 0x147C722D
Picon
Favicon

Re: sugar-jhbuild changes

On Fri, 2007-02-02 at 11:57 -0500, Mike Hunter wrote:
> Hi Marco,
> 
> On Feb 01 at 22:14, Marco Pesenti Gritti wrote:
> 
> > On Thu, 2007-02-01 at 21:22 -0500, Mike Hunter wrote:
> [snip]
> > > I tried build-base but it errored out:
> > > 
> > > configure: error: could not find DocBook XLS Stylesheet in XML catalog
> > > ...
> > > gtk-doc [5/29]
> > > 
> > > I've got a fresh batch of patience for these build errors, so let me
> > > know what I can do :)
> > 
> > I added a check for this. Please update sugar-jhbuild (git pull) and see
> > if it works. You should get the following when trying to start a build:
> > 
> > [marco <at> localhost sugar-jhbuild]$ ./sugar-jhbuild build
> > Checking dependencies...
> > Missing external dependencies:
> > docbook-style-xsl
> > 
> > This is also the name of the package to install in Fedora, not sure
> > what's the equivalent on Ubuntu. Install that package and you should be
> > fine.
> 
> I got the external package and made it one step further.  Unfortunately now
> I'm stuck again.  It seems strange because I saw it go through building a
(Continue reading)


Gmane