Hello!

I now have the following problem on OSX 10.9.2: highlighted in red is the
relevant error, this time too, it is an error in Singular build.

Checksum: aa94b574ca6632280a9fe58ad762eff9cd2d6912 vs
aa94b574ca6632280a9fe58ad762eff9cd2d6912

singular-3.1.6.p1

====================================================

Moving old directory singular-3.1.6.p1 to
/Users/apple/sage/local/var/tmp/sage/build/old...

Setting up build directory for singular-3.1.6.p1

Finished set up

****************************************************

Host system:

Darwin Apples-MacBook-Pro.local 13.1.0 Darwin Kernel Version 13.1.0: Thu
Jan 16 19:40:37 PST 2014; root:xnu-2422.90.20~2/RELEASE_X86_64 x86_64

****************************************************

C compiler: gcc

C compiler version:

Using built-in specs.

COLLECT_GCC=gcc

COLLECT_LTO_WRAPPER=/Users/apple/sage/local/libexec/gcc/x86_64-apple-darwin13.1.0/4.7.3/lto-wrapper

Target: x86_64-apple-darwin13.1.0

Configured with: ../src/configure --prefix=/Users/apple/sage/local
--with-local-prefix=/Users/apple/sage/local
--with-gmp=/Users/apple/sage/local --with-mpfr=/Users/apple/sage/local
--with-mpc=/Users/apple/sage/local --with-system-zlib --disable-multilib
--disable-nls

Thread model: posix

gcc version 4.7.3 (GCC)

****************************************************

./spkg-install: line 23: syntax error near unexpected token `<<<'

./spkg-install: line 23: `<<<<<<< Updated upstream'


real 0m0.006s

user 0m0.003s

sys 0m0.003s

************************************************************************

Error installing package singular-3.1.6.p1

************************************************************************

