[maemo-developers] More autobuilder problems (armel only)

From: Ed Bartosh eduard.bartosh at nokia.com
Date: Tue Jul 1 12:26:43 EEST 2008
On Mon, 2008-06-30 at 20:08 +0100, ext Andrew Flegg wrote:
> On Mon, Jun 30, 2008 at 12:14 PM, Ed Bartosh <eduard.bartosh at nokia.com> wrote:
> > On Sun, 2008-06-29 at 15:57 +0100, ext Andrew Flegg wrote:
> >>
> >> I'm /fairly/ certain it's not related: an earlier build also failed,
> >> without generating a 28MB summary.
> >>
> > Can you point me out to the initial sources, please?
> > I'll look what's the issue there.
> 
> https://garage.maemo.org/builder/diablo/vim_7.0/sources/
> 
I tried to build your package in clean diablo(4.1 rootstrap + vim
build-depends only) and found this issue:
checking --with-tlib argument... empty: automatic terminal library
selection
checking for tgetent in -lncurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... no
checking for tgetent in -lcurses... no
no terminal library found
checking for tgetent()... configure: error: NOT FOUND!
      You need to install a terminal library; for example ncurses.
      Or specify the name of the library with --with-tlib.
/scratchbox/tools/bin/make -f Makefile all
make[126]: Entering directory
`/home/ed/maemo-diablo-armel-extras/work/vim-7.0/src'
c -I. -Iproto               -o objects/buffer.o buffer.c
make[126]: c: Command not found
make[126]: [objects/buffer.o] Error 127 (ignored)
c -I. -Iproto               -o objects/charset.o charset.c
make[126]: c: Command not found
make[126]: [objects/charset.o] Error 127 (ignored)
c -I. -Iproto               -o objects/diff.o diff.c
make[126]: c: Command not found
make[126]: [objects/diff.o] Error 127 (ignored)
c -I. -Iproto               -o objects/digraph.o digraph.c
make[126]: c: Command not found
make[126]: [objects/digraph.o] Error 127 (ignored)
c -I. -Iproto               -o objects/edit.o edit.c

Unfortunately configure doesn't stop when it can't find terminal library
and goes further into long recursive loop of 'make' calls.

Most probably adding libncurses5-dev to build-depends: should resolve
this issue. Fixing configure would be also not bad :)

In future versions of autobuilder I'll try to introduce build timeout
and just kill builds after timeout is expired. I'll add this to
autobuilder todo.

Regards,
---
Ed

More information about the maemo-developers mailing list