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: Sun, 14 Jun 2020 20:21:53 +0200	[thread overview]
Message-ID: <1592158913.7336.48.camel@gmail.com> (raw)
In-Reply-To: <alpine.DEB.2.22.394.2006141456520.2849@hadrien>

On Sun, 2020-06-14 at 14:59 +0200, Julia Lawall wrote:
> 
> On Sun, 14 Jun 2020, Mike Galbraith wrote:
> 
> > On Sun, 2020-06-14 at 10:43 +0200, Julia Lawall wrote:
> > >
> > > What is your Linux distribution?
> >
> > openSUSE Leap-15.1
> 
> Our CI already has an entry for openSUSE Leap.  We will look into it, but
> if you have any further information about the problem, please let us know.

Executive Summary:

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

I find those under lib64, apply symlink bandaid, proggy acks.

WRT the HEAD make install booboo..

git@homer:~/coccinelle> sudo make install
mkdir -p /usr/local/coccinelle/bin /usr/local/coccinelle/lib64/coccinelle
mkdir -p /usr/local/coccinelle/lib64/coccinelle/ocaml
if test -f bundles/pyml/dllpyml_stubs.so; then \
        /usr/bin/install -c -m 755 bundles/pyml/dllpyml_stubs.so \
                /usr/local/coccinelle/lib64/coccinelle; \
fi
if test -f bundles/pcre/dllpcre_stubs.so; then \
        /usr/bin/install -c -m 755 bundles/pcre/dllpcre_stubs.so \
                /usr/local/coccinelle/lib64/coccinelle; \
fi
/usr/bin/install -c -m 755 spatch.opt /usr/local/coccinelle/bin/spatch
/usr/bin/install -c -m 644 standard.h /usr/local/coccinelle/lib64/coccinelle
/usr/bin/install -c -m 644 standard.iso /usr/local/coccinelle/lib64/coccinelle
/usr/bin/install -c -m 644 ocaml/*.cmi /usr/local/coccinelle/lib64/coccinelle/ocaml/
if test -f ocaml/coccilib.cmx; then \
        /usr/bin/install -c -m 644 ocaml/*.cmx /usr/local/coccinelle/lib64/coccinelle/ocaml/; \
fi
/usr/bin/install -c -m 755 tools/spgen/source/spgen.opt \
         /usr/local/coccinelle/bin/spgen
/usr/bin/install -c -m 644 python/coccilib/*.py \
        /usr/local/coccinelle/lib64/coccinelle/python/coccilib
/usr/bin/install: target '/usr/local/coccinelle/lib64/coccinelle/python/coccilib' is not a directory
make: *** [Makefile:332: install-python] Error 1

mkdir -p bandaid worked.
_______________________________________________
Cocci mailing list
Cocci@systeme.lip6.fr
https://systeme.lip6.fr/mailman/listinfo/cocci

  reply	other threads:[~2020-06-14 18:22 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 [this message]
2020-06-14 19:37               ` Julia Lawall
2020-06-15  4:16                 ` Mike Galbraith
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=1592158913.7336.48.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.