Hi David,

David Förster wrote:

> I'll send you the output of the PERLDB_OPTS ... command in private mail.

Received; thanks!

> trace: built-in: git 'update-index' '-z' '--index-info'
> error: git-svn died of signal 13

So it looks like git update-index is dying early.  To check this:

cp /usr/lib/git-core/git-update-index ../git-ui
sed -e 's/update-index/ui/g' -e '/From which/ s/.*/$SIG{PIPE} = "IGNORE";/' \
        -e "s/'DEFAULT'/'IGNORE'/" /usr/lib/git-core/git-svn > ../git-svn
chmod +x ../git-ui ../git-svn
PATH=..:$PATH GIT_TRACE=1 ../git-svn <args>

Could you send the last five or so lines of output from that command?
Hopefully, it will indicate some cause of death for 'git-ui'.

Bug#540150 seems to be about the same problem.  Still no hunches from
here, unfortunately.

Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to