Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349774 - app-misc/ledit-2.02.1 failed
Summary: app-misc/ledit-2.02.1 failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 349625
  Show dependency tree
 
Reported: 2010-12-26 15:10 UTC by David Abbott
Modified: 2010-12-26 16:25 UTC (History)
0 users

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


Attachments
build.log (ledit-2.02.1-build.log,3.04 KB, text/plain)
2010-12-26 15:12 UTC, David Abbott (RETIRED)
Details
emerge --info (x86chroot-12-26-emerge_info.txt,4.80 KB, text/plain)
2010-12-26 15:12 UTC, David Abbott (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Abbott (RETIRED) gentoo-dev 2010-12-26 15:10:57 UTC
While x86 arch testing;

File "_none_", line 1, characters 0-1:
Error: Cannot find file gramlib.cmxa
make: *** [ledit.opt] Error 2
emake failed
 * ERROR: app-misc/ledit-2.02.1 failed:


Reproducible: Always
Comment 1 David Abbott (RETIRED) gentoo-dev 2010-12-26 15:12:14 UTC
Created attachment 258109 [details]
build.log
Comment 2 David Abbott (RETIRED) gentoo-dev 2010-12-26 15:12:36 UTC
Created attachment 258111 [details]
emerge --info
Comment 3 Alexis Ballier gentoo-dev 2010-12-26 15:56:02 UTC
what version of camlp5 do you have ?

did you run ocaml-rebuild.sh -f after upgrading ocaml ? does rebuilding camlp5 help ? (if it does, this means you didn't run ocaml-rebuild.sh)
Comment 4 David Abbott (RETIRED) gentoo-dev 2010-12-26 16:17:23 UTC
(In reply to comment #3)
> what version of camlp5 do you have ?
dev-ml/camlp5-5.14  USE="doc ocamlopt"
> did you run ocaml-rebuild.sh -f after upgrading ocaml ?
No never heard of it.
> does rebuilding camlp5 help ? 
yes
> (if it does, this means you didn't run ocaml-rebuild.sh)


Comment 5 Alexis Ballier gentoo-dev 2010-12-26 16:25:25 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > what version of camlp5 do you have ?
> dev-ml/camlp5-5.14  USE="doc ocamlopt"
> > did you run ocaml-rebuild.sh -f after upgrading ocaml ?
> No never heard of it.
> > does rebuilding camlp5 help ? 
> yes

then there's nothing we can do about it :(
one should run ocaml-rebuild.sh -f after each upgrade of dev-lang/ocaml, its not supposed to be abi compatible and has a mechanism for avoiding mixing modules compiled with different ocaml versions...

BTW, there is a postinst message in dev-lang/ocaml about it.