Hi All,
trying to build lightdm-1.1.0 (same as Archie...) I'm meeting a strange behavior:
I edit the specfile and add one configure parameter, later when I run rpmbuild -ba specfile this error show out:
+ ./autogen.sh --disable-gtk-doc --with-greeter-session=lightdm-default-greeter --with-greeter-user=lightdm --disable-static
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... /usr/bin/autoconf: line 401: echo: write error: Broken pipe
found 2.65
checking for automake >= 1.7...
testing automake-1.11... ^C
if I run again rpmbuild -ba specfile, the error is gone:
+ ./autogen.sh --disable-gtk-doc --with-greeter-session=lightdm-default-greeter --with-greeter-user=lightdm --disable-static
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
testing autoconf2.50... not found.
testing autoconf... found 2.65
checking for automake >= 1.7...
testing automake-1.11... found 1.11.1
checking for libtool >= 1.4.3...
testing libtoolize... ^C
running rpmbuild a third time repeat the error, a fourth time the error is gone ... and so on ..
the above happen on a virtualbox 64 bit guest ... it look a like a very strange error
Any advice will be greatly appreciated.
AS