Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 366553 - dev-util/coccinelle ebuild is missing dependency on dev-ml/findlib
Summary: dev-util/coccinelle ebuild is missing 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 major (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-09 08:12 UTC by Jakub Zawadzki
Modified: 2011-05-09 21:16 UTC (History)
1 user (show)

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 Jakub Zawadzki 2011-05-09 08:12:02 UTC
Running spatch without dev-ml/findlib installed generates fatal error:

/bin/sh: ocamlfind: command not found
Fatal error: exception Prepare_ocamlcocci.CompileFailure("ocamlfind printconf stdlib has failed")


Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2011-05-09 21:16:24 UTC
Yeah, 0.2.5 also added ocaml as an embedded language. Added it as a separate USE=ocaml.

Pushed as:
> *coccinelle-0.2.5-r1 (09 May 2011)
> 
>   09 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -coccinelle-0.2.5.ebuild,
>   +coccinelle-0.2.5-r1.ebuild:
>   Fixed missing runtime depend on findlib as found out Jakub Zawadzki in bug
>   #366553. Added USE=ocaml for ocaml scripting support.

Thanks for the report, Jakub!