[Fedora-packaging] make build fails with timeout

Jonathan Underwood jonathan.underwood at gmail.com
Wed Mar 31 16:45:35 UTC 2010


On 31 March 2010 16:32, Brad Bell <bradbell at seanet.com> wrote:
> I would like some suggestions as to how to proceed after the following
> erorr:
>
> In the devel directory
>     http://cvs.fedoraproject.org/viewvc/rpms/cppad/devel/
> I entered the command
>     make build
> and I got the response
>     [bradbell at localhost devel]$ make build
>     /usr/bin/koji  build  dist-rawhide
> 'cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/cppad/devel#cppad-20100101_2-1_fc14'
>     timeout: (110, 'Operation timed out.')
>     make: *** [build] Error 1
> This happened twice. Now (Wed Mar 31 08:31:45 PDT 2010) the make hangs
> as follows:
>     [bradbell at localhost devel]$ make build
>     /usr/bin/koji  build  dist-rawhide
> 'cvs://cvs.fedoraproject.org/cvs/pkgs?rpms/cppad/devel#cppad-20100101_2-1_fc14'
> and I have to kill the koji process

This might be due to:

http://gcc.gnu.org/PR41371

I had the same problem with the emacs-vm package. Workaround:

export CFLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"

before building.


More information about the packaging mailing list