On Dec 16, 2007 12:11 PM, Abdelrazak Younes [off-list ref] wrote:
quoted
Actually you might prefer to just use the LyX dependencies package that
we provide for Windows developers, it contains Qt. I paste here the
relevant part of our 'INSTALL.Win32':
Thanks, I've tried it but without success because I need MSVC 2005
installed, and currently is not.
Right.
Anyhow for now I have produced a version with mingw that seems more or
less to work, when I have a bit of time I will install MSVC 2005 and
try if with that compiler is better...
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
$ git clone http://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
$ git --version
git version 1.5.3.6.1791.gfd264
'git clone ssh://...' seems to work but I guess I need a login and password?
Maybe I am doing something wrong here? Sorry, my first time ever with git...
Abdel.
PS: Sorry for the cross posting but I guess this issue is maybe of
interest to msysgit people.
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:43:59
Hi,
On Mon, 17 Dec 2007, Abdelrazak Younes wrote:
Marco Costalba wrote:
quoted
On Dec 16, 2007 12:11 PM, Abdelrazak Younes [off-list ref] wrote:
quoted
Actually you might prefer to just use the LyX dependencies package that
we provide for Windows developers, it contains Qt. I paste here the
relevant part of our 'INSTALL.Win32':
Thanks, I've tried it but without success because I need MSVC 2005
installed, and currently is not.
Right.
quoted
Anyhow for now I have produced a version with mingw that seems more or
less to work, when I have a bit of time I will install MSVC 2005 and
try if with that compiler is better...
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
$ git clone http://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
$ git --version
git version 1.5.3.6.1791.gfd264
'git clone ssh://...' seems to work but I guess I need a login and password?
Maybe I am doing something wrong here? Sorry, my first time ever with git...
Abdel.
PS: Sorry for the cross posting but I guess this issue is maybe of
interest to msysgit people.
Why would anything that has to do with MSVC2005 be interesting to msysGit?
Note the "msys" part of "msysGit".
FWIW a member of our team works on compiling/including qgit into msysGit.
But definitely not using closed-source compilers. I would violently
oppose that.
Ciao,
Dscho
On Dec 16, 2007 12:11 PM, Abdelrazak Younes [off-list ref] wrote:
quoted
Actually you might prefer to just use the LyX dependencies package that
we provide for Windows developers, it contains Qt. I paste here the
relevant part of our 'INSTALL.Win32':
Thanks, I've tried it but without success because I need MSVC 2005
installed, and currently is not.
Right.
quoted
Anyhow for now I have produced a version with mingw that seems more or
less to work, when I have a bit of time I will install MSVC 2005 and
try if with that compiler is better...
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
$ git clone http://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
$ git --version
git version 1.5.3.6.1791.gfd264
'git clone ssh://...' seems to work but I guess I need a login and password?
Maybe I am doing something wrong here? Sorry, my first time ever with git...
Abdel.
PS: Sorry for the cross posting but I guess this issue is maybe of
interest to msysgit people.
Why would anything that has to do with MSVC2005 be interesting to msysGit?
Note the "msys" part of "msysGit".
Sorry, I meant the error I am facing trying to clone the qgit
repository. MSVC2005 has of course nothing to do with MSYS (while one
could imagine that MSys and for the matter git could be compiled with it
instead of mingw).
FWIW a member of our team works on compiling/including qgit into msysGit.
But definitely not using closed-source compilers. I would violently
oppose that.
Noted. I didn't meant to start a debate here.
Abdel.
From: Marco Costalba <hidden> Date: 2016-06-15 22:43:59
On Dec 17, 2007 10:51 AM, Abdelrazak Younes [off-list ref] wrote:
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
This is very strange, I can clone without problems...someone has ideas?
$ git clone http://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
Cannot get remote repository information.
Perhaps git-update-server-info needs to be run there?
Well, perhaps, but to clone with git protocol you don't need that.
Marco
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:44:00
Hi,
On Mon, 17 Dec 2007, Marco Costalba wrote:
On Dec 17, 2007 10:51 AM, Abdelrazak Younes [off-list ref] wrote:
quoted
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
This looks familiar. It happens when there was no response to the 4 IPs
of git.kernel.org. This might be due to a firewall which blocks git://
quoted
$ git clone http://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
Cannot get remote repository information. Perhaps
git-update-server-info needs to be run there?
Well, perhaps, but to clone with git protocol you don't need that.
It is generally a good idea to provide the server-info for dumb protocols,
because not everybody is fortunate enough (like you, evidently, because
you do not seem to care all that much...) to control her outbound firewall
restrictions.
Ciao,
Dscho
From: Marco Costalba <hidden> Date: 2016-06-15 22:44:00
On Dec 17, 2007 11:44 AM, Johannes Schindelin
[off-list ref] wrote:
Why would anything that has to do with MSVC2005 be interesting to msysGit?
Note the "msys" part of "msysGit".
FWIW a member of our team works on compiling/including qgit into msysGit.
But definitely not using closed-source compilers. I would violently
oppose that.
I would (violently) agree with you, but I also violently oppose to
waste a week end fighting with Qt4 + mingw compilation. MSVC2005 is
needed as a kind of "debug tool" to better understand if the problem
is with Qt4 or with mingw (as I suspect).
Abdel is very kind to try to help in caming out with a qgit.exe more
or less ready to be packaged. I'm not opposed, in this phase, to
follow different _technically_ sound paths. Then when the dust settles
down we could do our consideration regarding open source, in which I
belive very firmly, so firmly that I'm not scared to _test_ different
ways if this can be useful to shed some light on this issue.
Marco
On Dec 17, 2007 10:51 AM, Abdelrazak Younes [off-list ref] wrote:
quoted
I would like to help you with that but I can't retrieve the repository:
$ git clone git://git.kernel.org/pub/scm/qgit/qgit4.git qgit4.git
Initialized empty Git repository in d:/devel/git/qgit4/qgit4.git/.git/
git.kernel.org[0: 130.239.17.7]: errno=Invalid argument
git.kernel.org[1: 199.6.1.166]: errno=Bad file descriptor
git.kernel.org[2: 204.152.191.8]: errno=Bad file descriptor
git.kernel.org[3: 204.152.191.40]: errno=Bad file descriptor
fatal: unable to connect a socket (Bad file descriptor)
fetch-pack from 'git://git.kernel.org/pub/scm/qgit/qgit4.git' failed.
This looks familiar. It happens when there was no response to the 4 IPs
of git.kernel.org. This might be due to a firewall which blocks git://
Yes, I guess this is the issue. I'll try from home now and report back.
In any case I managed to clone the qgit4 repository from
http://repo.or.cz/r/qgit4.git already so I can work from here.
Abdel.