Your message dated Wed, 14 Oct 2009 18:22:35 +0300
with message-id <[email protected]>
and subject line Re: Bug#550899: git-core: [PATCH] git rebase - command is
broken (PATH problem)
has caused the Debian Bug report #550899,
regarding git-core: [PATCH] git rebase - command is broken (PATH problem)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
550899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550899
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-core
Version: 1:1.6.4.3-1
Severity: important
The "git rebase" fails completely:
$ git rebase master
/usr/lib/git-core/git-rebase: line 32: .: git-sh-setup: file not found
/usr/lib/git-core/git-rebase: line 33: set_reflog_action: command not found
/usr/lib/git-core/git-rebase: line 34: require_work_tree: command not found
/usr/lib/git-core/git-rebase: line 35: cd_to_toplevel: command not found
/usr/lib/git-core/git-rebase: line 479: say: command not found
See attached patch that fixes this for Debian.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages git-core depends on:
ii libc6 2.9-25 GNU C Library: Shared libraries
ii libcurl3-gnutls 7.19.5-1.1 Multi-protocol file transfer libra
ii libdigest-sha1-perl 2.12-1 NIST SHA-1 message digest algorith
ii liberror-perl 0.17-1 Perl module for error/exception ha
ii libexpat1 2.0.1-4 XML parsing C library - runtime li
ii perl-modules 5.10.0-25 Core Perl modules
ii zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime
Versions of packages git-core recommends:
ii less 436-1 pager program similar to more
ii openssh-client [ssh-client] 1:5.1p1-7 secure shell client, an rlogin/rsh
ii patch 2.5.9-5 Apply a diff file to an original
ii rsync 3.0.6-1 fast remote file copy program (lik
Versions of packages git-core suggests:
pn git-arch <none> (no description available)
pn git-cvs <none> (no description available)
pn git-daemon-run <none> (no description available)
pn git-doc <none> (no description available)
pn git-email <none> (no description available)
pn git-gui <none> (no description available)
pn git-svn <none> (no description available)
pn gitk <none> (no description available)
pn gitweb <none> (no description available)
-- no debconf information
--- /tmp/git-rebase.original 2009-10-14 01:04:52.000000000 +0300
+++ /usr/lib/git-core/git-rebase 2009-10-14 01:03:53.000000000 +0300
@@ -29,6 +29,7 @@
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
+PATH="/usr/lib/git-core:$PATH"
. git-sh-setup
set_reflog_action rebase
require_work_tree
--- End Message ---
--- Begin Message ---
Gerrit Pape <[email protected]> writes:
> On Wed, Oct 14, 2009 at 01:09:16AM +0300, Jari Aalto wrote:
>
>> The "git rebase" fails completely:
>>
>> $ git rebase master
>> /usr/lib/git-core/git-rebase: line 32: .: git-sh-setup: file not found
>> /usr/lib/git-core/git-rebase: line 33: set_reflog_action: command not
>> found
>> /usr/lib/git-core/git-rebase: line 34: require_work_tree: command not
>> found
>> /usr/lib/git-core/git-rebase: line 35: cd_to_toplevel: command not found
>> /usr/lib/git-core/git-rebase: line 479: say: command not found
>
> I cannot reproduce this. If you run 'git foobar', the git program is
> supposed to add $(git --exec-path) to PATH, before running git-foobar,
> and it does fine for me. Can you please check again?
Happened while rebasing several commits, of which some had conflicts and
the --continue was needed.
Hm, I tried to generate similar test cases, but the conditions may not
have been exactly the same as I couldn't see the error.
Closing. If it happens again, I'll try to make the repo online next
time.
Jari
--- End Message ---