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@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@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
On 31 March 2010 16:32, Brad Bell bradbell@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@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@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:
I had the same problem with the emacs-vm package. Workaround:
export CFLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
before building.
On Wed 31 March 2010 9:45:35 am Jonathan Underwood wrote:
On 31 March 2010 16:32, Brad Bell bradbell@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@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@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:
I had the same problem with the emacs-vm package. Workaround:
export CFLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
before building.
That should have been fixed a long time ago. https://admin.fedoraproject.org/updates/gcc-4.4.3-4.fc12,libtool-2.2.6-18.fc...
I just successfully built cppad devel/ .... http://koji.fedoraproject.org/koji/taskinfo?taskID=2088208 I'd say it was a transient issue; try again
Ryan
packaging@lists.fedoraproject.org