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)

Mike Hunter | 2 Feb 22:36

Re: sugar-jhbuild changes

On Feb 02 at 14:26, Marco Pesenti Gritti wrote:

> On Fri, 2007-02-02 at 11:57 -0500, Mike Hunter wrote:
[snip]
> 
> Added a check for automake 1.7. You should install the package and
> retry...

Thanks, that got it going, but not to completion:

configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
*** error during stage configure of gtk+: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [14/29]

Did you change something about the python 2.5 check?  All of a sudden the
sanity check (`sugar-jhbuild build`) no longer complains about it.  Or...is
it looking to the partially built build-base for python?

The only thing the sanity-check is complaining about at this point is
avahi.  But I don't understand the warning because as far as I can tell,
avahi is working and wired into python (2.4 and 2.5):

% /usr/bin/python2.5 -c 'import avahi'
% echo $?
0
% python -c 'import avahi'
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> On Feb 02 at 14:26, Marco Pesenti Gritti wrote:
> 
> > On Fri, 2007-02-02 at 11:57 -0500, Mike Hunter wrote:
> [snip]
> > 
> > Added a check for automake 1.7. You should install the package and
> > retry...
> 
> Thanks, that got it going, but not to completion:
> 
> configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
> configure: error:
> *** Checks for TIFF loader failed. You can build without it by passing
> *** --without-libtiff to configure but some programs using GTK+ may
> *** not work properly
> *** error during stage configure of gtk+: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [14/29]
> 

Added a check about this too. You need to install libtiff-dev.

> Did you change something about the python 2.5 check?  All of a sudden the
> sanity check (`sugar-jhbuild build`) no longer complains about it.  Or...is
> it looking to the partially built build-base for python?
> 

It's looking in the built 2.5, yeah.

> The only thing the sanity-check is complaining about at this point is
(Continue reading)

Mike Hunter | 3 Feb 22:01

Re: sugar-jhbuild changes

On Feb 03 at 15:03, Marco Pesenti Gritti wrote:

> On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> 
> Added a check about this too. You need to install libtiff-dev.

Grabbed it and got further still, thanks.  Now I'm stuck here:

checking for gtkdoc >= 1.6...

  testing gtkdoc-scan... 
found 1.7
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
dbus/Makefile.am: installing `./depcomp'
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
autoreconf: automake failed with exit status: 1
*** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]

Mike

--

-- 
"You call it self-esteem.  I call it denial."
  --Sheila Sylvester
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> 
> > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > 
> > Added a check about this too. You need to install libtiff-dev.
> 
> Grabbed it and got further still, thanks.  Now I'm stuck here:
> 
> checking for gtkdoc >= 1.6...
> 
>   testing gtkdoc-scan... 
> found 1.7
> configure.ac: installing `./install-sh'
> configure.ac: installing `./missing'
> dbus/Makefile.am: installing `./depcomp'
> gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> autoreconf: automake failed with exit status: 1
> *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]

dbus-glib bug...

https://bugs.freedesktop.org/show_bug.cgi?id=9867

(Continue reading)

Mike Hunter | 4 Feb 19:20

Re: sugar-jhbuild changes

On Feb 03 at 21:13, Marco Pesenti Gritti wrote:

> On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> > On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> > 
> > > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > > 
> > > Added a check about this too. You need to install libtiff-dev.
> > 
> > Grabbed it and got further still, thanks.  Now I'm stuck here:
> > 
> > checking for gtkdoc >= 1.6...
> > 
> >   testing gtkdoc-scan... 
> > found 1.7
> > configure.ac: installing `./install-sh'
> > configure.ac: installing `./missing'
> > dbus/Makefile.am: installing `./depcomp'
> > gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > autoreconf: automake failed with exit status: 1
> > *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]
> 
> dbus-glib bug...
> 
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> On Feb 03 at 21:13, Marco Pesenti Gritti wrote:
> 
> > On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> > > On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> > > 
> > > > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > > > 
> > > > Added a check about this too. You need to install libtiff-dev.
> > > 
> > > Grabbed it and got further still, thanks.  Now I'm stuck here:
> > > 
> > > checking for gtkdoc >= 1.6...
> > > 
> > >   testing gtkdoc-scan... 
> > > found 1.7
> > > configure.ac: installing `./install-sh'
> > > configure.ac: installing `./missing'
> > > dbus/Makefile.am: installing `./depcomp'
> > > gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > autoreconf: automake failed with exit status: 1
> > > *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]
> > 
> > dbus-glib bug...
(Continue reading)

Mike Hunter | 5 Feb 18:34

Re: sugar-jhbuild changes

On Feb 05 at 12:14, Marco Pesenti Gritti wrote:

> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> 
> Sanity check should now suggest you which one :)

Thanks.  Unfortunately it's still failing the sanity check.  I notice the
sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
be make more liberal?

Thanks,

Mike

% find /usr/include/ | grep -i ncurses
/usr/include/ncurses_dll.h
/usr/include/ncurses.h
/usr/include/ncursesw
/usr/include/ncursesw/curses.h
/usr/include/ncursesw/term.h
/usr/include/ncursesw/ncurses_dll.h
/usr/include/ncursesw/unctrl.h
/usr/include/ncursesw/termcap.h
/usr/include/ncursesw/cursesapp.h
/usr/include/ncursesw/panel.h
/usr/include/ncursesw/eti.h
(Continue reading)

Picon
Favicon

Re: sugar-jhbuild changes

On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> 
> > On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> > 
> > Sanity check should now suggest you which one :)
>  
> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> be make more liberal?

Should be fixed, thanks.

Marco
Mike Hunter | 5 Feb 21:50

Re: sugar-jhbuild changes

