Hi

On 22 November 2014 15:18, Volker Braun <[email protected]> wrote:

> On Saturday, November 22, 2014 1:04:59 PM UTC, pipedream wrote:
>>
>> git pull in a sage-6.4.tar.gz unpacked and get all the latest tickets?
>> Or how do I test just that ticket. Sory, my git workflow is very basic,
>> not very sophisticated yet.
>>
>
> The ticket is not merged yet, so you'd need to get that specific ticket.
> The easiest way is to put the git-trac script in your path (
> http://www.sagemath.org/doc/developer/git_trac.html) and then "git trac
> checkout 17349"
>
>
>

It gails for me

0 jan@snapperkob:~/sage-6.4$git trac checkout 17349
Loading ticket #17349...
Checking out Trac #17349 remote branch
u/vbraun/r_fails_with_version__gomp_4_0__not_found -> local branch
t/17349/r_fails_with_version__gomp_4_0__not_found...
Traceback (most recent call last):
  File "/home/jan/bin/git-trac", line 18, in <module>
    cmdline.launch()
  File "/home/jan/git-trac-command/git_trac/cmdline.py", line 204, in launch
    app.checkout(args.ticket_or_branch, args.branch_name)
  File "/home/jan/git-trac-command/git_trac/app.py", line 98, in checkout
    self._checkout_ticket(int(ticket_or_branch), branch_name)
  File "/home/jan/git-trac-command/git_trac/app.py", line 122, in
_checkout_ticket
    self.repo.checkout_new_branch(ticket.branch, branch)
  File "/home/jan/git-trac-command/git_trac/git_repository.py", line 123,
in checkout_new_branch
    self.git.fetch('trac', remote)
  File "/home/jan/git-trac-command/git_trac/git_interface.py", line 341, in
meth
    return self.execute(git_cmd, *args, **kwds)
  File "/home/jan/git-trac-command/git_trac/git_interface.py", line 328, in
execute
    popen_stderr=subprocess.PIPE)
  File "/home/jan/git-trac-command/git_trac/git_interface.py", line 263, in
_run
    raise GitError(result)
git_trac.git_error.GitError: git returned with non-zero exit code (128)
when executing "git fetch trac
u/vbraun/r_fails_with_version__gomp_4_0__not_found"
    STDERR: fatal: 'trac' does not appear to be a git repository
    STDERR: fatal: Could not read from remote repository.
    STDERR:
    STDERR: Please make sure you have the correct access rights
    STDERR: and the repository exists.
1 jan@snapperkob:~/sage-6.4$





> Also, how can I build just the R package and not make all of Sage and
>> components?
>>
>
> sage -f r
>

Thank  you.


>
>
>> (Also, might it be the quickest way to get 6.4 in a binary is to add
>> libatlas3-base and build, and add a dependency? Then fix this for 6.5?)
>>
>
> An even easier workaround is probably
>
> export R_CONFIGURE="--with-atlas=no --with-blas=no"
>
>

> and then build Sage.
>

Shall I test this tomorrow, and if it works, you can build a binary on
snapperkob through buildbot?

Regards,
Jan



-- 
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^

-- 
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 http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to