On Sun, Aug 30, 2009 at 6:01 AM, Simon King <[email protected]> wrote:
> Hi William, > > PS: Although database_gap...spkg was possible to install, the > installation of our cohomology package failed -- because Sage (for > whatever reason) believes that cliquer needs to be available. See below. > > Should I follow the advice and inform sage-devel, or is this a known > problem? This is a known problem. You can get around it by commenting out the line that imports cliquer in devel/sage/sage/graphs/all.py That's what I did for the OS X 64-bit binary that is posted. William > > > Sheers, > Simon > > Traceback (most recent call last): > File "setup.py", line 21, in <module> > from sage.all import SAGE_ROOT > File > "/scratch/king/SAGE64/sage-4.1.1/local/lib/python2.6/site-packages/sage/all.py", > line 85, in <module> > from sage.graphs.all import * > File > "/scratch/king/SAGE64/sage-4.1.1/local/lib/python2.6/site-packages/sage/graphs/all.py", > line 9, in <module> > from sage.graphs.cliquer import * > ImportError: > dlopen(/scratch/king/SAGE64/sage-4.1.1/local/lib/python2.6/site-packages/sage/graphs/cliquer.so, > 2): Symbol not found: _graph_new > Referenced > from: > /scratch/king/SAGE64/sage-4.1.1/local/lib/python2.6/site-packages/sage/graphs/cliquer.so > Expected in: dynamic lookup > > > real 0m18.212s > user 0m8.624s > sys 0m3.819s > sage: An error occurred while installing p_group_cohomology-1.1 > Please email sage-devel http://groups.google.com/group/sage-devel > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
