* 2.4.31 make - path name breakage (perhaps)
@ 2005-11-16 15:09 Nick Warne
2005-11-16 23:47 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: Nick Warne @ 2005-11-16 15:09 UTC (permalink / raw)
To: kaos; +Cc: Marcelo Tosatti, linux-kernel
Hi Keith,
I googled a bit on this, but the nature of the bug makes it impossible to
search properly.
I found this out as I was trying to build Netgear router DG834 firmware from
GPL source, and make dep fails.
The reason is due to the untarred path name that includes () I found.
I tested on virgin kernel 2.4.31 with GNU Make version 3.79.1.
top level directory of kernel source as a test:
linux-2.4.31(test)/
And the errors (with a lot removed) - it does a little first then:
> make mrproper
/bin/sh: -c: line 1: syntax error near unexpected token
`/home/nick/kernel/linux-2.4.31(t'
...
...
make: *** [mrproper] Error 2
> make dep
/bin/sh: -c: line 1: syntax error near unexpected token
`/home/nick/kernel/linux-2.4.31(test)'
...
...
make[2]: *** [fastdep] Error 2
make[2]: Leaving directory `/home/nick/kernel/linux-2.4.31(test)/kernel'
make[1]: *** [_sfdep_kernel] Error 2
make[1]: Leaving directory `/home/nick/kernel/linux-2.4.31(test)'
make: *** [dep-files] Error 2
I haven't a clue if this is a 'make' issue or not, but a few tests on other
source builds ok.
Nick
--
http://sourceforge.net/projects/quake2plus/
"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.4.31 make - path name breakage (perhaps)
2005-11-16 15:09 2.4.31 make - path name breakage (perhaps) Nick Warne
@ 2005-11-16 23:47 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2005-11-16 23:47 UTC (permalink / raw)
To: Nick Warne; +Cc: Marcelo Tosatti, linux-kernel
On Wed, 16 Nov 2005 15:09:04 +0000,
Nick Warne <nick@linicks.net> wrote:
>The reason is due to the untarred path name that includes () I found.
>
>I tested on virgin kernel 2.4.31 with GNU Make version 3.79.1.
>
>top level directory of kernel source as a test:
>
>linux-2.4.31(test)/
>
>And the errors (with a lot removed) - it does a little first then:
>
>> make mrproper
>/bin/sh: -c: line 1: syntax error near unexpected token
>`/home/nick/kernel/linux-2.4.31(t'
Rename the directory to linux-2.4.31-test. The kernel build code
assumes that there are no shell special characters in file names.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-16 23:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-16 15:09 2.4.31 make - path name breakage (perhaps) Nick Warne
2005-11-16 23:47 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox