bennn / racket-mutt

Racket API for the Mutt email client
Other
3 stars 1 forks source link

Cannot find mutt when installed (on debian) #13

Closed LeifAndersen closed 7 years ago

LeifAndersen commented 7 years ago

When innstalling mutt, I get the following output:

/bin/sh: 1: Syntax error: Bad fd number
mutt:pre-install: could not locate `mutt` executable, install with your package manager and try again
raco setup: --- installing foreign libraries ---
raco setup: --- installing shared files ---
raco setup: --- compiling collections ---
raco setup: --- parallel build using 8 jobs ---
raco setup: 7 making: <pkgs>/mutt
raco setup: 7 making: <pkgs>/mutt/private
raco setup: 7 making: <pkgs>/mutt/scribblings
raco setup: 7 making: <pkgs>/mutt/test
raco setup: --- creating launchers ---
raco setup: --- installing man pages ---
raco setup: --- building documentation ---
raco setup: 0 skipping: <planet>/dyoo/python-tokenizer.plt/1/1/manual.scrbl
raco setup: 6 skipping: <planet>/dyoo/while-loop.plt/1/1/manual.scrbl
raco setup: --- installing collections ---
raco setup: --- post-installing collections ---
raco setup: --- summary of errors ---
raco setup: error: during early install for <pkgs>/mutt
raco setup:   mutt:pre-install: could not locate `mutt` executable, install with your package manager and try again

However, mutt is installed on my machine, and is even in my $PATH.

I am running this on debian jessie.

bennn commented 7 years ago

14