[Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread dmitrey
Hi all,
I've got the error during building numpy from latest svn snapshot -
any ideas?
D.

...
executing numpy/core/code_generators/generate_numpy_api.py
  adding 'build/src.linux-x86_64-2.6/numpy/core/include/numpy/
__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['build/src.linux-x86_64-2.6/
numpy/core/include/numpy/config.h', 'build/src.linux-x86_64-2.6/numpy/
core/include/numpy/numpyconfig.h', 'build/src.linux-x86_64-2.6/numpy/
core/include/numpy/__multiarray_api.h']
building extension numpy.core.multiarray sources
error: src/multiarray/refecount.c: No such file or directory
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread Charles R Harris
On Tue, May 5, 2009 at 10:48 AM, dmitrey dmitrey.kros...@scipy.org wrote:

 Hi all,
 I've got the error during building numpy from latest svn snapshot -
 any ideas?
 D.


I would guess it is a consequence of David's ongoing breakup of the src
files. Did you try the usual delete of the build directory?

Chuck
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread Charles R Harris
On Tue, May 5, 2009 at 11:08 AM, Charles R Harris charlesr.har...@gmail.com
 wrote:



 On Tue, May 5, 2009 at 10:48 AM, dmitrey dmitrey.kros...@scipy.orgwrote:

 Hi all,
 I've got the error during building numpy from latest svn snapshot -
 any ideas?
 D.


 I would guess it is a consequence of David's ongoing breakup of the src
 files. Did you try the usual delete of the build directory?


And David, it is probably time to slow down the grinding of src into little
bits. I don't think it needs to be rushed.

Chuck
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread Neil Martinsen-Burrell
On 2009-05-05 12:12 , Charles R Harris wrote:


 On Tue, May 5, 2009 at 11:08 AM, Charles R Harris
 charlesr.har...@gmail.com mailto:charlesr.har...@gmail.com wrote:



 On Tue, May 5, 2009 at 10:48 AM, dmitrey dmitrey.kros...@scipy.org
 mailto:dmitrey.kros...@scipy.org wrote:

 Hi all,
 I've got the error during building numpy from latest svn snapshot -
 any ideas?
 D.


 I would guess it is a consequence of David's ongoing breakup of the
 src files. Did you try the usual delete of the build directory?


 And David, it is probably time to slow down the grinding of src into
 little bits. I don't think it needs to be rushed.

Some bisection shows that the problem is not present in r6944, so for 
now, one can svn up -r 6944 until David gets the problem resolved.

While understanding that making sure the trunk builds on many platforms 
is a problem, I think that numpy could do better at keeping the trunk 
buildable and doing disruptive things on long-lived feature branches 
that could then be merged.

-Neil
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread Pauli Virtanen
Tue, 05 May 2009 12:32:09 -0500, Neil Martinsen-Burrell wrote:
[clip]
 While understanding that making sure the trunk builds on many platforms
 is a problem, I think that numpy could do better at keeping the trunk
 buildable and doing disruptive things on long-lived feature branches
 that could then be merged.

I don't think broken trunk has often been a significant problem in Numpy 
in the past. Anyway, feature branches are good, and we have the 
buildbot.scipy.org, so there's no reason not to check it after committing.

-- 
Pauli Virtanen

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread Stéfan van der Walt
2009/5/5 Neil Martinsen-Burrell n...@wartburg.edu:
 While understanding that making sure the trunk builds on many platforms
 is a problem, I think that numpy could do better at keeping the trunk
 buildable and doing disruptive things on long-lived feature branches
 that could then be merged.

David frequently submits his branches for review (although few people
take the time to comment).  If he breaks the build once in a hundred
commits, there really is no reason to complain.

If you want to live on the bleeding edge, you must be prepared to
bleed a little!

Regards
Stéfan
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread David Cournapeau
On Wed, May 6, 2009 at 2:32 AM, Neil Martinsen-Burrell n...@wartburg.edu 
wrote:

 While understanding that making sure the trunk builds on many platforms
 is a problem, I think that numpy could do better at keeping the trunk
 buildable and doing disruptive things on long-lived feature branches
 that could then be merged.

The trunk is rarely broken more than a few hours. In this case, it is
just a file which was not added to the trunk, hence I did not detect
the problem. Using feature branches would not have prevented the
problem,

cheers,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] error building numpy: no file refecount.c

2009-05-05 Thread David Cournapeau
On Wed, May 6, 2009 at 1:48 AM, dmitrey dmitrey.kros...@scipy.org wrote:
 Hi all,
 I've got the error during building numpy from latest svn snapshot -
 any ideas?

The problem should be fixed now,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion