Ticket #3310 (closed defect: fixed)

Opened 6 months ago

Last modified 3 weeks ago

sage -b fails after touching sage/libs/mwrank/{mwrank.pyx,wrap.cc}

Reported by: cremona Assigned to: was
Priority: blocker Milestone: sage-3.2
Component: build Keywords:
Cc:

Description

  1. Make a fresh clone of a 3.0.2 build.
  2. touch $SAGE_ROOT/devel/sage-test1/sage/libs/mwrank/mwrank.pyx
  3. sage -b
  4. touch $SAGE_ROOT/devel/sage-test1/sage/libs/mwrank/wrap.cc
  5. sage -b

...produces this:

----------------------------------------------------------
sage: Building and installing modified SAGE library files.


Installing c_lib
scons: `install' is up to date.
running install
running build
running build_py
running build_ext
building 'sage.libs.mwrank.mwrank' extension
error: unknown file type '.pyx' (from 'sage/libs/mwrank/mwrank.pyx')
sage: There was an error installing modified sage library code.

but then after doing again

touch $SAGE_ROOT/devel/sage-test1/sage/libs/mwrank/mwrank.pyx

sage -br works fine.

Change History

05/26/2008 01:28:25 PM changed by mabshoff

  • owner changed from mabshoff to was.
  • priority changed from minor to blocker.
  • milestone set to sage-3.0.3.

08/14/2008 03:49:41 PM changed by mabshoff

For the record: #3491 is a dupe of this and I closed the other ticket.

Cheers,

Michael

11/10/2008 12:41:26 AM changed by mabshoff

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone changed from sage-3.2.1 to sage-3.2.

This ticket has been fixed via Craig's and Gonzalo's patch at #4480.

Cheers,

Michael