Package Details: coccinelle 1.3.0-1

Git Clone URL: https://aur.archlinux.org/coccinelle.git (read-only, click to copy)
Package Base: coccinelle
Description: C source code matching and transformation engine
Upstream URL: https://coccinelle.lip6.fr
Licenses: GPL-2.0-or-later
Submitter: hsyl20
Maintainer: meadow
Last Packager: meadow
Votes: 20
Popularity: 0.22
First Submitted: 2010-03-26 18:18 (UTC)
Last Updated: 2024-12-10 17:12 (UTC)

Dependencies (12)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

hsyl20 commented on 2011-04-18 13:02 (UTC)

I must confess that I don't use Coccinelle at all, so I haven't noticed it... I patched the configuration system in order to add a --python-binary command line option. If someone could get this included upstream, it would facilitate the maintenance.

remyoudompheng commented on 2011-04-18 05:57 (UTC)

I can't get this to work without replacing all python commands by python2 in the configure script.

hsyl20 commented on 2011-04-05 07:54 (UTC)

@cryptocrack Ok, done. Package updated for 0.2.5 final.

lfleischer commented on 2011-04-04 23:41 (UTC)

hsyl20: Please add "options=(!strip)", otherwise spatch(1) is unusable: $ spatch -sp_file foo.cocci Unknown option -sp_file. See [1] as well. [1] http://www.mail-archive.com/cocci@diku.dk/msg00247.html

hsyl20 commented on 2011-03-09 08:25 (UTC)

@toofishes Done. Thanks. Package updated for RC7.

<deleted-account> commented on 2011-03-09 05:53 (UTC)

* License should be GPL2, not GPLv2. * python2 is a required dependency * manpages are in the wrong place (`make DESTDIR=$pkgdir MANDIR="/usr/share/man" install` worked for me) Please run namcap on your package and PKGBUILD to check these things.

LeCrayonVert commented on 2011-01-27 16:57 (UTC)

hsyl20 > yeah sorry, it was just the leading space, it should have been @@ @@ -somethin(...) instead of : @@ @@ -something(...)

hsyl20 commented on 2011-01-27 15:17 (UTC)

@LeCrayonVert It seems to work on my computer. Try asking the mailing list: http://lists.diku.dk/mailman/listinfo/cocci

mlq commented on 2010-12-27 15:43 (UTC)

Needs 'ocaml-findlib' as a dependency, otherwise it won't start.