Board index FlightGear Support Compiling

[SOLVED] download an compile, connection problem

Building FlightGear from source, and in the need for help?

[SOLVED] download an compile, connection problem

Postby fr3d » Sun Sep 02, 2018 7:39 am

Hi,

I'm using an actual Debian stable. While running download_and_compile.sh
I get stuck with this error:

Code: Select all
****************************************
**************** DATA ******************
****************************************
Klone nach '.' ...
remote: Enumerating objects: 64262, done.
remote: Counting objects: 100% (64262/64262), done.
remote: Compressing objects: 100% (29083/29083), done.
error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated.
fatal: The remote end hung up unexpectedly
fatal: zu frühes Dateiende
fatal: index-pack fehlgeschlagen


According to a similar post in this forum, there should be a cure changing the download address
from https:// to git://. In fact that didn't work for me.

Can somebody help me out, or lead me to a solution.

Thanks in advance,
fr3d
Last edited by fr3d on Tue Sep 04, 2018 5:58 am, edited 1 time in total.
fr3d
 
Posts: 3
Joined: Sat Aug 25, 2018 8:41 am

Re: download an compile, connection problem

Postby wkitty42 » Sun Sep 02, 2018 9:36 am

did you remember to change it in your .git/config files, too??
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9146
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: download an compile, connection problem

Postby fr3d » Sun Sep 02, 2018 10:34 am

Yes, I changed in the script and flightgear/.git/config and simgear/.git/config.

I will give it another try, I found a few other https::// which I forgot to change ;-)

Let's see, thanks for your reply !
fr3d
 
Posts: 3
Joined: Sat Aug 25, 2018 8:41 am

Re: download an compile, connection problem

Postby fr3d » Sun Sep 02, 2018 4:58 pm

:D FGFS up and running !!!

Thanks @wkitty42
fr3d
 
Posts: 3
Joined: Sat Aug 25, 2018 8:41 am

Re: download an compile, connection problem

Postby wkitty42 » Sun Sep 02, 2018 7:55 pm

:thumbsup:
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9146
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: [SOLVED] download an compile, connection problem

Postby abassign » Tue Sep 18, 2018 4:31 pm

I think is important change the download_and_compile.sh script for a correct compiling in Ubuntu 2018.4 or 2018.10:

the line:

Code: Select all
_gitDownload https://git.code.sf.net/p/flightgear/fgdata


must change with:

Code: Select all
_gitDownload git://git.code.sf.net/p/flightgear/fgdata


because the download non work properly ...
Developer of the program https://wiki.flightgear.org/Julia_photoscenery_generator
FDM developer of the G91R1B aircraft https://wiki.flightgear.org/FIAT_G91R1B
JSBSim collaborator
abassign
 
Posts: 947
Joined: Mon Feb 27, 2012 6:09 pm
Location: Italy (living 5 Km from airport LIME)
Callsign: I-BASSY
Version: 2020.4
OS: Ubuntu 20.10

Re: [SOLVED] download an compile, connection problem

Postby josware » Wed Jan 01, 2020 4:42 am

I am new to flightgear and find it very good for learning about piloting an aircraft. So many thanks.
There is a considerable learning curve, one needs to be persistent but it is worthwhile.

Great Post I spent a long time to find this. Finally it can download fgdata!

My OS: Debian GNU/Linux 9.11 (stretch)

I changed in download_and_compile.sh the line

Code: Select all
REPO_DEFAULT_PROTO='https'

to
Code: Select all
REPO_DEFAULT_PROTO='git'


I did not test this but maybe it can be done without editing by running:
Code: Select all
./download_and_compile.sh  --git-clone-default-proto=git
josware
 
Posts: 5
Joined: Wed Jan 01, 2020 4:12 am


Return to Compiling

Who is online

Users browsing this forum: No registered users and 4 guests