Ask Your Question

Dom's profile - activity

2019-10-13 02:50:18 +0100 received badge  Notable Question (source)
2018-12-01 09:03:58 +0100 received badge  Famous Question (source)
2018-12-01 09:03:58 +0100 received badge  Notable Question (source)
2018-07-18 11:04:42 +0100 received badge  Popular Question (source)
2018-03-04 15:07:52 +0100 asked a question Check out an Existing Ticket not work

I 'vejust install a new version of sage from sources to avoid any trouble. The make is ok but when I do git trac checkout 21072, to check out the ticket I obtain

Traceback (most recent call last):
  File "/usr/local/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/usr/local/lib/python2.7/dist-packages/git_trac/cmdline.py", line 214, in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 116, in checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/app.py", line 123, in _checkout_ticket
    ticket = self.trac.load(ticket_number)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_server.py", line 110, in load
    ticket = TracTicket(ticket_number, self.anonymous_proxy)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/trac_ticket.py", line 155, in TracTicket
    change_log = server_proxy.ticket.changeLog(ticket_number)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1243, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1602, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.7/xmlrpclib.py", line 1283, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/local/lib/python2.7/dist-packages/git_trac/digest_transport_py2.py", line 129, in single_request
    return self.parse_response(response)
  File "/usr/lib/python2.7/xmlrpclib.py", line 1493, in parse_response
    return u.close()
  File "/usr/lib/python2.7/xmlrpclib.py", line 798, in close
    raise ResponseError()
xmlrpclib.ResponseError: ResponseError()

How I can fix it? Thanks Cheers Dominique

2017-03-12 18:46:20 +0100 received badge  Popular Question (source)
2016-12-12 19:24:38 +0100 asked a question patchboot coverage failure and review

Hi sage team, My ticket #20154: train-tracks in public/train-track, is in need-work status, I guess the issue comes from coverage. But I do not see the fie ext/interpreters/wrapper_cc.pyx in my distribution , and for me this file doesn't belong to the ticket (that was true previously whent the patchboot works). I have absolutly no idea how to fix it, could you please tell me what to do to fix it and succes the review.

Thanks Dominique

========== coverage ==========
git checkout patchbot/ticket_merged
Already on 'patchbot/ticket_merged'
Missing doctests in ext/interpreters/wrapper_cc.pyx: 0 / 2 = 0%
Full doctests in groups/free_groups/convex_core.py: 18 / 18 = 100%
Full doctests in groups/free_groups/free_group.py: 22 / 22 = 100%
Full doctests in groups/free_groups/free_group_automorphism.py: 61 / 61 = 100%
Full doctests in groups/free_groups/graph_map.py: 18 / 18 = 100%
Full doctests in groups/free_groups/graph_self_map.py: 41 / 41 = 100%
Full doctests in groups/free_groups/inverse_alphabet.py: 24 / 24 = 100%
Full doctests in groups/free_groups/inverse_graph.py: 40 / 40 = 100%
Full doctests in groups/free_groups/marked_graph.py: 16 / 16 = 100%
Full doctests in groups/free_groups/test_train_track.py: 4 / 4 = 100%
Full doctests in groups/free_groups/train_track_map.py: 23 / 23 = 100%
Coverage went from 41463 / 43258 = 95.850% to 41711 / 43508 = 95.870%
2016-06-23 17:30:12 +0100 asked a question doc test fail in patchboot and not on my computer

The last log of patchbot gives two faillures https://patchbot.sagemath.org/ticket/...

this failures do not append on my computer, and I absolutely do not understand what is wrong!!! What can I do?

2016-06-10 16:57:00 +0100 received badge  Editor (source)
2016-06-10 16:55:50 +0100 answered a question faillure in make

Yes that was only the doc, but that works now but I don't know why Thanks for help

2016-06-08 18:37:33 +0100 asked a question faillure in make

After many tests to doc build my code , I tried a make of sage from scratch , and the make failled while the previous installation of sage make with no error.

Do you have any idea of what I may tried? Thanks Dominique

real 162m28.426s user 154m37.932s sys 5m37.356s

Error building Sage.

The following package(s) may have failed to build (not necessarily during this run of 'make all'):

documentation: dochtml log file: /home/dominique/projets/sagetest/sage/logs/pkgs/../dochtml.log

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.

Makefile:16: recipe for target 'all' failed make: * [all] Error 1

2016-06-08 18:33:49 +0100 asked a question faillure in make

After many tests to doc build my code , I tried a make of sage from scratch , and the make failled while the previous installation make with no error.

Do you have any idea of what I may tried? Thanks

[dochtml] OSError: [plot3d ] /home/dominique/projets/sagetest/sage/local/lib/python2.7/site-packages/sage/plot/plot3d/platonic.py:docstring of sage.plot.plot3d.platonic:10: WARNING: Exception occurred in plotting platonic-1 [dochtml] Makefile:1012: recipe for target 'doc-html' failed make[2]: * [doc-html] Error 1 make[2]: Leaving directory '/home/dominique/projets/sagetest/sage/build/make' Makefile:835: recipe for target 'all' failed make[1]: * [all] Error 2 make[1]: Leaving directory '/home/dominique/projets/sagetest/sage/build/make'

real 162m28.426s user 154m37.932s sys 5m37.356s


Error building Sage.

The following package(s) may have failed to build (not necessarily during this run of 'make all'):

  • documentation: dochtml log file: /home/dominique/projets/sagetest/sage/logs/pkgs/../dochtml.log

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.

Makefile:16: recipe for target 'all' failed make: * [all] Error 1

2016-05-06 11:45:57 +0100 answered a question unable to build the doc reference html

Thanks for your help. I done all changes on doc string, Now the doc builds in a new sage project (still some warning but small things). But in my project sage, the build faills on [polynomia] None:3: WARNING: citation not found: CMR05 and tha is still the case. strange.

2016-05-02 16:19:47 +0100 commented question unable to build the doc reference html

ok, branch t/20154/train_tracks pushed,

2016-04-27 23:07:42 +0100 received badge  Student (source)
2016-04-27 12:12:37 +0100 asked a question unable to build the doc reference html

./sage --docbuild reference html or make doc-clean && make I work on the ticket t/20154/train_tracks

give error:

[polynomia] WARNING: intersphinx inventory '/home/dominique/projets/sage/local/share/doc/sage/inventory/en/reference/objects.inv' not fetchable due to <type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/home/dominique/projets/sage/local/share/doc/sage/inventory/en/reference/objects.inv'
[polynomia] None:3: WARNING: citation not found: CMR05
Error building the documentation.
Traceback (most recent call last):
  File "/home/dominique/projets/sage/local/lib/python/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/home/dominique/projets/sage/local/lib/python/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/dominique/projets/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__main__.py", line 2, in <module>
    main()
  File "/home/dominique/projets/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", line 1629, in main
    builder()
  File "/home/dominique/projets/sage/local/lib/python2.7/site-packages/sage_setup/docbuild/__init__.py", line 495, in _wrapper
    x.get(99999)
  File "/home/dominique/projets/sage/local/lib/python/multiprocessing/pool.py", line 567, in get
    raise self._value
OSError: [polynomia] WARNING: intersphinx inventory '/home/dominique/projets/sage/local/share/doc/sage/inventory/en/reference/objects.inv' not fetchable due to <type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/home/dominique/projets/sage/local/share/doc/sage/inventory/en/reference/objects.inv'

Note: incremental documentation builds sometimes cause spurious error messages. To be certain that these are real errors, run "make doc-clean" first and try again.