All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Galbraith <umgwanakikbuti@gmail.com>
To: Julia Lawall <julia.lawall@inria.fr>
Cc: Randy Dunlap <rdunlap@infradead.org>, cocci@systeme.lip6.fr
Subject: Re: [Cocci] coccinelle issues
Date: Mon, 15 Jun 2020 06:16:45 +0200	[thread overview]
Message-ID: <1592194605.7336.83.camel@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2006142137330.2849@hadrien>

P.S.

> > warning: Can't find macro file: /usr/local/coccinelle/bin/../lib/coccinelle/standard.h
> > warning: Can't find default iso file: /usr/local/coccinelle/bin/../lib/coccinelle/standard.iso

The hard coded "lib" causing this issue lives in globals/config.ml.in.

diff --git a/globals/config.ml.in b/globals/config.ml.in
index 2a4135f3b06e..5969be5aa1e2 100644
--- a/globals/config.ml.in
+++ b/globals/config.ml.in
@@ -37,7 +37,7 @@ let path =
       exec_dir
     else
       List.fold_left Filename.concat exec_dir
-	[Filename.parent_dir_name; "lib"; "coccinelle"]
+	[Filename.parent_dir_name; "lib64"; "coccinelle"]
 
 
 let std_iso = ref (Filename.concat path "standard.iso")
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

  reply	other threads:[~2020-06-15  4:16 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-14  4:07 [Cocci] coccinelle issues Randy Dunlap
2020-06-14  4:07 ` Randy Dunlap
2020-06-14  6:23 ` [Cocci] " Mike Galbraith
2020-06-14  7:42   ` Julia Lawall
2020-06-14  7:57     ` Mike Galbraith
2020-06-14  8:00       ` Mike Galbraith
2020-06-14  8:11         ` Mike Galbraith
2020-06-14  8:32           ` Mike Galbraith
2020-06-14  8:49           ` Julia Lawall
2020-06-14  8:47         ` Julia Lawall
2020-06-14  8:43       ` Julia Lawall
2020-06-14  8:44         ` Mike Galbraith
2020-06-14  8:51           ` Julia Lawall
2020-06-14 12:59           ` Julia Lawall
2020-06-14 18:21             ` Mike Galbraith
2020-06-14 19:37               ` Julia Lawall
2020-06-15  4:16                 ` Mike Galbraith [this message]
2020-06-17 16:37               ` Randy Dunlap
2020-06-14  7:39 ` Julia Lawall
2020-06-14  7:39   ` Julia Lawall
2020-06-14 14:40   ` Randy Dunlap
2020-06-14 14:40     ` Randy Dunlap
2020-06-14 15:20     ` Julia Lawall
2020-06-14 15:20       ` Julia Lawall
  -- strict thread matches above, loose matches on Subject: below --
2020-06-14 16:12 Markus Elfring
2020-06-14 16:12 ` Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592194605.7336.83.camel@gmail.com \
    --to=umgwanakikbuti@gmail.com \
    --cc=cocci@systeme.lip6.fr \
    --cc=julia.lawall@inria.fr \
    --cc=rdunlap@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.