Paul Sokolovsky | 14 Mar 2011 21:08
Picon

Re: [ANN] CeGCC codebase migrated to git

Hello,

On Mon, 14 Mar 2011 20:53:34 +0100
André Hentschel <nerv <at> dawncrow.de> wrote:

> Am 14.03.2011 19:48, schrieb Paul Sokolovsky:
> > Hello,
> > 
> > On Mon, 14 Mar 2011 19:11:26 +0100
> > André Hentschel <nerv <at> dawncrow.de> wrote:
> > 
> >>> git clone git://gitorious.org/cegcc/cegcc-build.git
> >>> Then follow instructions in cegcc-build/README
> >>> (http://gitorious.org/cegcc/cegcc-build/blobs/master/README)
> >>>
> >>>
> >> Hi,
> >> i love git, nothings better.
> >> But for some reason i cannot connect to gitorious.org when doing
> >> git submodule update. It first asked me if i want to trust some
> >> RSA key, i said yes, then the access failed(other end hung up).
> > 
> > Oops, I added developer's r/w git urls for submodules, fixed now.
> > Please pull and try again.
> > 
> > 
> after a git pull && git rebase origin:
> $ git submodule update
> Cloning into binutils...
> Permission denied (publickey).
(Continue reading)

André Hentschel | 14 Mar 2011 21:15
Picon
Favicon
Gravatar

Re: [ANN] CeGCC codebase migrated to git

Am 14.03.2011 21:08, schrieb Paul Sokolovsky:
> Hello,
> 
> On Mon, 14 Mar 2011 20:53:34 +0100
> André Hentschel <nerv <at> dawncrow.de> wrote:
> 
>> Am 14.03.2011 19:48, schrieb Paul Sokolovsky:
>>> Hello,
>>>
>>> On Mon, 14 Mar 2011 19:11:26 +0100
>>> André Hentschel <nerv <at> dawncrow.de> wrote:
>>>
>>>>> git clone git://gitorious.org/cegcc/cegcc-build.git
>>>>> Then follow instructions in cegcc-build/README
>>>>> (http://gitorious.org/cegcc/cegcc-build/blobs/master/README)
>>>>>
>>>>>
>>>> Hi,
>>>> i love git, nothings better.
>>>> But for some reason i cannot connect to gitorious.org when doing
>>>> git submodule update. It first asked me if i want to trust some
>>>> RSA key, i said yes, then the access failed(other end hung up).
>>>
>>> Oops, I added developer's r/w git urls for submodules, fixed now.
>>> Please pull and try again.
>>>
>>>
>> after a git pull && git rebase origin:
>> $ git submodule update
>> Cloning into binutils...
(Continue reading)

Paul Sokolovsky | 14 Mar 2011 22:09
Picon

Re: [ANN] CeGCC codebase migrated to git

On Mon, 14 Mar 2011 21:15:48 +0100
André Hentschel <nerv <at> dawncrow.de> wrote:

[]
> $ git submodule update
> Cloning into binutils...
> fatal: The remote end hung up unexpectedly
> Clone of 'git://gitorious.org/cegcc/cegcc-svn-binutils.git' into
> submodule path 'binutils' failed
> 
> but removing cegcc-build and cloning it again helps :)
> so this seems fixed for me

I have suspicion it was flaky on gitorious side, I also was getting
"The remote end hung up unexpectedly" but they cleared a bit later.

> 
> 

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel
André Hentschel | 14 Mar 2011 22:27
Picon
Favicon
Gravatar

Re: [ANN] CeGCC codebase migrated to git

Am 14.03.2011 22:09, schrieb Paul Sokolovsky:
> On Mon, 14 Mar 2011 21:15:48 +0100
> André Hentschel <nerv <at> dawncrow.de> wrote:
> 
> []
>> $ git submodule update
>> Cloning into binutils...
>> fatal: The remote end hung up unexpectedly
>> Clone of 'git://gitorious.org/cegcc/cegcc-svn-binutils.git' into
>> submodule path 'binutils' failed
>>
>> but removing cegcc-build and cloning it again helps :)
>> so this seems fixed for me
> 
> I have suspicion it was flaky on gitorious side, I also was getting
> "The remote end hung up unexpectedly" but they cleared a bit later.
> 

