kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Make cscope fails for me now as of lastest commits on Linus's tree
@ 2015-01-18  4:28 nick
  2015-01-18 22:14 ` Valdis.Kletnieks at vt.edu
  0 siblings, 1 reply; 3+ messages in thread
From: nick @ 2015-01-18  4:28 UTC (permalink / raw)
  To: kernelnewbies

Greetings Kernel Developers,
After pulling the latest kernel commits for Linus?s tree, I am
getting a build failure with make cscope. Below is the error 
messages.
find: unknown predicate `--cc'
I am unsure of why I am getting this and if this is a bug or an issue
with my machine.
Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Make cscope fails for me now as of lastest commits on Linus's tree
  2015-01-18  4:28 Make cscope fails for me now as of lastest commits on Linus's tree nick
@ 2015-01-18 22:14 ` Valdis.Kletnieks at vt.edu
  2015-01-19  4:12   ` nick
  0 siblings, 1 reply; 3+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2015-01-18 22:14 UTC (permalink / raw)
  To: kernelnewbies

On Sat, 17 Jan 2015 23:28:18 -0500, nick said:
> Greetings Kernel Developers,
> After pulling the latest kernel commits for Linus???s tree, I am
> getting a build failure with make cscope. Below is the error
> messages.
> find: unknown predicate `--cc'
> I am unsure of why I am getting this and if this is a bug or an issue
> with my machine.

Obvious first thing to do is 'make -v cscope' and see what the entire command
line that's failing is.  I'm fairly sure that you've managed to mess up your
source tree or build environment somehow, because:

[/usr/src/linux-next] find [a-z]* -type f | xargs grep -e "--cc"
scripts/get_maintainer.pl:  Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
[/usr/src/linux-next]

There's only one occurrence of "--cc" in the current source tree, and it's not
relevant as it's part of a longer string.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20150118/acf936f6/attachment.bin 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Make cscope fails for me now as of lastest commits on Linus's tree
  2015-01-18 22:14 ` Valdis.Kletnieks at vt.edu
@ 2015-01-19  4:12   ` nick
  0 siblings, 0 replies; 3+ messages in thread
From: nick @ 2015-01-19  4:12 UTC (permalink / raw)
  To: kernelnewbies

Valdis,
You were right about my build issues. I git cloned a
fresh copy of Linus's tree and it works fine now.
Thanks Again,
Nick

On 2015-01-18 05:14 PM, Valdis.Kletnieks at vt.edu wrote:
> On Sat, 17 Jan 2015 23:28:18 -0500, nick said:
>> Greetings Kernel Developers,
>> After pulling the latest kernel commits for Linus???s tree, I am
>> getting a build failure with make cscope. Below is the error
>> messages.
>> find: unknown predicate `--cc'
>> I am unsure of why I am getting this and if this is a bug or an issue
>> with my machine.
> 
> Obvious first thing to do is 'make -v cscope' and see what the entire command
> line that's failing is.  I'm fairly sure that you've managed to mess up your
> source tree or build environment somehow, because:
> 
> [/usr/src/linux-next] find [a-z]* -type f | xargs grep -e "--cc"
> scripts/get_maintainer.pl:  Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
> [/usr/src/linux-next]
> 
> There's only one occurrence of "--cc" in the current source tree, and it's not
> relevant as it's part of a longer string.
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-19  4:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18  4:28 Make cscope fails for me now as of lastest commits on Linus's tree nick
2015-01-18 22:14 ` Valdis.Kletnieks at vt.edu
2015-01-19  4:12   ` nick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).