Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
JohnCremona opened this issue May 26, 2008 · 2 comments
Closed

Comments

@JohnCremona
Copy link
Member

  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.

Component: build

Issue created by migration from https://trac.sagemath.org/ticket/3310

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Aug 14, 2008

comment:2

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

Cheers,

Michael

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Nov 10, 2008

comment:3

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

Cheers,

Michael

@sagetrac-mabshoff sagetrac-mabshoff mannequin modified the milestones: sage-3.2.1, sage-3.2 Nov 10, 2008
@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Nov 10, 2008
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants