Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 367055 - dev-util/coccinelle has imprecise dependency on dev-ml/findlib
Summary: dev-util/coccinelle has imprecise dependency on dev-ml/findlib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-13 04:53 UTC by Oliver McFadden
Modified: 2011-11-04 08:08 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver McFadden 2011-05-13 04:53:43 UTC
Coccinelle requires dev-ml/findlib otherwise the spatch command will fail to execute.

Reproducible: Always

Steps to Reproduce:
1. emerge dev-util/coccinelle
2. spatch
Actual Results:  
$ spatch
/bin/sh: ocamlfind: command not found
Fatal error: exception Prepare_ocamlcocci.CompileFailure("ocamlfind printconf stdlib has failed")

Expected Results:  
$ spatch
init_defs_builtins: /usr/libexec/coccinelle/standard.h
Usage: spatch -sp_file <SP> <infile> [-o <outfile>] [-iso_file <iso>] [options]
Options are:
  -sp_file                    <file> the semantic patch file
...
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-05-13 13:51:40 UTC
ocaml? ( dev-ml/findlib )
Comment 2 Tim Harder gentoo-dev 2011-11-04 08:08:25 UTC
This has been fixed in the tree for a while.