too bad, next problem:
$ git submodule update 
fatal: reference is not a tree: 4d4cb202379697db2936fd10b29a76e1f7541dfb
Unable to checkout '4d4cb202379697db2936fd10b29a76e1f7541dfb' in submodule path 'w32api'

--

-- 

Best Regards, André Hentschel

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
(Continue reading)

Paul Sokolovsky | 15 Mar 2011 02:11
Picon

Re: [ANN] CeGCC codebase migrated to git

Hello,

On Mon, 14 Mar 2011 22:27:36 +0100
André Hentschel <nerv <at> dawncrow.de> wrote:

[]
> too bad, next problem:
> $ git submodule update 
> fatal: reference is not a tree:
> 4d4cb202379697db2936fd10b29a76e1f7541dfb Unable to checkout
> '4d4cb202379697db2936fd10b29a76e1f7541dfb' in submodule path 'w32api'

Cut&paste error after URL schema replacement - used cegcc-svn-w32api
(import from SVN) instead of cegcc-w32api (rebase to upstream with
extra patches).

Fixed and I now did a fresh checkout and build to make sure everything's
ok ;-).

> 
> 
> -- 
> 
> Best Regards, André Hentschel
> 

--

-- 
Best regards,
 Paul                          mailto:pmiscml <at> gmail.com

(Continue reading)

André Hentschel | 16 Mar 2011 22:57
Picon
Favicon
Gravatar

Re: [ANN] CeGCC codebase migrated to git

Am 15.03.2011 02:11, schrieb Paul Sokolovsky:
> Hello,
> 
> On Mon, 14 Mar 2011 22:27:36 +0100
> André Hentschel <nerv <at> dawncrow.de> wrote:
> 
> []
>> too bad, next problem:
>> $ git submodule update 
>> fatal: reference is not a tree:
>> 4d4cb202379697db2936fd10b29a76e1f7541dfb Unable to checkout
>> '4d4cb202379697db2936fd10b29a76e1f7541dfb' in submodule path 'w32api'
> 
> Cut&paste error after URL schema replacement - used cegcc-svn-w32api
> (import from SVN) instead of cegcc-w32api (rebase to upstream with
> extra patches).
> 
> Fixed and I now did a fresh checkout and build to make sure everything's
> ok ;-).
> 
>>
>>
>> -- 
>>
>> Best Regards, André Hentschel
>>
> 
> 

thx
(Continue reading)

Paul Sokolovsky | 17 Mar 2011 10:37
Picon

Re: [ANN] CeGCC codebase migrated to git

Hello,

On Wed, 16 Mar 2011 22:57:15 +0100
André Hentschel <nerv <at> dawncrow.de> wrote:

> > Fixed and I now did a fresh checkout and build to make sure
> > everything's ok ;-).
> 
> thx
> now that it finally works ( ;) ) it would be cool if
> build-mingw32ce.sh would also (or optional) build the i386 version.
> have no time to make the change myself, really

Thanks for testing! All configurations and scripts from SVN should
work as is - I didn't do any functional changes to build-mingw32ce.sh
for example. However I would like to go in depth, not in breadth - to
provide complete integration cycle, where one can build toolchain and
use it to build actual software - all in reproducible and easily to
start way. So, I'm going to concentrate on single target for
now (arm-mingw32ce). If/when the integration cycle will be closed, it
will be also much easier to test other configurations. Because
otherwise we get multitude of configurations, but all of them barely
working - few existing software compiles, and glaring bugs
(http://sourceforge.net/apps/trac/cegcc/ticket/1) get "suddenly"
discovered.

That said, I'll rename cegcc-build's build to build-arm-mingw32ce to
emphasize it's only one of targets.

> 
(Continue reading)


Gmane