On Feb 05 at 18:39, Marco Pesenti Gritti wrote:

> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> > On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> > 
> > > On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > > > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > > > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> > > 
> > > Sanity check should now suggest you which one :)
> >  
> > Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> > sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> > elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> > be make more liberal?
> 
> Should be fixed, thanks.

Ok, build-base completed successfully.  Now I'm having a problem in the
good-olde build:

configure: error: conditional "ABICOLLAB_HANDLER_XMPP" was never defined.
Usually this means the macro was only invoked conditionally.
*** error during stage configure of libabiword-plugins: ########## Error running ./autogen.sh
--prefix /home/mhunter/sugar-jhbuild/build --enable-libabiword --disable-debug --disable-all
--enable-OpenDocument --with-abiword=../libabiword --disable-static --disable-gtk-doc *** [5/23]
Greg Dekoenigsberg | 5 Feb 21:53
Picon
Favicon

Re: sugar-jhbuild changes


+1.  I just got this exact error two minutes ago.

--g

On Mon, 5 Feb 2007, Mike Hunter wrote:

> On Feb 05 at 18:39, Marco Pesenti Gritti wrote:
>
>> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
>>> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
>>>
>>>> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
>>>>> configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
>>>>> *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
>>>>
>>>> Sanity check should now suggest you which one :)
>>>
>>> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
>>> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
>>> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
>>> be make more liberal?
>>
>> Should be fixed, thanks.
>
> Ok, build-base completed successfully.  Now I'm having a problem in the
> good-olde build:
>
> configure: error: conditional "ABICOLLAB_HANDLER_XMPP" was never defined.
(Continue reading)

Dan Williams | 5 Feb 23:20
Picon
Favicon

Re: sugar-jhbuild changes

On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> +1.  I just got this exact error two minutes ago.

Abiword is busted.  Pick #3 (skip) when you get there.

Dan

> --g
> 
> On Mon, 5 Feb 2007, Mike Hunter wrote:
> 
> > On Feb 05 at 18:39, Marco Pesenti Gritti wrote:
> >
> >> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> >>> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> >>>
> >>>> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> >>>>> configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> >>>>> *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> >>>>
> >>>> Sanity check should now suggest you which one :)
> >>>
> >>> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> >>> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> >>> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> >>> be make more liberal?
> >>
> >> Should be fixed, thanks.
> >
(Continue reading)

Mike Hunter | 6 Feb 18:21

Re: sugar-jhbuild changes

On Feb 05 at 17:20, Dan Williams wrote:

> On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > +1.  I just got this exact error two minutes ago.
> 
> Abiword is busted.  Pick #3 (skip) when you get there.

I picked 3, but I didn't make it all the way through:

*** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]

*** Checking out squeak *** [12/23]

svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
svn: PROPFIND request failed on '/olpc/sugar/squeak'
svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
*** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
Mike Hunter | 7 Feb 18:34

Re: sugar-jhbuild changes

On Feb 06 at 12:21, To Dan Williams wrote:

> On Feb 05 at 17:20, Dan Williams wrote:
> 
> > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > +1.  I just got this exact error two minutes ago.
> > 
> > Abiword is busted.  Pick #3 (skip) when you get there.
> 
> I picked 3, but I didn't make it all the way through:
> 
> *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> 
> *** Checking out squeak *** [12/23]
> 
> svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> svn: PROPFIND request failed on '/olpc/sugar/squeak'
> svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]

The server is still down...is there an alternate repository I could
point myself at?

Thanks,

Mike
Dan Williams | 7 Feb 21:19
Picon
Favicon

Re: sugar-jhbuild changes

On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> On Feb 06 at 12:21, To Dan Williams wrote:
> 
> > On Feb 05 at 17:20, Dan Williams wrote:
> > 
> > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > +1.  I just got this exact error two minutes ago.
> > > 
> > > Abiword is busted.  Pick #3 (skip) when you get there.
> > 
> > I picked 3, but I didn't make it all the way through:
> > 
> > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > 
> > *** Checking out squeak *** [12/23]
> > 
> > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> 
> The server is still down...is there an alternate repository I could
> point myself at?

Not that I know of; just skip that module and continue with the build.

Dan
Mike Hunter | 7 Feb 22:18

Re: sugar-jhbuild changes

On Feb 07 at 15:19, Dan Williams wrote:

> On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> > On Feb 06 at 12:21, To Dan Williams wrote:
> > 
> > > On Feb 05 at 17:20, Dan Williams wrote:
> > > 
> > > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > > +1.  I just got this exact error two minutes ago.
> > > > 
> > > > Abiword is busted.  Pick #3 (skip) when you get there.
> > > 
> > > I picked 3, but I didn't make it all the way through:
> > > 
> > > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > > 
> > > *** Checking out squeak *** [12/23]
> > > 
> > > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> > 
> > The server is still down...is there an alternate repository I could
> > point myself at?
> 
> Not that I know of; just skip that module and continue with the build.

Thanks, I made it a bit further but this error seems un-squeakey:
(Continue reading)

Picon
Favicon

penguintv error (was Re: sugar-jhbuild changes)

On Wed, 2007-02-07 at 16:18 -0500, Mike Hunter wrote:
> On Feb 07 at 15:19, Dan Williams wrote:
> 
> > On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> > > On Feb 06 at 12:21, To Dan Williams wrote:
> > > 
> > > > On Feb 05 at 17:20, Dan Williams wrote:
> > > > 
> > > > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > > > +1.  I just got this exact error two minutes ago.
> > > > > 
> > > > > Abiword is busted.  Pick #3 (skip) when you get there.
> > > > 
> > > > I picked 3, but I didn't make it all the way through:
> > > > 
> > > > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > > > 
> > > > *** Checking out squeak *** [12/23]
> > > > 
> > > > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > > > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > > > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > > > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> > > 
> > > The server is still down...is there an alternate repository I could
> > > point myself at?
> > 
> > Not that I know of; just skip that module and continue with the build.
> 
(Continue reading)

