Bug 30673 - execution of some scripts is broken in eshell
Summary: execution of some scripts is broken in eshell
Status: NEW
Alias: None
Product: Branch p7
Classification: Distributions
Component: emacs24-common (show other bugs)
Version: не указана
Hardware: all Linux
: P3 normal
Assignee: Andrey Cherepanov
QA Contact: qa-p7@altlinux.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-23 17:24 MSK by Ivan Zakharyaschev
Modified: 2015-01-23 17:25 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Zakharyaschev 2015-01-23 17:24:10 MSK
emacs24-common-24.3-alt8

I have installed "topgit" from nixpkgs (as described at http://nixos.org/nix/ :  curl https://nixos.org/nix/install | sh ; make sure that ~/.nix-profile/bin is in your PATH -- .bash_profile gets updated by the installation procedure;  nix-env -i topgit).

In eshell, it doesn't work:

$ ~/.nix-profile/bin/tg create example-simple_/essence
/nix/store/cxrc12hkmvrjlq747cm08av6jl41nzi1-bash-4.3-p30/bin/sh:  : No such file or directory
$ 

In a normal terminal with shell, it works.

Also, the following works successfully in eshell, too:

$ strace -e trace=file -fF ~/.nix-profile/bin/tg create example-simple_/essence

It seems that I catched a similar bug in eshell a long time ago: once I couldn't successfully finish an "rpm -ba ..." build process in eshell (or "gear-hsh").

I had a guess that it's caused by broken signal handling or child process management in eshell...
Comment 1 Ivan Zakharyaschev 2015-01-23 17:25:30 MSK
(I want to file this bug report under Sisyphus after I check that the bug appears in the Sisyphus release of emacs, too.)