git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* t9020 broken on pu ?
@ 2012-08-20 20:56 Torsten Bögershausen
  2012-08-20 21:08 ` Florian Achleitner
  0 siblings, 1 reply; 4+ messages in thread
From: Torsten Bögershausen @ 2012-08-20 20:56 UTC (permalink / raw)
  To: florian.achleitner.2.6.31; +Cc: Git Mailing List

t9020 from pu doesn't work for me (neither linux nor Mac OS)

I haven't been able to find out more than this:

Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash 
directory.t9020-remote-svn/.git/
expecting success:
         init_git &&
         git fetch svnsim &&
         test_cmp .git/refs/svn/svnsim/master 
.git/refs/remotes/svnsim/master  &&
         cp .git/refs/remotes/svnsim/master master.good

Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash 
directory.t9020-remote-svn/.git/
fatal: Unable to find remote helper for 'svn'
not ok - 1 simple fetch

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: t9020 broken on pu ?
  2012-08-20 20:56 t9020 broken on pu ? Torsten Bögershausen
@ 2012-08-20 21:08 ` Florian Achleitner
  2012-08-26 19:32   ` Torsten Bögershausen
  0 siblings, 1 reply; 4+ messages in thread
From: Florian Achleitner @ 2012-08-20 21:08 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: florian.achleitner.2.6.31, Git Mailing List

On Monday 20 August 2012 22:56:35 Torsten Bögershausen wrote:
> t9020 from pu doesn't work for me (neither linux nor Mac OS)
> 
> I haven't been able to find out more than this:
> 
> Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
> directory.t9020-remote-svn/.git/
> expecting success:
>          init_git &&
>          git fetch svnsim &&
>          test_cmp .git/refs/svn/svnsim/master
> .git/refs/remotes/svnsim/master  &&
>          cp .git/refs/remotes/svnsim/master master.good
> 
> Initialized empty Git repository in /home/tb/projects/git/git.pu/t/trash
> directory.t9020-remote-svn/.git/
> fatal: Unable to find remote helper for 'svn'
> not ok - 1 simple fetch

The reason is that contrib/svn-fe, where remote-svn is in,  is not yet built 
automatically by the toplevel makefile, so the remote helper can't be found.
If you build it manually it should work.
Working on it ..

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: t9020 broken on pu ?
  2012-08-20 21:08 ` Florian Achleitner
@ 2012-08-26 19:32   ` Torsten Bögershausen
  2012-08-26 20:03     ` Florian Achleitner
  0 siblings, 1 reply; 4+ messages in thread
From: Torsten Bögershausen @ 2012-08-26 19:32 UTC (permalink / raw)
  To: Florian Achleitner; +Cc: Torsten Bögershausen, Git Mailing List


> The reason is that contrib/svn-fe, where remote-svn is in,  is not yet built 
> automatically by the toplevel makefile, so the remote helper can't be found.
> If you build it manually it should work.
> Working on it ..

Hi Florian,

the compilation as such is started, but gives problems on Mac OS X:

    CC remote-testsvn.o
remote-testsvn.c: In function ‘check_or_regenerate_marks’:
remote-testsvn.c:142: warning: implicit declaration of function ‘getline’
    CC vcs-svn/line_buffer.o
    CC vcs-svn/sliding_window.o
    CC vcs-svn/fast_export.o
    CC vcs-svn/svndiff.o
    CC vcs-svn/svndump.o
    AR vcs-svn/lib.a
    LINK git-remote-testsvn
Undefined symbols:
  "_getline", referenced from:
      _cmd_import in remote-testsvn.o
     (maybe you meant: _strbuf_getline)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make: *** [git-remote-testsvn] Error 1

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: t9020 broken on pu ?
  2012-08-26 19:32   ` Torsten Bögershausen
@ 2012-08-26 20:03     ` Florian Achleitner
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Achleitner @ 2012-08-26 20:03 UTC (permalink / raw)
  To: Torsten Bögershausen
  Cc: Florian Achleitner, Git Mailing List, Ramsay Jones,
	Erik Faye-Lund, Junio C Hamano, Joachim Schmitz

On Sunday 26 August 2012 21:32:58 Torsten Bögershausen wrote:
> > The reason is that contrib/svn-fe, where remote-svn is in,  is not yet
> > built automatically by the toplevel makefile, so the remote helper can't
> > be found. If you build it manually it should work.
> > Working on it ..
> 
> Hi Florian,
> 
> the compilation as such is started, but gives problems on Mac OS X:
> 
>     CC remote-testsvn.o
> remote-testsvn.c: In function ‘check_or_regenerate_marks’:
> remote-testsvn.c:142: warning: implicit declaration of function ‘getline’
>     CC vcs-svn/line_buffer.o
>     CC vcs-svn/sliding_window.o
>     CC vcs-svn/fast_export.o
>     CC vcs-svn/svndiff.o
>     CC vcs-svn/svndump.o
>     AR vcs-svn/lib.a
>     LINK git-remote-testsvn
> Undefined symbols:
>   "_getline", referenced from:
>       _cmd_import in remote-testsvn.o
>      (maybe you meant: _strbuf_getline)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make: *** [git-remote-testsvn] Error 1

Seems you also don't have getline on Mac OS X. Others already reported that 
this function may not be available on some platforms. Will be replaced in the 
next reroll.
Thanks for your reviews!

I'm still hesitating to send a new version out, as long as new fixups come in 
continuously.

-- 
Florian

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-26 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 20:56 t9020 broken on pu ? Torsten Bögershausen
2012-08-20 21:08 ` Florian Achleitner
2012-08-26 19:32   ` Torsten Bögershausen
2012-08-26 20:03     ` Florian Achleitner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).