Owen Williams | 8 Feb 00:52

Re: penguintv error (was Re: sugar-jhbuild changes)


> > Thanks, I made it a bit further but this error seems un-squeakey:
> > 
> > python setup.py install /home/mhunter/sugar-jhbuild/build
> > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > 
> 
> Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> thought that was included in the bundle, but I could be wrong).
> 
> Marco

Ah yes.  I only have one setup.py for olpc as well as the desktop
distribution, and that script determines whether to build a bundle or
compile itself based on whether it can import sugar.  If it can, it runs
bundlebuilder.  If not, it tries the standard build procedure.

That error message indicates that setup.py could not import sugar and
tried to install itself the standard way.  

I've noticed that from time to time with a fresh jhbuildcheckout,
activities seem to be built before sugar, and so they fail.  I think
this has something to do with sugar depending on abiword, and we have to
skip abiword a lot because it rarely builds.

owen
Picon
Favicon

Re: penguintv error (was Re: sugar-jhbuild changes)

On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> 
> > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > 
> > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > thought that was included in the bundle, but I could be wrong).
> > 
> > Marco
> 
> Ah yes.  I only have one setup.py for olpc as well as the desktop
> distribution, and that script determines whether to build a bundle or
> compile itself based on whether it can import sugar.  If it can, it runs
> bundlebuilder.  If not, it tries the standard build procedure.
> 
> That error message indicates that setup.py could not import sugar and
> tried to install itself the standard way.  
> 
> I've noticed that from time to time with a fresh jhbuildcheckout,
> activities seem to be built before sugar, and so they fail.  I think
> this has something to do with sugar depending on abiword, and we have to
> skip abiword a lot because it rarely builds.

Actually I don't think that's the issue. sugar does _not_ depend on
libabiword. Also I my build has both sugar and abiword compiling, but
(Continue reading)

Picon
Favicon

Re: penguintv error (was Re: sugar-jhbuild changes)

On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> 
> > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > 
> > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > thought that was included in the bundle, but I could be wrong).
> > 
> > Marco
> 
> Ah yes.  I only have one setup.py for olpc as well as the desktop
> distribution, and that script determines whether to build a bundle or
> compile itself based on whether it can import sugar.  If it can, it runs
> bundlebuilder.  If not, it tries the standard build procedure.
> 
> That error message indicates that setup.py could not import sugar and
> tried to install itself the standard way.  
> 
> I've noticed that from time to time with a fresh jhbuildcheckout,
> activities seem to be built before sugar, and so they fail.  I think
> this has something to do with sugar depending on abiword, and we have to
> skip abiword a lot because it rarely builds.

Mike, was you skipping abiword? Or was the sugar build skipped for some
reason?
(Continue reading)

Mike Hunter | 8 Feb 01:12

Re: penguintv error (was Re: sugar-jhbuild changes)

On Feb 08 at 00:58, Marco Pesenti Gritti wrote:

> On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > 
> > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > 
> > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > 
> > > 
> > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > thought that was included in the bundle, but I could be wrong).
> > > 
> > > Marco
> > 
> > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > distribution, and that script determines whether to build a bundle or
> > compile itself based on whether it can import sugar.  If it can, it runs
> > bundlebuilder.  If not, it tries the standard build procedure.
> > 
> > That error message indicates that setup.py could not import sugar and
> > tried to install itself the standard way.  
> > 
> > I've noticed that from time to time with a fresh jhbuildcheckout,
> > activities seem to be built before sugar, and so they fail.  I think
> > this has something to do with sugar depending on abiword, and we have to
> > skip abiword a lot because it rarely builds.
> 
(Continue reading)

Picon
Favicon

Re: penguintv error (was Re: sugar-jhbuild changes)

On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> 
> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > 
> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > 
> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > 
> > > > 
> > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > thought that was included in the bundle, but I could be wrong).
> > > > 
> > > > Marco
> > > 
> > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > distribution, and that script determines whether to build a bundle or
> > > compile itself based on whether it can import sugar.  If it can, it runs
> > > bundlebuilder.  If not, it tries the standard build procedure.
> > > 
> > > That error message indicates that setup.py could not import sugar and
> > > tried to install itself the standard way.  
> > > 
> > > I've noticed that from time to time with a fresh jhbuildcheckout,
> > > activities seem to be built before sugar, and so they fail.  I think
> > > this has something to do with sugar depending on abiword, and we have to
> > > skip abiword a lot because it rarely builds.
(Continue reading)

Mike Hunter | 8 Feb 14:29

Re: penguintv error (was Re: sugar-jhbuild changes)

On Feb 08 at 01:18, Marco Pesenti Gritti wrote:

> On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> > On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> > 
> > > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > > 
> > > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > > 
> > > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > > 
> > > > > 
> > > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > > thought that was included in the bundle, but I could be wrong).
> > > > > 
> > > > > Marco
> > > > 
> > > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > > distribution, and that script determines whether to build a bundle or
> > > > compile itself based on whether it can import sugar.  If it can, it runs
> > > > bundlebuilder.  If not, it tries the standard build procedure.
> > > > 
> > > > That error message indicates that setup.py could not import sugar and
> > > > tried to install itself the standard way.  
> > > > 
> > > > I've noticed that from time to time with a fresh jhbuildcheckout,
> > > > activities seem to be built before sugar, and so they fail.  I think
(Continue reading)

Picon
Favicon

