Hi there! I tried to checkout a ticked using sage -dev checkout --ticket 14347
This yields just an error message "malformed dependencies". I then tried to follow http://wiki.sagemath.org/TentativeConventions, but it's not completely clear for me what I should do: a) should I first "get the latest official development version" as follows ~/sage-git$ git fetch origin # get the latest repository information from Trac ~/sage-git$ git reset --hard master # make all your files correspond to the local master branch ~/sage-git$ git clean -d -f # get rid of any untracked files or directories ~/sage-git$ git pull --ff-only # move the local master branch forward to match the information from Trac ~/sage-git$ make start In particular, should I really do this in my local master branch? I somehow would like to keep a copy of sage 6.0 (it took a night to compile!) b) or should I just do git checkout origin/u/agd/gcis -b u/agd/gcis which creates a local branch u/agd/gcis. This looks fine at first, however, now issuing "make start" seems to take forever (roughly an hour). And, worse, switching back to master and issuing "make start" again, seems to take just as long. See below how the output of "make start" looks like at the beginning... Many thanks, Martin Updating Cython code.... Compiling sage/algebras/quatalg/quaternion_algebra_element.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/algebras/letterplace/free_algebra_letterplace.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/algebras/letterplace/free_algebra_element_letterplace.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/algebras/letterplace/letterplace_ideal.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/algebras/quatalg/quaternion_algebra_cython.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/calculus/riemann.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/categories/action.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/categories/category_singleton.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/categories/map.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/categories/morphism.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/categories/examples/semigroups_cython.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/coding/binary_code.pyx because it changed. Compiling sage/combinat/expnums.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/matrices/dancing_links.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/structure/list_clone.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/structure/list_clone_demo.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/structure/list_clone_timings_cy.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/sets/finite_set_map_cy.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/partitions.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/permutation_cython.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/debruijn_sequence.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/degree_sequences.pyx because it changed. Compiling sage/combinat/combinat_cython.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/enumeration_mod_permgroup.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/combinat/crystals/letters.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/crypto/boolean_function.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/ext/c_lib.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/ext/fast_callable.pyx because it depends on sage/libs/pari/decl.pxi. Compiling sage/ext/fast_eval.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/ext/multi_modular.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/ext/pselect.pyx because it depends on sage/ext/signals.pxi. Compiling sage/finance/time_series.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/functions/prime_pi.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/geometry/toric_lattice_element.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/geometry/integral_points.pyx because it changed. Compiling sage/geometry/triangulation/base.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/chrompoly.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/cliquer.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/graph_decompositions/vertex_separation.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/convexity_properties.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/comparability.pyx because it depends on ./sage/graphs/distances_all_pairs.pxd. Compiling sage/graphs/generic_graph_pyx.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/distances_all_pairs.pyx because it changed. Compiling sage/graphs/base/static_sparse_graph.pyx because it changed. Compiling sage/graphs/base/static_sparse_backend.pyx because it changed. Compiling sage/graphs/modular_decomposition/modular_decomposition.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/weakly_chordal.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/matchpoly.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/graph_decompositions/rankwidth.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/spanning_tree.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/trees.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/genus.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/hyperbolicity.pyx because it depends on ./sage/graphs/distances_all_pairs.pxd. Compiling sage/graphs/base/c_graph.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/base/sparse_graph.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/graphs/base/dense_graph.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/group.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/old.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/libgap_wrapper.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/permgroup_element.pyx because it changed. Compiling sage/groups/semimonomial_transformations/semimonomial_transformation.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/automorphism_group_canonical_label.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/canonical_augmentation.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/double_coset.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/refinement_binary.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/refinement_graphs.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/refinement_lists.pyx because it depends on sage/ext/stdsage.pxi. Compiling sage/groups/perm_gps/partn_ref/refinement_matrices.pyx because it depends on sage/ext/stdsage.pxi. ... -- You received this message because you are subscribed to the Google Groups "sage-git" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
