Re: /bin/sh: Syntax error: ( unexpected building kernel

2009-01-07 Thread Tarandeep Gill
I am receiving the same error, and even changing bin/sh to bin/bash
does not help.

This is what I get:

--
scripts/kconfig/conf -s arch/arm/Kconfig
  CHK include/linux/version.h
  UPD include/linux/version.h
/bin/sh: Syntax error: ( unexpected
make[1]: *** [include/config/kernel.release] Error 2
make: *** [sub-make] Error 2
make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
--

Any help would be appreciated!

 - Tarandeep

On Mon, Dec 8, 2008 at 1:07 AM, Asheesh Laroia openm...@asheesh.org wrote:
 On Mon, 8 Dec 2008, Rui Castro wrote:

 Hi,

 I've been trying to compile openmoko kernel and I can't even start
 because of this dummy error:
 -
 $ ./build dummy
 scripts/kconfig/conf -s arch/arm/Kconfig

 scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
 /bin/sh: Syntax error: ( unexpected

 The script probably has bashisms.  Set /bin/sh to /bin/bash and you'll do
 fine.

 See My production system has broken and I just want to get it back up!
 at https://wiki.ubuntu.com/DashAsBinSh .

 -- Asheesh.

 --
 The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: /bin/sh: Syntax error: ( unexpected building kernel

2009-01-07 Thread Tarandeep Gill
Ok. I found out what was wrong, as someone has already pointed in this
mailing list, I had to make a local branch. But now I get the
following error:

scripts/kconfig/conf -s arch/arm/Kconfig
  CHK include/linux/version.h
  GEN /home/taran/Openmoko/linux-2.6/GTA03/Makefile
  CHK include/linux/utsrelease.h
2.6.28-GTA03_origin/my-andy-tracking_03a07f0da5734683-g03a07f0-dirty
exceeds 64 characters
make[1]: *** [include/linux/utsrelease.h] Error 1
make: *** [sub-make] Error 2
make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!



 - Tarandeep

On Wed, Jan 7, 2009 at 4:34 PM, Tarandeep Gill taran.i...@gmail.com wrote:
 I am receiving the same error, and even changing bin/sh to bin/bash
 does not help.

 This is what I get:

 --
 scripts/kconfig/conf -s arch/arm/Kconfig
  CHK include/linux/version.h
  UPD include/linux/version.h
 /bin/sh: Syntax error: ( unexpected
 make[1]: *** [include/config/kernel.release] Error 2
 make: *** [sub-make] Error 2
 make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
 --

 Any help would be appreciated!

  - Tarandeep

 On Mon, Dec 8, 2008 at 1:07 AM, Asheesh Laroia openm...@asheesh.org wrote:
 On Mon, 8 Dec 2008, Rui Castro wrote:

 Hi,

 I've been trying to compile openmoko kernel and I can't even start
 because of this dummy error:
 -
 $ ./build dummy
 scripts/kconfig/conf -s arch/arm/Kconfig

 scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
 /bin/sh: Syntax error: ( unexpected

 The script probably has bashisms.  Set /bin/sh to /bin/bash and you'll do
 fine.

 See My production system has broken and I just want to get it back up!
 at https://wiki.ubuntu.com/DashAsBinSh .

 -- Asheesh.

 --
 The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: /bin/sh: Syntax error: ( unexpected building kernel

2009-01-07 Thread Fox Mulder
The error message looks like your kernel name is just too long.
2.6.28-GTA03_origin/my-andy-tracking_03a07f0da5734683-g03a07f0-dirty
is 69 characters and it seems that only 64 are allowed. :)
Maybe you should just select a shorter local branch name.

Ciao,
 Rainer

Tarandeep Gill wrote:
 Ok. I found out what was wrong, as someone has already pointed in this
 mailing list, I had to make a local branch. But now I get the
 following error:
 
 scripts/kconfig/conf -s arch/arm/Kconfig
   CHK include/linux/version.h
   GEN /home/taran/Openmoko/linux-2.6/GTA03/Makefile
   CHK include/linux/utsrelease.h
 2.6.28-GTA03_origin/my-andy-tracking_03a07f0da5734683-g03a07f0-dirty
 exceeds 64 characters
 make[1]: *** [include/linux/utsrelease.h] Error 1
 make: *** [sub-make] Error 2
 make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
 
 
 
  - Tarandeep
 
 On Wed, Jan 7, 2009 at 4:34 PM, Tarandeep Gill taran.i...@gmail.com wrote:
 I am receiving the same error, and even changing bin/sh to bin/bash
 does not help.

 This is what I get:

 --
 scripts/kconfig/conf -s arch/arm/Kconfig
  CHK include/linux/version.h
  UPD include/linux/version.h
 /bin/sh: Syntax error: ( unexpected
 make[1]: *** [include/config/kernel.release] Error 2
 make: *** [sub-make] Error 2
 make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
 --

 Any help would be appreciated!

  - Tarandeep

 On Mon, Dec 8, 2008 at 1:07 AM, Asheesh Laroia openm...@asheesh.org wrote:
 On Mon, 8 Dec 2008, Rui Castro wrote:

 Hi,

 I've been trying to compile openmoko kernel and I can't even start
 because of this dummy error:
 -
 $ ./build dummy
 scripts/kconfig/conf -s arch/arm/Kconfig

 scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
 /bin/sh: Syntax error: ( unexpected
 The script probably has bashisms.  Set /bin/sh to /bin/bash and you'll do
 fine.

 See My production system has broken and I just want to get it back up!
 at https://wiki.ubuntu.com/DashAsBinSh .

 -- Asheesh.

 --
 The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: /bin/sh: Syntax error: ( unexpected building kernel

2009-01-07 Thread Tarandeep Gill
Thanks Fox,

That worked. I am sorry, but I am a little naive at all this. I have
another question:

I am compiling the Openmoko Kernel for s3c6410 architecture. I have a
SMDK6410 board, and according to Andy, this version of kernel runs on
SMDK6410 with some degree of success. It would be really appreciated
if I can get a little idea about how to get this thing running on the
board. :)

Thanks again,
 - Tarandeep

On Wed, Jan 7, 2009 at 4:50 PM, Fox Mulder quakem...@gmx.net wrote:
 The error message looks like your kernel name is just too long.
 2.6.28-GTA03_origin/my-andy-tracking_03a07f0da5734683-g03a07f0-dirty
 is 69 characters and it seems that only 64 are allowed. :)
 Maybe you should just select a shorter local branch name.

 Ciao,
 Rainer

 Tarandeep Gill wrote:
 Ok. I found out what was wrong, as someone has already pointed in this
 mailing list, I had to make a local branch. But now I get the
 following error:
 
 scripts/kconfig/conf -s arch/arm/Kconfig
   CHK include/linux/version.h
   GEN /home/taran/Openmoko/linux-2.6/GTA03/Makefile
   CHK include/linux/utsrelease.h
 2.6.28-GTA03_origin/my-andy-tracking_03a07f0da5734683-g03a07f0-dirty
 exceeds 64 characters
 make[1]: *** [include/linux/utsrelease.h] Error 1
 make: *** [sub-make] Error 2
 make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
 


  - Tarandeep

 On Wed, Jan 7, 2009 at 4:34 PM, Tarandeep Gill taran.i...@gmail.com wrote:
 I am receiving the same error, and even changing bin/sh to bin/bash
 does not help.

 This is what I get:

 --
 scripts/kconfig/conf -s arch/arm/Kconfig
  CHK include/linux/version.h
  UPD include/linux/version.h
 /bin/sh: Syntax error: ( unexpected
 make[1]: *** [include/config/kernel.release] Error 2
 make: *** [sub-make] Error 2
 make: INTERNAL: Exiting with 6 jobserver tokens available; should be 5!
 --

 Any help would be appreciated!

  - Tarandeep

 On Mon, Dec 8, 2008 at 1:07 AM, Asheesh Laroia openm...@asheesh.org wrote:
 On Mon, 8 Dec 2008, Rui Castro wrote:

 Hi,

 I've been trying to compile openmoko kernel and I can't even start
 because of this dummy error:
 -
 $ ./build dummy
 scripts/kconfig/conf -s arch/arm/Kconfig

 scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
 /bin/sh: Syntax error: ( unexpected
 The script probably has bashisms.  Set /bin/sh to /bin/bash and you'll do
 fine.

 See My production system has broken and I just want to get it back up!
 at https://wiki.ubuntu.com/DashAsBinSh .

 -- Asheesh.

 --
 The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


/bin/sh: Syntax error: ( unexpected building kernel

2008-12-07 Thread Rui Castro
Hi,

I've been trying to compile openmoko kernel and I can't even start
because of this dummy error:
-
$ ./build dummy
scripts/kconfig/conf -s arch/arm/Kconfig

scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
/bin/sh: Syntax error: ( unexpected
$
-

I've followed the instructions
(http://git.openmoko.org/?p=kernel.git;a=summary and
http://wiki.openmoko.org/wiki/Toolchain#Downloading_and_installing).
Downloaded the toolchain from
http://downloads.openmoko.org/toolchains/openmoko-i686-arm-linux-gnueabi-toolchain.tar.bz2
and unpacked it to the standard location /usr/local/openmoko

I'm using Ubuntu 8.04.

I must be missing something.

Can someone point me in the right direction?

Rui

PS: sorry for the duplicate message.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: /bin/sh: Syntax error: ( unexpected building kernel

2008-12-07 Thread Asheesh Laroia
On Mon, 8 Dec 2008, Rui Castro wrote:

 Hi,

 I've been trying to compile openmoko kernel and I can't even start
 because of this dummy error:
 -
 $ ./build dummy
 scripts/kconfig/conf -s arch/arm/Kconfig

 scripts/kconfig/conf -s arch/arm/Kconfig
 CHK include/linux/version.h
 /bin/sh: Syntax error: ( unexpected

The script probably has bashisms.  Set /bin/sh to /bin/bash and you'll do 
fine.

See My production system has broken and I just want to get it back up! 
at https://wiki.ubuntu.com/DashAsBinSh .

-- Asheesh.

-- 
The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community