I do have Homebrew installed! Is there any way to stop it from seeing the wrong library? Can I uninstall Homebrew? I originally installed it at the suggestion of someone who was trying to help me fix a problem I had installing Sage 8.0 (which never worked by the way, I've been having these problems for a while...)
set
(run it in terminal at the shell prompt)
note that 8.1 was not tested on osx 10.13, so it really is not supported...
checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes
whereas these say "no" on my machine. What does "locate libintl" say (when you run it from the terminal)?
WARNING: The locate database (/var/db/locate.database) does not exist.
To create the database, run the following command:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist
Please be aware that the database can take some time to generate; once
the database has been created, this message will no longer appear.
Should I install the database then?
It says: Should I install the database then?
On Friday, April 27, 2018 at 8:16:32 PM UTC+1, Christelle Vincent wrote:It says: Should I install the database then?that's OK to do so.I bet the offending library is in /usr/local(headers in /usr/local/include, the library in /usr/local/lib, have a look)Move them out of the way.(e.g. just rename /usr/local to /usr/local_bak)
2018-04-27 22:18 GMT+02:00 John H Palmieri:
>
> On Friday, April 27, 2018 at 12:56:37 PM UTC-7, Dima Pasechnik wrote:
>>
>> On Friday, April 27, 2018 at 8:16:32 PM UTC+1, Christelle Vincent wrote:
>>>
>>> It says: Should I install the database then?
>>
>> that's OK to do so.
>>
>> I bet the offending library is in /usr/local
>> (headers in /usr/local/include, the library in /usr/local/lib, have a look)
>> Move them out of the way.
>> (e.g. just rename /usr/local to /usr/local_bak)
>
>
> On my system, you can't rename /usr/local – you get a message> 'mv: rename local to local_bak: Operation not permitted'.It's a matter of permissions, you need sudo for that.
make distclean
without it, stuff in /usr/local that you moved away could be still linked to, and could cause all sorts of errors.
on top of it. This would not build gcc, but rather use Xcode's C compiler.
In his infinite wisdom the release manager decided to wait till 8.3 with it...
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/D06JbNlM0u0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+unsubscribe@googlegroups.com.
Congratulations for building SageMath!You can now rename /local/bin_bak, /local/share_bak and /local/lib_bakback to their original names. (And just temporarily rename them to the_bak version when you need to build SageMath.Happy SageMath usage and development!
2018-04-29 0:20 GMT+02:00 Christelle Vincent <christell...@uvm.edu>:
Thanks!I actually went ahead and tried and built 8.1 and that worked!! So I think that whatever you suggested before with exporting the path and renaming local/bin, local/share and local/lib worked!Thank you so much to everyone who helped with this, I really appreciate finally being able to build the newest Sage!Best,Christelle
On Saturday, April 28, 2018 at 3:37:00 PM UTC-4, Dima Pasechnik wrote:Try 8.2.rc2 with https://trac.sagemath.org/ticket/25118on top of it. This would not build gcc, but rather use Xcode's C compiler.
In his infinite wisdom the release manager decided to wait till 8.3 with it...
--
You received this message because you are subscribed to a topic in the Google Groups "sage-devel" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/sage-devel/D06JbNlM0u0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to sage-devel+...@googlegroups.com.
Done! Thanks!
On Saturday, April 28, 2018 at 6:45:31 PM UTC-4, Samuel Lelievre wrote:Congratulations for building SageMath!You can now rename /local/bin_bak, /local/share_bak and /local/lib_bakback to their original names. (And just temporarily rename them to the_bak version when you need to build SageMath.Happy SageMath usage and development!
Doctests interrupted: 2203/3630 files tested
----------------------------------------------------------------------
Total time for all tests: 12716.1 seconds
cpu time: 7631.7 seconds
cumulative wall time: 13780.4 seconds
Traceback (most recent call last):
File "/Users/vincent/Applications/sage-8.1/src/bin/sage-runtests", line 125, in <module>
err = DC.run()
File "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/control.py", line 1144, in run
self.run_doctests()
File "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/control.py", line 872, in run_doctests
self.dispatcher.dispatch()
File "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 1774, in dispatch
self.parallel_dispatch()
File "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 1598, in parallel_dispatch
w.kill()
File "/Users/vincent/Applications/sage-8.1/local/lib/python2.7/site-packages/sage/doctest/forker.py", line 2079, in kill
os.killpg(self.pid, signal.SIGQUIT)
OSError: [Errno 1] Operation not permitted
make: *** [ptest] Error 1
Well, I don't know if you want to know... But make ptest did end with an error:Doctests interrupted: 2203/3630 files tested
On Sunday, April 29, 2018 at 3:54:08 PM UTC+1, Christelle Vincent wrote:Well, I don't know if you want to know... But make ptest did end with an error:Doctests interrupted: 2203/3630 files tested
Is this reproducible?(i.e., does it fail at the same spot if you re-run this?)