Re: penguintv error (was Re: sugar-jhbuild changes)

On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> On Feb 08 at 01:18, Marco Pesenti Gritti wrote:
> 
> > On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> > > On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> > > 
> > > > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > > > 
> > > > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > > > 
> > > > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > > > 
> > > > > > 
> > > > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > > > thought that was included in the bundle, but I could be wrong).
> > > > > > 
> > > > > > Marco
> > > > > 
> > > > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > > > distribution, and that script determines whether to build a bundle or
> > > > > compile itself based on whether it can import sugar.  If it can, it runs
> > > > > bundlebuilder.  If not, it tries the standard build procedure.
> > > > > 
> > > > > That error message indicates that setup.py could not import sugar and
> > > > > tried to install itself the standard way.  
> > > > > 
> > > > > I've noticed that from time to time with a fresh jhbuildcheckout,
(Continue reading)

Mike Hunter | 9 Feb 03:24

Build complete, on to runtime errors (was Re: sugar-jhbuild changes)

Hey everybody,

On Feb 08 at 22:28, Marco Pesenti Gritti wrote:

> On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> > > > 
> > Then ended up here:
> > 
> > 
> > python setup.py install /home/mhunter/sugar-jhbuild/build
> > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > 
> > But you said somebody's working on pysqlite...so I guess that's kinda good!  :)
> > > 
> 
> This should be fixed now.

Thanks, my build completed successfully.

I tried

./sugar-jhbuild run

But I got wacky results.  At the console I got:

Running the installed sugar...
error opening security policy file /usr/lib/xserver/SecurityPolicy
Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src/kinput.c
(Continue reading)

Tomeu Vizoso | 9 Feb 08:40

Re: Build complete, on to runtime errors (was Re: sugar-jhbuild changes)

On Thu, 2007-02-08 at 21:24 -0500, Mike Hunter wrote:
> Hey everybody,
> 
> On Feb 08 at 22:28, Marco Pesenti Gritti wrote:
> 
> > On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> > > > > 
> > > Then ended up here:
> > > 
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > > But you said somebody's working on pysqlite...so I guess that's kinda good!  :)
> > > > 
> > 
> > This should be fixed now.
> 
> Thanks, my build completed successfully.
> 
> I tried
> 
> ./sugar-jhbuild run
> 
> But I got wacky results.  At the console I got:
> 
> Running the installed sugar...
> error opening security policy file /usr/lib/xserver/SecurityPolicy
(Continue reading)

Tomeu Vizoso | 9 Feb 03:41

Build complete, on to runtime errors (was Re: [sugar] sugar-jhbuild changes)

On Thu, 2007-02-08 at 21:24 -0500, Mike Hunter wrote:
> Hey everybody,
> 
> On Feb 08 at 22:28, Marco Pesenti Gritti wrote:
> 
> > On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> > > > > 
> > > Then ended up here:
> > > 
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > > But you said somebody's working on pysqlite...so I guess that's kinda good!  :)
> > > > 
> > 
> > This should be fixed now.
> 
> Thanks, my build completed successfully.
> 
> I tried
> 
> ./sugar-jhbuild run
> 
> But I got wacky results.  At the console I got:
> 
> Running the installed sugar...
> error opening security policy file /usr/lib/xserver/SecurityPolicy
(Continue reading)

Mike Hunter | 8 Feb 22:24

Build complete, on to runtime errors (was Re: [sugar] sugar-jhbuild changes)

Hey everybody,

On Feb 08 at 22:28, Marco Pesenti Gritti wrote:

> On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> > > > 
> > Then ended up here:
> > 
> > 
> > python setup.py install /home/mhunter/sugar-jhbuild/build
> > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > 
> > But you said somebody's working on pysqlite...so I guess that's kinda good!  :)
> > > 
> 
> This should be fixed now.

Thanks, my build completed successfully.

I tried

./sugar-jhbuild run

But I got wacky results.  At the console I got:

Running the installed sugar...
error opening security policy file /usr/lib/xserver/SecurityPolicy
Extended Input Devices not yet supported. Impelement it at line 625 in ../../../../hw/kdrive/src/kinput.c
(Continue reading)

Picon
Favicon

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Thu, 2007-02-08 at 08:29 -0500, Mike Hunter wrote:
> On Feb 08 at 01:18, Marco Pesenti Gritti wrote:
> 
> > On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> > > On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> > > 
> > > > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > > > 
> > > > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > > > 
> > > > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > > > 
> > > > > > 
> > > > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > > > thought that was included in the bundle, but I could be wrong).
> > > > > > 
> > > > > > Marco
> > > > > 
> > > > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > > > distribution, and that script determines whether to build a bundle or
> > > > > compile itself based on whether it can import sugar.  If it can, it runs
> > > > > bundlebuilder.  If not, it tries the standard build procedure.
> > > > > 
> > > > > That error message indicates that setup.py could not import sugar and
> > > > > tried to install itself the standard way.  
> > > > > 
> > > > > I've noticed that from time to time with a fresh jhbuildcheckout,
(Continue reading)

Robin Norwood | 8 Feb 05:16
Picon
Favicon

Re: penguintv error

Marco Pesenti Gritti <mpg <at> redhat.com> writes:

> On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
>> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
>> 
>> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
>> > > 
>> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
>> > > > > 
>> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
>> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
>> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]

[...]

>> Yes, I skipped abiword (pressed 3) on Dan's advice :)  I'm more
>> concerned about helping to make a stable [sic] build than building it
>> quickly for myself, so let me know what you want to try, even if that
>> means starting over.
>
> Since abiword is now fixed, redoing the build should work.
>
> sugar-jhbuild build