Please email sage-devel (http://groups.google.com/group/sage-devel)

explaining the problem and including the relevant part of the log file

  /Users/apple/sage/logs/pkgs/singular-3.1.6.p1.log

Describe your computer, operating system, etc.

If you want to try to fix the problem yourself, *don't* just cd to

/Users/apple/sage/local/var/tmp/sage/build/singular-3.1.6.p1 and type
'make' or whatever is appropriate.

Instead, the following commands setup all environment variables

correctly and load a subshell for you to debug the error:

  (cd '/Users/apple/sage/local/var/tmp/sage/build/singular-3.1.6.p1' &&
'/Users/apple/sage/sage' --sh)

When you are done debugging, you can type "exit" to leave the subshell.

************************************************************************

make[2]: ***
[/Users/apple/sage/local/var/lib/sage/installed/singular-3.1.6.p1] Error 1

make[1]: *** [all] Error 2


real 0m2.351s

user 0m2.078s

sys 0m0.471s

***************************************************************

Error building Sage.


The following package(s) may have failed to build:


package: database_gap

log file: /Users/apple/sage/logs/pkgs/database_gap.log

build directory: /Users/apple/sage/local/var/tmp/sage/build/database_gap


package: singular-3.1.6.p1

log file: /Users/apple/sage/logs/pkgs/singular-3.1.6.p1.log

build directory:
/Users/apple/sage/local/var/tmp/sage/build/singular-3.1.6.p1


The build directory may contain configuration files and other potentially

helpful information. WARNING: if you now run 'make' again, the build

directory will, by default, be deleted. Set the environment variable

SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.


make: *** [build] Error 1


With Sincere Regards,

Kannappan.


On Tue, Apr 8, 2014 at 7:54 PM, Volker Braun <vbraun.n...@gmail.com> wrote:

> This is now the updated "develop" branch on git.sagemath.org.
> Alternatively, download the source tarball from
>
>
> http://boxen.math.washington.edu/home/release/sage-6.2.beta7/sage-6.2.beta7.tar.gz
>
> Mini changelog:
>
> 37c8a8c Updated Sage version to 6.2.beta7
> f9fec8a Trac #16093: Finding name for deprecation sometimes fails
> 2d8cc2d Trac #15984: Python 3 preparation: Change some code to use more
> modern Python idioms
> bfea45c Trac #15939: Typo on backslash operator documentation: uses
> regular slash instead of backslash
> 056b4f5 Trac #16090: Set() should return an empty Set
> fd77889 Trac #14095: SymmetricGroup as a proper WeylGroup
> 3bafd10 Trac #14605: Better system detection for ATLAS
> 83a3764 Trac #16084: matplotlib dependency on pkgconf
> 2417129 Trac #13916: Fix inspection of interactive Cython code
> ccc41cf Trac #16049: allow pycrypto to build if SAGE_ROOT is in PATH
> c49b4a9 Trac #15964: Remove superfluous import statement in ell_point
> f187d1a Trac #16068: Use base_ring in chord_and_tangent
> 69aef33 Trac #13608: exp() does not work on mpmath mpf numbers
> d7c9d52 Trac #16057: Fix multiplicity of nodes in Kleber tree
> 402ca5a Trac #16017: Get libs.mwrank to compile on OS X 10.4
> 701f06c Trac #16041: Get git to build on OS X 10.4 PPC
> 1b3a616 Trac #15218: incorrect degree of ring class fields
> afea784 Trac #15793: Power of species is broken
> b68dcee Trac #14984: Cannot plot functions that use mpmath if complex
> numbers occur in the image
> 9939a65 Trac #12552: degree of polynomial_element is of type int
> b6e5031 Trac #16036: Fix corner cases of latex for partitions
> c3e1e33 Trac #15737: Problem in an_padic
> 3186a36 Trac #16062: DiGraph.is_aperiodic: new method (wraps networkx
> method)
> 5d17ca9 Trac #16047: Fix mpl header search issues on OS X 10.4
> 9c61128 Trac #13884: Fix optional internet tests.
> 8e3e3b8 Trac #16038: C function profiler
> 2bf73e2 Trac #15963: finite_state_machine: New attribute FSMState.color to
> prohibit merging in simplifica
> d9ded69 Trac #15962: FiniteStateMachine: new method
> markov_chain_simplification
> 1397d5f Trac #15961: FiniteStateMachine: new method is_markov_chain
> 5aa9842 Trac #14711: Weak references in the coercion graph
> 3c9702f Trac #15931: Implement a proper hash function for (combinatorial)
> free module elements
> 2feaebc Trac #8162: p-adic ring constructor documentation incorrect
> 4f590c2 Trac #15920: Parallelize Possible Periods functions for Projective
> Morphisms
> 0cb96e2 Trac #15956: WeakValueDictionary does not handle unhashable keys
> correctly
> 00c5fad Trac #15850: FiniteStateMachine: provide hook
> on_duplicate_transition
> 108bf6a Trac #16034: Remember points of infinite order on an elliptic
> curve when extending the base field
> ee7f398 Trac #15938: Update NTL to 6.1.0
> 32bee38 Trac #14275: Lazy imports with deprecation
> 504bd92 Trac #15650: Permutations and symmetric group algebra: getting rid
> of 'mult' global in seminormal
> dc44f32 Trac #15501: floor(), ceil(), trunc(), round() for AA
> e95496e Trac #15983: Python 3 preparation: Change names of some function
> attributes
> 8c18f21 Trac #15993: Python 3 preparation: Remove implicit tuple parameter
> unpacking
> 573e402 Trac #16039: Delete vestiges of old prun implementation
> 3de75fd Trac #16026: Upgrade dot2tex spkg and make it work with most
> recent matplotlib
> 8f18d90 Trac #15986: Python 3 preparation: Change names of some method
> attributes
> 0d9241b Trac #15978: Waste of time in g.edges() (acually in iterator_edges)
> 12bbca0 Updated Sage version to 6.2.beta6
>
>  --
> 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 sage-release+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-release@googlegroups.com.
> Visit this group at http://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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to