indeed, you will see in the log

ld: file not found: /usr/lib/system/libsystem_darwin.dylib for
architecture x86_64

which indicates that your Xcode installation is somewhat broken.
Internet says you'd need to run

sudo xcode-select -s /Library/Developer/CommandLineTools

to fix this. (YMMV, naturally...)


On Wed, Aug 7, 2019 at 6:15 PM Holley Friedlander <holley...@gmail.com> wrote:
>
> Okay here it is. I had to compress it as it was too large to attach otherwise.
>
> On Wednesday, August 7, 2019 at 10:06:45 AM UTC-5, Dima Pasechnik wrote:
>>
>> So the sqlite module of Python2 was not built correctly, it seems. Please 
>> post
>> logs/pkgs/python2-2.7.15.p1.log
>>
>> On Wed, Aug 7, 2019 at 5:27 PM Holley Friedlander <holl...@gmail.com> wrote:
>> >
>> > Thank you. I tried the ./sage and this is the crash report (attached).
>> >
>> > On Wednesday, August 7, 2019 at 9:13:38 AM UTC-5, E. Madison Bray wrote:
>> >>
>> >> Hello,
>> >>
>> >> This happens in general because the sagenb package uses sage itself as
>> >> a dependency, so once the build process gets to installing sagenb
>> >> (specifically building its documentation) if something is wrong with
>> >> the *sage* build your build will fail here.
>> >>
>> >> There have been many cases of this.  Just to pick one at random:
>> >> https://trac.sagemath.org/ticket/26686
>> >>
>> >> The question is what is wrong with your sage build.  Try running
>> >>
>> >> $ ./sage
>> >>
>> >> directly.  Because by the time the build process is installing sagenb,
>> >> the core sage library should already be built and working.  If not, it
>> >> will crash, and you'll get a crash log (and hopefully a more useful
>> >> one, at that).
>> >>
>> >> On Wed, Aug 7, 2019 at 3:52 PM Holley Friedlander <holl...@gmail.com> 
>> >> wrote:
>> >> >
>> >> > I had an error building sage. The problem was with the package 
>> >> > sagenb-1.1.2. I am attaching my log file. Here is what I believe to be 
>> >> > the relevant portion. I am on OS v 10.12.6. I found another thread that 
>> >> > suggested this may have something to do with Python 3, but I am not 
>> >> > sure if it is the same issue and I did not understand the fix. I 
>> >> > installed Command Line Tools as prerequisite to starting the build. 
>> >> > Suggestions on how to resolve?
>> >> >
>> >> > Exception occurred:
>> >> >   File "sage/misc/lazy_import.pyx", line 218, in 
>> >> > sage.misc.lazy_import.LazyImport._get_object 
>> >> > (build/cythonized/sage/misc/lazy_import.c:2502)
>> >> >     raise RuntimeError(f"resolving lazy import {self._name} during 
>> >> > startup")
>> >> > RuntimeError: resolving lazy import dumps during startup
>> >> > The full traceback has been saved in 
>> >> > /var/folders/r7/bx5nmhtx23bgx6lhgxlbfj3w0000gn/T/sphinx-err-3aMcJb.log, 
>> >> > if you want to report the issue to the developers.
>> >> > Please also report this if it was a user error, so that a better error 
>> >> > message can be provided next time.
>> >> > A bug report can be filed in the tracker at 
>> >> > <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
>> >> > make[4]: *** [html] Error 2
>> >> > ********************************************************************************
>> >> > Error building the documentation
>> >> > ********************************************************************************
>> >> >
>> >> > real 0m7.502s
>> >> > user 0m5.810s
>> >> > sys 0m2.151s
>> >> > ************************************************************************
>> >> > Error installing package sagenb-1.1.2
>> >> > ************************************************************************
>> >> >
>> >> > --
>> >> > 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 sage-...@googlegroups.com.
>> >> > To view this discussion on the web visit 
>> >> > https://groups.google.com/d/msgid/sage-devel/db4dd9c1-b83f-49d9-b80e-cd9d8b60f4cb%40googlegroups.com.
>> >
>> > --
>> > 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 sage-...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/debf8df5-5e74-4cf7-8603-c657d4831c66%40googlegroups.com.
>
> --
> 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 sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/66441a0a-8176-480d-8b41-69914219f116%40googlegroups.com.

-- 
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 sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq3MEGPRsTRMeM5W%3D7T_jbexFh0iKOzHAvscUgmvn%2Bi6Vg%40mail.gmail.com.

Reply via email to