fwiw, I'm getting the same error as Mike is having above, and I did not
skip abiword - I did a git pull just before my last attempt at building.

Thanks,

(Continue reading)

Picon
Favicon

Re: penguintv error

On Wed, 2007-02-07 at 23:16 -0500, Robin Norwood wrote:
> Marco Pesenti Gritti <mpg <at> redhat.com> writes:
> 
> > On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> >> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> >> 
> >> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> >> > > 
> >> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> >> > > > > 
> >> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> >> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> >> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> 
> [...]
> 
> >> Yes, I skipped abiword (pressed 3) on Dan's advice :)  I'm more
> >> concerned about helping to make a stable [sic] build than building it
> >> quickly for myself, so let me know what you want to try, even if that
> >> means starting over.
> >
> > Since abiword is now fixed, redoing the build should work.
> >
> > sugar-jhbuild build
> 
> fwiw, I'm getting the same error as Mike is having above, and I did not
> skip abiword - I did a git pull just before my last attempt at building.
> 

(Continue reading)

Picon
Favicon

[sugar] Re: penguintv error

On Wed, 2007-02-07 at 23:16 -0500, Robin Norwood wrote:
> Marco Pesenti Gritti <mpg <at> redhat.com> writes:
> 
> > On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> >> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> >> 
> >> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> >> > > 
> >> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> >> > > > > 
> >> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> >> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> >> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> 
> [...]
> 
> >> Yes, I skipped abiword (pressed 3) on Dan's advice :)  I'm more
> >> concerned about helping to make a stable [sic] build than building it
> >> quickly for myself, so let me know what you want to try, even if that
> >> means starting over.
> >
> > Since abiword is now fixed, redoing the build should work.
> >
> > sugar-jhbuild build
> 
> fwiw, I'm getting the same error as Mike is having above, and I did not
> skip abiword - I did a git pull just before my last attempt at building.
> 

(Continue reading)

Mike Hunter | 8 Feb 09:29

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Feb 08 at 01:18, Marco Pesenti Gritti wrote:

> On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> > On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> > 
> > > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > > 
> > > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > > 
> > > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > > 
> > > > > 
> > > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > > thought that was included in the bundle, but I could be wrong).
> > > > > 
> > > > > Marco
> > > > 
> > > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > > distribution, and that script determines whether to build a bundle or
> > > > compile itself based on whether it can import sugar.  If it can, it runs
> > > > bundlebuilder.  If not, it tries the standard build procedure.
> > > > 
> > > > That error message indicates that setup.py could not import sugar and
> > > > tried to install itself the standard way.  
> > > > 
> > > > I've noticed that from time to time with a fresh jhbuildcheckout,
> > > > activities seem to be built before sugar, and so they fail.  I think
(Continue reading)

Robin Norwood | 8 Feb 00:16
Picon
Favicon

[sugar] Re: penguintv error

Marco Pesenti Gritti <mpg <at> redhat.com> writes:

> On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
>> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
>> 
>> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
>> > > 
>> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
>> > > > > 
>> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
>> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
>> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]

[...]

>> Yes, I skipped abiword (pressed 3) on Dan's advice :)  I'm more
>> concerned about helping to make a stable [sic] build than building it
>> quickly for myself, so let me know what you want to try, even if that
>> means starting over.
>
> Since abiword is now fixed, redoing the build should work.
>
> sugar-jhbuild build

fwiw, I'm getting the same error as Mike is having above, and I did not
skip abiword - I did a git pull just before my last attempt at building.

Thanks,

(Continue reading)

Picon
Favicon

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Wed, 2007-02-07 at 19:12 -0500, Mike Hunter wrote:
> On Feb 08 at 00:58, Marco Pesenti Gritti wrote:
> 
> > On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > > 
> > > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > > 
> > > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > > 
> > > > 
> > > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > > thought that was included in the bundle, but I could be wrong).
> > > > 
> > > > Marco
> > > 
> > > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > > distribution, and that script determines whether to build a bundle or
> > > compile itself based on whether it can import sugar.  If it can, it runs
> > > bundlebuilder.  If not, it tries the standard build procedure.
> > > 
> > > That error message indicates that setup.py could not import sugar and
> > > tried to install itself the standard way.  
> > > 
> > > I've noticed that from time to time with a fresh jhbuildcheckout,
> > > activities seem to be built before sugar, and so they fail.  I think
> > > this has something to do with sugar depending on abiword, and we have to
> > > skip abiword a lot because it rarely builds.
(Continue reading)

Mike Hunter | 7 Feb 20:12

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Feb 08 at 00:58, Marco Pesenti Gritti wrote:

> On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> > 
> > > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > > 
> > > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > > 
> > > 
> > > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > > thought that was included in the bundle, but I could be wrong).
> > > 
> > > Marco
> > 
> > Ah yes.  I only have one setup.py for olpc as well as the desktop
> > distribution, and that script determines whether to build a bundle or
> > compile itself based on whether it can import sugar.  If it can, it runs
> > bundlebuilder.  If not, it tries the standard build procedure.
> > 
> > That error message indicates that setup.py could not import sugar and
> > tried to install itself the standard way.  
> > 
> > I've noticed that from time to time with a fresh jhbuildcheckout,
> > activities seem to be built before sugar, and so they fail.  I think
> > this has something to do with sugar depending on abiword, and we have to
> > skip abiword a lot because it rarely builds.
> 
(Continue reading)

