T. V. Raman | 30 Jul 2012 05:34
Picon

make install errors out:

This is after a git update:

umask 022 ; \
	  eval sh -x /bin/mkdir -p \
	    "'`echo /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
\"s,:,' ',g\"`'"
/bin/mkdir: 1: Syntax error: "(" unexpected
make: *** [install-arch-indep] Error 2
20:33:58 labrador emacs $ 

--

-- 
Best Regards,
--raman

Jan Djärv | 30 Jul 2012 08:06
Picon

Re: make install errors out:

Hello.

30 jul 2012 kl. 05:34 skrev T. V. Raman:

> This is after a git update:
> 
> umask 022 ; \
> 	  eval sh -x /bin/mkdir -p \
> 	    "'`echo /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
\"s,:,' ',g\"`'"
> /bin/mkdir: 1: Syntax error: "(" unexpected
> make: *** [install-arch-indep] Error 2
> 20:33:58 labrador emacs $ 

Hmm, there is no ( in that line.  What shell are you using?

	Jan D.

Jan Djärv | 30 Jul 2012 08:16
Picon

Re: make install errors out:


30 jul 2012 kl. 08:06 skrev Jan Djärv <jan.h.d <at> swipnet.se>:

> Hello.
> 
> 30 jul 2012 kl. 05:34 skrev T. V. Raman:
> 
>> This is after a git update:
>> 
>> umask 022 ; \
>>      eval sh -x /bin/mkdir -p \
>>        "'`echo /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
\"s,:,' ',g\"`'"
>> /bin/mkdir: 1: Syntax error: "(" unexpected
>> make: *** [install-arch-indep] Error 2
>> 20:33:58 labrador emacs $ 
> 
> Hmm, there is no ( in that line.  What shell are you using?
> 

Forget that. The sh -x shall not be there. In my case mkdir was not used but install-sh. I will fix it. 

Thanks. 

    Jan D. 

Aneesh Kumar K.V | 30 Jul 2012 10:42
Picon
Gravatar

Re: make install errors out:

Jan Djärv <jan.h.d <at> swipnet.se> writes:

> Hello.
>
> 30 jul 2012 kl. 05:34 skrev T. V. Raman:
>
>> This is after a git update:
>> 
>> umask 022 ; \
>> 	  eval sh -x /bin/mkdir -p \
>> 	    "'`echo /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
\"s,:,' ',g\"`'"
>> /bin/mkdir: 1: Syntax error: "(" unexpected
>> make: *** [install-arch-indep] Error 2
>> 20:33:58 labrador emacs $ 
>
> Hmm, there is no ( in that line.  What shell are you using?
>

I am also facing the same issue. using bash shell

$echo $SHELL
/bin/bash

This is on ubuntu 12.04.

-aneesh

Aneesh Kumar K.V | 30 Jul 2012 10:57
Picon
Gravatar

Re: make install errors out:

"Aneesh Kumar K.V" <aneesh.kumar <at> linux.vnet.ibm.com> writes:

> Jan Djärv <jan.h.d <at> swipnet.se> writes:
>
>> Hello.
>>
>> 30 jul 2012 kl. 05:34 skrev T. V. Raman:
>>
>>> This is after a git update:
>>> 
>>> umask 022 ; \
>>> 	  eval sh -x /bin/mkdir -p \
>>> 	    "'`echo /usr/local/share/emacs/24.1.50/site-lisp:/usr/local/share/emacs/site-lisp|sed
\"s,:,' ',g\"`'"
>>> /bin/mkdir: 1: Syntax error: "(" unexpected
>>> make: *** [install-arch-indep] Error 2
>>> 20:33:58 labrador emacs $ 
>>
>> Hmm, there is no ( in that line.  What shell are you using?
>>
>
> I am also facing the same issue. using bash shell
>
> $echo $SHELL
> /bin/bash
>
> This is on ubuntu 12.04.

and lrwxrwxrwx 1 root root 4 Mar 30 00:23 /bin/sh -> dash

(Continue reading)


Gmane