Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61194 - dev-ml/findlib-1.0.4-r1: Doesn't create stublib
Summary: dev-ml/findlib-1.0.4-r1: Doesn't create stublib
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Matthieu Sozeau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 13:13 UTC by Bardur Arantsson
Modified: 2004-08-21 13:21 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 Bardur Arantsson 2004-08-21 13:13:47 UTC
Hi,

Like the subject says: The findlib-1.0.4-r1 ebuild doesn't actually create the stublib it puts into ld.conf. Therefore ocamlfind complains:

   ocamlfind: [WARNING] Cannot read directory /usr/lib/ocaml/site-packages/stublibs which is mentioed in ld.conf

until you install something else which uses the findlib eclass. Wouldn't it be more sensible to just have check_stublibs in findlib-1.0.4-r1.ebuild create the directory than have each invokation of the eclass try to create it?

Cheers,
Comment 1 Matthieu Sozeau (RETIRED) gentoo-dev 2004-08-21 13:21:34 UTC
I see i'm watched :) You're absolutely right, i just commited a new revision of the ebuild without bumping the revision as it's just a warning. 
The stublibs dir still needs to be created in the image for proper ocamlfind 'functionment'.