Picon
Favicon

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> 
> > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > 
> > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > thought that was included in the bundle, but I could be wrong).
> > 
> > Marco
> 
> Ah yes.  I only have one setup.py for olpc as well as the desktop
> distribution, and that script determines whether to build a bundle or
> compile itself based on whether it can import sugar.  If it can, it runs
> bundlebuilder.  If not, it tries the standard build procedure.
> 
> That error message indicates that setup.py could not import sugar and
> tried to install itself the standard way.  
> 
> I've noticed that from time to time with a fresh jhbuildcheckout,
> activities seem to be built before sugar, and so they fail.  I think
> this has something to do with sugar depending on abiword, and we have to
> skip abiword a lot because it rarely builds.

Actually I don't think that's the issue. sugar does _not_ depend on
libabiword. Also I my build has both sugar and abiword compiling, but
(Continue reading)

Picon
Favicon

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Wed, 2007-02-07 at 18:52 -0500, Owen Williams wrote:
> 
> > > Thanks, I made it a bit further but this error seems un-squeakey:
> > > 
> > > python setup.py install /home/mhunter/sugar-jhbuild/build
> > > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > > 
> > 
> > Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> > thought that was included in the bundle, but I could be wrong).
> > 
> > Marco
> 
> Ah yes.  I only have one setup.py for olpc as well as the desktop
> distribution, and that script determines whether to build a bundle or
> compile itself based on whether it can import sugar.  If it can, it runs
> bundlebuilder.  If not, it tries the standard build procedure.
> 
> That error message indicates that setup.py could not import sugar and
> tried to install itself the standard way.  
> 
> I've noticed that from time to time with a fresh jhbuildcheckout,
> activities seem to be built before sugar, and so they fail.  I think
> this has something to do with sugar depending on abiword, and we have to
> skip abiword a lot because it rarely builds.

Mike, was you skipping abiword? Or was the sugar build skipped for some
reason?
(Continue reading)

Owen Williams | 7 Feb 19:52

penguintv error (was Re: [sugar] sugar-jhbuild changes)


> > Thanks, I made it a bit further but this error seems un-squeakey:
> > 
> > python setup.py install /home/mhunter/sugar-jhbuild/build
> > Need pysqlite version 2 or higher (http://pysqlite.org/)
> > *** error during stage install of penguintv: ########## Error running python setup.py install
/home/mhunter/sugar-jhbuild/build *** [21/23]
> > 
> 
> Owen, what's the issue here? Do we depend on the system pysqlite now? (I
> thought that was included in the bundle, but I could be wrong).
> 
> Marco

Ah yes.  I only have one setup.py for olpc as well as the desktop
distribution, and that script determines whether to build a bundle or
compile itself based on whether it can import sugar.  If it can, it runs
bundlebuilder.  If not, it tries the standard build procedure.

That error message indicates that setup.py could not import sugar and
tried to install itself the standard way.  

I've noticed that from time to time with a fresh jhbuildcheckout,
activities seem to be built before sugar, and so they fail.  I think
this has something to do with sugar depending on abiword, and we have to
skip abiword a lot because it rarely builds.

owen

(Continue reading)

Picon
Favicon

penguintv error (was Re: [sugar] sugar-jhbuild changes)

On Wed, 2007-02-07 at 16:18 -0500, Mike Hunter wrote:
> On Feb 07 at 15:19, Dan Williams wrote:
> 
> > On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> > > On Feb 06 at 12:21, To Dan Williams wrote:
> > > 
> > > > On Feb 05 at 17:20, Dan Williams wrote:
> > > > 
> > > > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > > > +1.  I just got this exact error two minutes ago.
> > > > > 
> > > > > Abiword is busted.  Pick #3 (skip) when you get there.
> > > > 
> > > > I picked 3, but I didn't make it all the way through:
> > > > 
> > > > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > > > 
> > > > *** Checking out squeak *** [12/23]
> > > > 
> > > > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > > > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > > > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > > > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> > > 
> > > The server is still down...is there an alternate repository I could
> > > point myself at?
> > 
> > Not that I know of; just skip that module and continue with the build.
> 
(Continue reading)

Mike Hunter | 7 Feb 17:18

[sugar] sugar-jhbuild changes

On Feb 07 at 15:19, Dan Williams wrote:

> On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> > On Feb 06 at 12:21, To Dan Williams wrote:
> > 
> > > On Feb 05 at 17:20, Dan Williams wrote:
> > > 
> > > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > > +1.  I just got this exact error two minutes ago.
> > > > 
> > > > Abiword is busted.  Pick #3 (skip) when you get there.
> > > 
> > > I picked 3, but I didn't make it all the way through:
> > > 
> > > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > > 
> > > *** Checking out squeak *** [12/23]
> > > 
> > > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> > 
> > The server is still down...is there an alternate repository I could
> > point myself at?
> 
> Not that I know of; just skip that module and continue with the build.

Thanks, I made it a bit further but this error seems un-squeakey:
(Continue reading)

Dan Williams | 7 Feb 16:17
Picon
Favicon

[sugar] sugar-jhbuild changes

On Wed, 2007-02-07 at 12:34 -0500, Mike Hunter wrote:
> On Feb 06 at 12:21, To Dan Williams wrote:
> 
> > On Feb 05 at 17:20, Dan Williams wrote:
> > 
> > > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > > +1.  I just got this exact error two minutes ago.
> > > 
> > > Abiword is busted.  Pick #3 (skip) when you get there.
> > 
> > I picked 3, but I didn't make it all the way through:
> > 
> > *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> > 
> > *** Checking out squeak *** [12/23]
> > 
> > svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> > svn: PROPFIND request failed on '/olpc/sugar/squeak'
> > svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> > *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]
> 
> The server is still down...is there an alternate repository I could
> point myself at?

Not that I know of; just skip that module and continue with the build.

Dan

(Continue reading)

Mike Hunter | 7 Feb 13:34

[sugar] sugar-jhbuild changes

