> On 24/10/2017, at 18:41, Justin C. Walker <[email protected]> wrote:
> 
>> 
>> On Oct 23, 2017, at 13:54 , François Bissey <[email protected]> wrote:
>>> On 24/10/2017, at 09:22, François Bissey <[email protected]> wrote:
>>>> On 24/10/2017, at 09:09, François Bissey <[email protected]> wrote:
>>>>> On 24/10/2017, at 06:00, Justin C. Walker <[email protected]> wrote:
>>>>> 
>>>>> On macOS 10.11.6 (Quad-core Core i7), with a “git clone” and a checkout 
>>>>> of ‘develop’, the build failed on “Brial”.  The traceback ends with
>>>>> 
>>>>> Traceback (most recent call last):
>>>>> File "/Users/Sage/sage-8.1.beta9/src/bin/pip2-lock", line 53, in <module>
>>>>>   from pkg_resources import load_entry_point
>>>>> ImportError: No module named pkg_resources
>>>>> Error installing BRiAl Python module
>>>> 
>>>> Looks like an internal pip problem, still it is curious.
>>> 
>>> OK, I think I see the problem, in the upgrade ticket I thought Jeroen had 
>>> added pip to brial’s dependencies but he didn’t. It needs to be added.
>>> This is now
>>> https://trac.sagemath.org/ticket/24092
>> 
>> Ticket now ready for review.
> 
> This is probably due to my lack of experience with ‘git’ and Trac, but doing 
> 
> $ git trac checkout 24092
> 
> gets me an error, with this at the end of the traceback:
> 
> git_trac.git_error.GitError: git returned with non-zero exit code (128) when 
> executing "git fetch trac u/fbissey/brial_pip"
>    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.
> 
> Hints?
> 

http://doc.sagemath.org/html/en/developer/manual_git.html#chapter-manual-git

In the present case:
git remote add trac git://trac.sagemath.org/sage.git -t master
git fetch trac u/fbissey/brial_pip
git checkout -b brial_pip FETCH_HEAD

François

-- 
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