mock and autoconf Broken pipe

Dan Horak dan at danny.cz
Sun Nov 26 14:37:58 UTC 2006


Rex Dieter píše v Ne 26. 11. 2006 v 08:28 -0600:
> Chitlesh GOORAH wrote:
> > Hai there
> > I'm trying to mock my src.rpm:
> > http://chitlesh.funpic.de/fedora/SRPM/keurocalc-0.9.7-0.1.src.rpm
> > 
> > mock fails with /usr/bin/autoconf: line 493: echo: write error: Broken pipe
> > see the build.log
> > http://chitlesh.funpic.de/fedora/SPEC/build.log
> > SPEC:http://chitlesh.funpic.de/fedora/SPEC/keurocalc.spec
> > 
> > However what is strange is that on my system it compiles with :
> > [...]
> > + /usr/bin/make -f admin/Makefile.common cvs
> > *** automake (GNU automake) 1.9.6 found.
> > *** Creating acinclude.m4
> > make[1]: Entering directory `/home/chitlesh/rpmbuild/BUILD/keurocalc'
> > [...]
> > 
> > but on mock it compiles with:
> > [...]
> > + /usr/bin/make -f admin/Makefile.common cvs
> > /usr/bin/autoconf: line 493: echo: write error: Broken pipe
> > *** YOU'RE USING autoconf (GNU Autoconf) 2.61.
> > *** KDE requires autoconf 2.53 or newer
> > make: *** [cvs] Error 1
> > [...]
> > 
> > Can anyone put some light on this, plz ?
> 
> Your own box works because it is fc6 which works.  Your mock build is
> against devel (with autoconf-2.61) which doesn't.  That's the (most
> likely) difference here.

There is probably a wrong check for the autoconf version. I had to solve
similar problem for codeblocks where were wrong regular expressions
doing the check.


		Dan





More information about the fedora-extras-list mailing list