Are you moving sage or is it just after the build? I guess adding 
header pad_max_install_names on OS X is not a bad idea and
would probably help Volker’s work.

François

> On 13/12/2015, at 18:51, John H Palmieri <[email protected]> wrote:
> 
> Building from scratch on OS X 10.11 fails for me. In the singular log:
> 
> error: 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool:
>  changing install names or rpaths can't be redone for: 
> /Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/libsingular.dylib
>  (for architecture x86_64) because larger updated load commands do not fit 
> (the program must be relinked, and you may need to use -headerpad or 
> -headerpad_max_install_names)
> 
> The build seems to complete, but then when "Testing that Sage starts":
> 
> Traceback (most recent call last):
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/src/bin/sage-eval",
>  line 4, in <module>
>     from sage.all import *
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/all.py",
>  line 99, in <module>
>     from sage.rings.all      import *
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/all.py",
>  line 62, in <module>
>     from number_field.all import *
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/number_field/all.py",
>  line 7, in <module>
>     from totallyreal import enumerate_totallyreal_fields_prim
>   File "sage/rings/number_field/totallyreal_data.pxd", line 12, in init 
> sage.rings.number_field.totallyreal 
> (build/cythonized/sage/rings/number_field/totallyreal.c:10979)
>   File "sage/rings/number_field/totallyreal_data.pyx", line 40, in init 
> sage.rings.number_field.totallyreal_data 
> (build/cythonized/sage/rings/number_field/totallyreal_data.c:11690)
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring_constructor.py",
>  line 459, in PolynomialRing
>     R = _single_variate(base_ring, name, sparse, implementation)
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring_constructor.py",
>  line 531, in _single_variate
>     R = m.PolynomialRing_integral_domain(base_ring, name, sparse, 
> implementation)
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring.py",
>  line 1545, in __init__
>     sparse=sparse, element_class=element_class)
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring.py",
>  line 1452, in __init__
>     sparse=sparse, element_class=element_class, category=category)
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/rings/polynomial/polynomial_ring.py",
>  line 306, in __init__
>     from sage.matrix.matrix_space import is_MatrixSpace
>   File 
> "/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/matrix/matrix_space.py",
>  line 57, in <module>
>     import matrix_mpolynomial_dense
> ImportError: 
> dlopen(/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so,
>  2): Library not loaded: libsingular.dylib
>   Referenced from: 
> /Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/lib/python2.7/site-packages/sage/matrix/matrix_mpolynomial_dense.so
>   Reason: image not found
> Sage failed to start up.
> Please email sage-devel (http://groups.google.com/group/sage-devel)
> explaining the problem and send the log file
>   
> /Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/logs/start.log
> Describe your computer, operating system, etc.
> make[2]: *** 
> [/Users/palmieri/Desktop/Sage_stuff/sage_builds/clean/sage-6.10.rc0/local/etc/sage-started.txt]
>  Error 1
> make[1]: *** [all] Error 2
> 
> 
> 
> On Wednesday, December 9, 2015 at 3:50:28 PM UTC-8, Volker Braun wrote:
> As always, you can get the latest beta version from the "develop" git branch. 
> Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
> 
> 098b62d Updated Sage version to 6.10.rc0
> 2c4edac Trac #19668: Symmetric square L-functions for modular forms
> 4d6e860 Trac #19675: Move normalize_names() out of CategoryObject
> 11979c8 Trac #19643: BRiAl not building on cygwin
> 31843ae Trac #19438: generators given by as_permutation_group in the wrong 
> order
> 37d3d59 Trac #19035: Improve assumption documentation and doctest recent 
> improvements
> 790580d Trac #17379: Add a 'all' option to the .nth_root() method of 
> algebraic numbers
> 250258a Trac #19663: Fix sublinking again
> 10b3951 Trac #19619: Simplify words.py
> 64908bf Trac #19590: Further NTL cleanup
> 89e4c3b Trac #19672: giac depends on Sage runtime
> 1380421 Trac #19648: simplegeneric depends on setuptools
> 672a7d7 Trac #19644: arb does not build on cygwin
> 0e7f333 Trac #19395: Implement Tableau to sign matrix code
> f8392e3 Trac #19664: Fix Laurent series comparison and make it more efficient
> 283aad7 Trac #19632: Haemers srgs
> a3d8df6 Trac #19660: Fix bug in word problem for GammaH arithmetic groups
> 94635f7 Trac #19662: Less wasteful management of edge labels
> 7e82223 Trac #19452: Fix PolynomialSequence
> 413272d Trac #19364: Add edges() and endpoints() method to intervals
> 68504c2 Trac #19107: Do not count 4 times the same solution (up to rotations) 
> in QuantuminoSolver
> 002d253 Trac #18928: A new structure for Reed-Solomon codes in Sage
> 4ba1e9a Trac #13543: Multi-character variables not supported in legend_labels
> 7c27cd2 Updated Sage version to 6.10.beta7
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "sage-release" 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-release.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" 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-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to