Re: waf in gitlab rtems-net-legacy still linked to git.rtems.org
Chris Johns <[email protected]> Thu, 13 Jun 2024 12:16:37 +1000
| Newsgroups | gmane.os.rtems.user |
|---|---|
| Organization | https://www.rtems.org/ |
| Message-ID | <[email protected]> |
On 13/6/2024 12:01 am, Heinz Junkes wrote: > Hi, > I'm trying to install the network stacks manually as rsb is having a problem and I've encountered the following problem: > > git clone https://gitlab.rtems.org/rtems/pkg/rtems-net-legacy.git > cd rtems-net-legacy > > junkes@Zarquon rtems-net-legacy % git submodule init > git submodule update > Submodule 'rtems_waf' (git://git.rtems.org/rtems_waf.git) registered for path 'rtems_waf' > Cloning into '/Volumes/Epics/LONG_ISLAND/RTEMS_FOR_EPICS/rtems-net-legacy/rtems_waf'... > fatal: unable to connect to git.rtems.org: > git.rtems.org[0: 140.211.10.170]: errno=Connection refused > > fatal: clone of 'git://git.rtems.org/rtems_waf.git' into submodule path '/Volumes/Epics/LONG_ISLAND/RTEMS_FOR_EPICS/rtems-net-legacy/rtems_waf' failed > Failed to clone 'rtems_waf'. Retry scheduled > Cloning into '/Volumes/Epics/LONG_ISLAND/RTEMS_FOR_EPICS/rtems-net-legacy/rtems_waf'... > fatal: unable to connect to git.rtems.org: > git.rtems.org[0: 140.211.10.170]: errno=Connection refused > > fatal: clone of 'git://git.rtems.org/rtems_waf.git' into submodule path '/Volumes/Epics/LONG_ISLAND/RTEMS_FOR_EPICS/rtems-net-legacy/rtems_waf' failed > Failed to clone 'rtems_waf' a second time, aborting We are in the process of getting the repos sorted after the move to Gitlab. The fix is up as a merge request: https://gitlab.rtems.org/rtems/pkg/rtems-net-legacy/-/merge_requests/1 It should be merge once I have finished this email. Chris