rsb

Gedare Bloom gedare at rtems.org
Fri Jul 13 12:50:24 UTC 2018


On Sat, Jul 7, 2018 at 9:40 AM, Siddons, David <siddons at bnl.gov> wrote:

> ...answering my own question: yes, I do have to install RTEMS separately.
> Again, I had to use the https method:
>
>
> git clone https://github.com/RTEMS/rtems.git rtems
>
>
> The manual says I should then do:
>
>
> ./bootstrap -c && ./bootstrap -p && $HOME/development/rtems/rsb/
> source-builder/sb-bootstrap
>
> Bootstrap -c works OK.
>
> Bootstrap -p gives:
>
>
> unknown option -p
> usage: bootstrap [-c|-p|-h] [-q][-v]
> options:
>         -c .. clean, remove all aclocal/autoconf/automake generated files
>         -h .. display this message and exit
>         -H .. regenerate headers.am files
>         -q .. quiet, don't display directories
>         -v .. verbose, pass -v to autotools
>
> I did -H, which ran OK.
>
>
These are from the Quick Start instructions for 4.11. With rtems5 we don't
have the -p option any more.

[...]

*From:* Siddons, David
> *Sent:* Friday, July 6, 2018 8:07:12 PM
>
> *To:* joel at rtems.org
> *Cc:* rtems-users at rtems.org
> *Subject:* Re: rsb
>
>
> The RSB installed OK. I tried to then get the 4.11 branch, assuming that
> was the latest released branch. However, it couldn't find it:
>
>
> ../source-builder/sb-set-builder --prefix=/home/peter/development/rtems/4.11
> 4.11/rtems-arm
> bash: ../source-builder/sb-set-builder: No such file or directory
>
> Changing 4.11 to 5 resulted in a good build. So what happened to 4.11?
>
> Do I now have to install the kernel source by hand, and build it like in
> the old style? I couldn't see it anywhere in the resultant tree.
>
>
The 4.11 branch should exist, and it is the most recent release. 5 is close
to release. I currently do not advise to build the rtems kernel using RSB.
It usually works, but it can be too opaque for some users.

[...]


> On Fri, Jul 6, 2018 at 1:41 PM, Siddons, David <siddons at bnl.gov> wrote:
>
> I just tried again to clone rsb:
>
>
> ~/development/rtems$ git clone git://git.rtems.org/rtems-
> source-builder.git rsb
> Cloning into 'rsb'...
> fatal: repository 'https://git.rtems.org//rtems-source-builder.git/' not
> found
>
>
> Looking at the contents of this link gets:
>
>
> No repositories found
>
>
> I found this same clone command in various places throughout the RTEMS
> documentation. Am I doing something wrong?
>
>
>

Check your ${HOME}/.gitconfig file for something that would have resulted
from

git config --global url.https://git.rtems.org/.insteadOf git://git.rtems.org/

I think the git.rtems.org web server does not serve the repositories with
.git extension over https and http, but instead you have to clone the
"directory" name and it will pick up the repo, for example:
git clone https://git.rtems.org/rtems-source-builder/
might work.

It might be worth filing a ticket to request to allow the transparent
replacement of https/http for git protocol using the same repository path.

Gedare


> Pete.
>
>
>
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
>
>
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20180713/a4bf108a/attachment-0002.html>


More information about the users mailing list