On Feb 06 at 12:21, To Dan Williams wrote:

> On Feb 05 at 17:20, Dan Williams wrote:
> 
> > On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > > +1.  I just got this exact error two minutes ago.
> > 
> > Abiword is busted.  Pick #3 (skip) when you get there.
> 
> I picked 3, but I didn't make it all the way through:
> 
> *** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]
> 
> *** Checking out squeak *** [12/23]
> 
> svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
> svn: PROPFIND request failed on '/olpc/sugar/squeak'
> svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
> *** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]

The server is still down...is there an alternate repository I could
point myself at?

Thanks,

Mike

Mike Hunter | 6 Feb 13:21

[sugar] sugar-jhbuild changes

On Feb 05 at 17:20, Dan Williams wrote:

> On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> > +1.  I just got this exact error two minutes ago.
> 
> Abiword is busted.  Pick #3 (skip) when you get there.

I picked 3, but I didn't make it all the way through:

*** module meta-sugar-framework not built due to non buildable libabiword-plugins *** [11/23]

*** Checking out squeak *** [12/23]

svn checkout http://tinlizzie.org/olpc/sugar/squeak squeak
svn: PROPFIND request failed on '/olpc/sugar/squeak'
svn: PROPFIND of '/olpc/sugar/squeak': could not connect to server (http://tinlizzie.org)
*** error during stage checkout of squeak: ########## Error running svn checkout
http://tinlizzie.org/olpc/sugar/squeak squeak *** [12/23]

Dan Williams | 5 Feb 18:17
Picon
Favicon

[sugar] sugar-jhbuild changes

On Mon, 2007-02-05 at 15:53 -0500, Greg Dekoenigsberg wrote:
> +1.  I just got this exact error two minutes ago.

Abiword is busted.  Pick #3 (skip) when you get there.

Dan

> --g
> 
> On Mon, 5 Feb 2007, Mike Hunter wrote:
> 
> > On Feb 05 at 18:39, Marco Pesenti Gritti wrote:
> >
> >> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> >>> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> >>>
> >>>> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> >>>>> configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> >>>>> *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> >>>>
> >>>> Sanity check should now suggest you which one :)
> >>>
> >>> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> >>> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> >>> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> >>> be make more liberal?
> >>
> >> Should be fixed, thanks.
> >
(Continue reading)

Greg Dekoenigsberg | 5 Feb 16:59
Picon
Favicon

[sugar] sugar-jhbuild changes


+1.  I just got this exact error two minutes ago.

--g

On Mon, 5 Feb 2007, Mike Hunter wrote:

> On Feb 05 at 18:39, Marco Pesenti Gritti wrote:
>
>> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
>>> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
>>>
>>>> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
>>>>> configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
>>>>> *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
>>>>
>>>> Sanity check should now suggest you which one :)
>>>
>>> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
>>> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
>>> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
>>> be make more liberal?
>>
>> Should be fixed, thanks.
>
> Ok, build-base completed successfully.  Now I'm having a problem in the
> good-olde build:
>
> configure: error: conditional "ABICOLLAB_HANDLER_XMPP" was never defined.
(Continue reading)

Mike Hunter | 5 Feb 16:51

[sugar] sugar-jhbuild changes

On Feb 05 at 18:39, Marco Pesenti Gritti wrote:

> On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> > On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> > 
> > > On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > > > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > > > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> > > 
> > > Sanity check should now suggest you which one :)
> >  
> > Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> > sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> > elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> > be make more liberal?
> 
> Should be fixed, thanks.

Ok, build-base completed successfully.  Now I'm having a problem in the
good-olde build:

configure: error: conditional "ABICOLLAB_HANDLER_XMPP" was never defined.
Usually this means the macro was only invoked conditionally.
*** error during stage configure of libabiword-plugins: ########## Error running ./autogen.sh
--prefix /home/mhunter/sugar-jhbuild/build --enable-libabiword --disable-debug --disable-all
--enable-OpenDocument --with-abiword=../libabiword --disable-static --disable-gtk-doc *** [5/23]

Picon
Favicon

[sugar] sugar-jhbuild changes

On Mon, 2007-02-05 at 12:34 -0500, Mike Hunter wrote:
> On Feb 05 at 12:14, Marco Pesenti Gritti wrote:
> 
> > On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> > 
> > Sanity check should now suggest you which one :)
>  
> Thanks.  Unfortunately it's still failing the sanity check.  I notice the
> sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
> elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
> be make more liberal?

Should be fixed, thanks.

Marco

Mike Hunter | 5 Feb 13:34

[sugar] sugar-jhbuild changes

On Feb 05 at 12:14, Marco Pesenti Gritti wrote:

> On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> > configure: error: You must have at least one of ncurses, curses, or libtermcap installed to build vte.
> > *** error during stage configure of vte: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [28/29]
> 
> Sanity check should now suggest you which one :)

Thanks.  Unfortunately it's still failing the sanity check.  I notice the
sanity check is checking for /usr/include/ncurses/ncurses.h, but it lives
elsewhere on my system.  Is this an ubuntu peculiarity or can the sanitycheck
be make more liberal?

Thanks,

Mike

% find /usr/include/ | grep -i ncurses
/usr/include/ncurses_dll.h
/usr/include/ncurses.h
/usr/include/ncursesw
/usr/include/ncursesw/curses.h
/usr/include/ncursesw/term.h
/usr/include/ncursesw/ncurses_dll.h
/usr/include/ncursesw/unctrl.h
/usr/include/ncursesw/termcap.h
/usr/include/ncursesw/cursesapp.h
/usr/include/ncursesw/panel.h
/usr/include/ncursesw/eti.h
(Continue reading)

Picon
Favicon

