Error downloading JOGL and gluegen

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Error downloading JOGL and gluegen

smabakane
Hello,

I can't be able to download the source zip files of JoGL and gluegen using the git command. I tried to follow the instructions on JOGL website but the commands just hang and later provide an error message. The command used to download JoGL and gluegen is:

> git clone git://jogamp.org/srv/scm/gluegen.git gluegen
> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl

I have also tried to download using this command: git clone git://jogamp.com/srv/scm gluegen but am getting the following error message:
 
root@login02:/opt/gridware/libraries/jogltesr $ git clone git://jogamp.com/srv/scm/gluegen.git gluegen
Cloning into 'gluegen'...
fatal: unable to connect to jogamp.com:
jogamp.com[0: 2a01:4f8:140:1225::1:1]: errno=Connection timed out
jogamp.com[1: 46.4.52.69]: errno=Connection refused

When i use wget to download other packages it works very well. Can you please help me to download JoGL and gluegen for Redhat Linux (Centos) running on X86_64 architecture.

Thank you in advance.

Regards,

Sticks  
Reply | Threaded
Open this post in threaded view
|

Re: Error downloading JOGL and gluegen

gouessej
Administrator
Hi

Why not using Github?
https://github.com/sgothel/gluegen/archive/master.zip
https://github.com/sgothel/jogl/archive/master.zip

Edit.: jogamp.com??? It's rather jogamp.org for sure.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Error downloading JOGL and gluegen

smabakane
Thanks. I got the files.
Reply | Threaded
Open this post in threaded view
|

Re: Error downloading JOGL and gluegen

Sven Gothel
Administrator
In reply to this post by smabakane
On 11/05/2014 02:30 PM, smabakane [via jogamp] wrote:

> Hello,
>
> I can't be able to download the source zip files of JoGL and gluegen using the
> git command. I tried to follow the instructions on JOGL website but the
> commands just hang and later provide an error message. The command used to
> download JoGL and gluegen is:
>
>  
> root@login02:/opt/gridware/libraries/jogltesr $ git clone
> git://jogamp.com/srv/scm/gluegen.git gluegen
> Cloning into 'gluegen'...
> fatal: unable to connect to jogamp.com:
> jogamp.com[0: 2a01:4f8:140:1225::1:1]: errno=Connection timed out
> jogamp.com[1: 46.4.52.69]: errno=Connection refused
>
Just tested and worked OK:
> sven@risa:~/temp$  git clone git://jogamp.org/srv/scm/gluegen.git gluegen                                                                                          
> Cloning into 'gluegen'...                                                                                                                                          
> remote: Counting objects: 14609, done.
> remote: Compressing objects: 100% (6965/6965), done.
> remote: Total 14609 (delta 7903), reused 11096 (delta 5674)
> Receiving objects: 100% (14609/14609), 52.10 MiB | 7.49 MiB/s, done.                                                                                              
> Resolving deltas: 100% (7903/7903), done.                                                                                                                          
> Checking connectivity... done.                                                                                                                                    

Maybe it was a temporary hiccup or issues w/ your ipv6/ipv4 setup.

Since you have used our fallback github .. all seems to be fine.
In our Wiki/SCM-Repo page we have listed a few git repos for redundancy.

~Sven




signature.asc (828 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Error downloading JOGL and gluegen

Xerxes Rånby
In reply to this post by smabakane
Hi Sticks

The jogamp git server is located on jogamp.org
you get the connection refused if you try to use the jogamp.com
Thus you made "typo" com vs org

cheers
Xerxes



2014-11-05 14:30 GMT+01:00 smabakane [via jogamp] <[hidden email]>:
Hello,

I can't be able to download the source zip files of JoGL and gluegen using the git command. I tried to follow the instructions on JOGL website but the commands just hang and later provide an error message. The command used to download JoGL and gluegen is:

> git clone git://jogamp.org/srv/scm/gluegen.git gluegen
> git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git jogl

I have also tried to download using this command: git clone git://jogamp.com/srv/scm gluegen but am getting the following error message:
 
root@login02:/opt/gridware/libraries/jogltesr $ git clone git://jogamp.com/srv/scm/gluegen.git gluegen
Cloning into 'gluegen'...
fatal: unable to connect to jogamp.com:
jogamp.com[0: 2a01:4f8:140:1225::1:1]: errno=Connection timed out
jogamp.com[1: 46.4.52.69]: errno=Connection refused

When i use wget to download other packages it works very well. Can you please help me to download JoGL and gluegen for Redhat Linux (Centos) running on X86_64 architecture.

Thank you in advance.

Regards,

Sticks  



If you reply to this email, your message will be added to the discussion below:
http://forum.jogamp.org/Error-downloading-JOGL-and-gluegen-tp4033494.html
To start a new topic under jogl, email [hidden email]
To unsubscribe from jogamp, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: Error downloading JOGL and gluegen

smabakane
Thanks Xerxes

I managed to download load it.

Regards,

Sticks

>>> Xerxes Rånby [via jogamp]<[hidden email]>
07/11/2014 22:07 >>>


Hi Sticks

The jogamp git server is located on jogamp.org
you get the connection refused if you try to use the jogamp.com
Thus you made "typo" com vs org

cheers
Xerxes



2014-11-05 14:30 GMT+01:00 smabakane [via jogamp] <
[hidden email]>:

> Hello,
>
> I can't be able to download the source zip files of JoGL and gluegen
using
> the git command. I tried to follow the instructions on JOGL website
but the
> commands just hang and later provide an error message. The command
used to
> download JoGL and gluegen is:
>
> > git clone git://jogamp.org/srv/scm/gluegen.git gluegen
> > git clone --recurse-submodules git://jogamp.org/srv/scm/jogl.git
jogl
>
> I have also tried to download using this command: git clone git://
> jogamp.com/srv/scm gluegen but am getting the following error
message:
>
> root@login02:/opt/gridware/libraries/jogltesr $ git clone git://
> jogamp.com/srv/scm/gluegen.git gluegen
> Cloning into 'gluegen'...
> fatal: unable to connect to jogamp.com:
> jogamp.com[0: 2a01:4f8:140:1225::1:1]: errno=Connection timed out
> jogamp.com[1: 46.4.52.69]: errno=Connection refused
>
> When i use wget to download other packages it works very well. Can
you
> please help me to download JoGL and gluegen for Redhat Linux
(Centos)

> running on X86_64 architecture.
>
> Thank you in advance.
>
> Regards,
>
> Sticks
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the
discussion
> below:
>
http://forum.jogamp.org/Error-downloading-JOGL-and-gluegen-tp4033494.html

>  To start a new topic under jogl, email
> [hidden email]
> To unsubscribe from jogamp, click here
>
<
> .
> NAML
>
<
http://forum.jogamp.org/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




_______________________________________________
If you reply to this email, your message will be added to the
discussion below:
http://forum.jogamp.org/Error-downloading-JOGL-and-gluegen-tp4033494p4033513.html


To unsubscribe from Error downloading JOGL and gluegen, visit

This message is subject to the CSIR's copyright terms and conditions,
e-mail legal notice, and implemented Open Document Format (ODF)
standard.
The full disclaimer details can be found at
http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by
MailScanner,
and is believed to be clean.

Please consider the environment before printing this email.


--
This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard.
The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html.

This message has been scanned for viruses and dangerous content by MailScanner,
and is believed to be clean.

Please consider the environment before printing this email.