By looking at the output it looks as if the build it on an NFS, and this is
known to be severely broken. Could you do the build on a local disk?

On Wed, 13 Mar 2019 15:44 E. Madison Bray, <[email protected]> wrote:

> On Wed, Mar 13, 2019 at 4:40 AM Ai Bo <[email protected]> wrote:
> >
> > Just compiled sage from source code on Linux.
> > When I launched ./sage, I can do simple math like 2+2 which give correct
> > But when I type:
> > sage: import sage.graphs
> >
> > sage: print("%d" % len(list(graphs.nauty_geng("8"))))
> >
> > sage: print("%d" % len(list(graphs(8))))
> >
> > I got 0 for both which are not as expected. Something is wrong. Please
> help.
>
> I think that, considering the problems you've mentioned in other
> threads, you probably have a severely broken build.  Did you take my
> previous advice of running
>
>     $ make distclean
>
> and starting over again, making sure you can complete the full build
> without errors?
>
> Also, is there a specific reason you need to build Sage yourself on
> this specific machine?  Not that I doubt it, nor that I wouldn't like
> to try to help, but it seems like a lot of effort and frustration for
> dubious benefit.
>
> Could you mention again exactly which Linux distribution this is, and
> on what CPU architecture?  Perhaps I can start up a VM and try to
> build Sage myself to see if there are any specific problems I can
> identify.
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/sage-devel.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to