[sugar] sugar-jhbuild changes

On Sun, 2007-02-04 at 13:20 -0500, Mike Hunter wrote:
> On Feb 03 at 21:13, Marco Pesenti Gritti wrote:
> 
> > On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> > > On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> > > 
> > > > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > > > 
> > > > Added a check about this too. You need to install libtiff-dev.
> > > 
> > > Grabbed it and got further still, thanks.  Now I'm stuck here:
> > > 
> > > checking for gtkdoc >= 1.6...
> > > 
> > >   testing gtkdoc-scan... 
> > > found 1.7
> > > configure.ac: installing `./install-sh'
> > > configure.ac: installing `./missing'
> > > dbus/Makefile.am: installing `./depcomp'
> > > gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > > autoreconf: automake failed with exit status: 1
> > > *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]
> > 
> > dbus-glib bug...
(Continue reading)

Mike Hunter | 4 Feb 14:20

[sugar] sugar-jhbuild changes

On Feb 03 at 21:13, Marco Pesenti Gritti wrote:

> On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> > On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> > 
> > > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > > 
> > > Added a check about this too. You need to install libtiff-dev.
> > 
> > Grabbed it and got further still, thanks.  Now I'm stuck here:
> > 
> > checking for gtkdoc >= 1.6...
> > 
> >   testing gtkdoc-scan... 
> > found 1.7
> > configure.ac: installing `./install-sh'
> > configure.ac: installing `./missing'
> > dbus/Makefile.am: installing `./depcomp'
> > gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> > doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> > autoreconf: automake failed with exit status: 1
> > *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]
> 
> dbus-glib bug...
> 
(Continue reading)

Picon
Favicon

[sugar] sugar-jhbuild changes

On Sat, 2007-02-03 at 16:01 -0500, Mike Hunter wrote:
> On Feb 03 at 15:03, Marco Pesenti Gritti wrote:
> 
> > On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> > 
> > Added a check about this too. You need to install libtiff-dev.
> 
> Grabbed it and got further still, thanks.  Now I'm stuck here:
> 
> checking for gtkdoc >= 1.6...
> 
>   testing gtkdoc-scan... 
> found 1.7
> configure.ac: installing `./install-sh'
> configure.ac: installing `./missing'
> dbus/Makefile.am: installing `./depcomp'
> gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
> doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
> autoreconf: automake failed with exit status: 1
> *** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]

dbus-glib bug...

https://bugs.freedesktop.org/show_bug.cgi?id=9867

(Continue reading)

Mike Hunter | 3 Feb 17:01

[sugar] sugar-jhbuild changes

On Feb 03 at 15:03, Marco Pesenti Gritti wrote:

> On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> 
> Added a check about this too. You need to install libtiff-dev.

Grabbed it and got further still, thanks.  Now I'm stuck here:

checking for gtkdoc >= 1.6...

  testing gtkdoc-scan... 
found 1.7
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
dbus/Makefile.am: installing `./depcomp'
gtk-doc.make:7: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
gtk-doc.make:43: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
gtk-doc.make:136: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
doc/reference/Makefile.am:89:   `gtk-doc.make' included from here
autoreconf: automake failed with exit status: 1
*** error during stage configure of dbus-glib: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [19/29]

Mike

--

-- 
"You call it self-esteem.  I call it denial."
  --Sheila Sylvester
(Continue reading)

Picon
Favicon

[sugar] sugar-jhbuild changes

On Fri, 2007-02-02 at 16:36 -0500, Mike Hunter wrote:
> On Feb 02 at 14:26, Marco Pesenti Gritti wrote:
> 
> > On Fri, 2007-02-02 at 11:57 -0500, Mike Hunter wrote:
> [snip]
> > 
> > Added a check for automake 1.7. You should install the package and
> > retry...
> 
> Thanks, that got it going, but not to completion:
> 
> configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
> configure: error:
> *** Checks for TIFF loader failed. You can build without it by passing
> *** --without-libtiff to configure but some programs using GTK+ may
> *** not work properly
> *** error during stage configure of gtk+: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [14/29]
> 

Added a check about this too. You need to install libtiff-dev.

> Did you change something about the python 2.5 check?  All of a sudden the
> sanity check (`sugar-jhbuild build`) no longer complains about it.  Or...is
> it looking to the partially built build-base for python?
> 

It's looking in the built 2.5, yeah.

> The only thing the sanity-check is complaining about at this point is
(Continue reading)

Mike Hunter | 2 Feb 17:36

[sugar] sugar-jhbuild changes

On Feb 02 at 14:26, Marco Pesenti Gritti wrote:

> On Fri, 2007-02-02 at 11:57 -0500, Mike Hunter wrote:
[snip]
> 
> Added a check for automake 1.7. You should install the package and
> retry...

Thanks, that got it going, but not to completion:

configure: WARNING: *** TIFF loader will not be built (TIFF library not found) ***
configure: error:
*** Checks for TIFF loader failed. You can build without it by passing
*** --without-libtiff to configure but some programs using GTK+ may
*** not work properly
*** error during stage configure of gtk+: ########## Error running ./autogen.sh --prefix
/home/mhunter/sugar-jhbuild/build  --disable-static --disable-gtk-doc *** [14/29]

Did you change something about the python 2.5 check?  All of a sudden the
sanity check (`sugar-jhbuild build`) no longer complains about it.  Or...is
it looking to the partially built build-base for python?

The only thing the sanity-check is complaining about at this point is
avahi.  But I don't understand the warning because as far as I can tell,
avahi is working and wired into python (2.4 and 2.5):

% /usr/bin/python2.5 -c 'import avahi'
% echo $?
0
% python -c 'import avahi'
(Continue reading)


Gmane