Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177706 - dev-lang/ocaml 3.09.3 doesn't install *opt binaries
Summary: dev-lang/ocaml 3.09.3 doesn't install *opt binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
: 176909 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-05-08 19:37 UTC by Carsten Lohrke (RETIRED)
Modified: 2007-05-14 13:12 UTC (History)
2 users (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 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-08 19:37:32 UTC
/usr/bin/ocamlopt
/usr/bin/ocamldep.opt

etc. get not installed with this version. 3.09.2 is fine. Also I noticed that the ocaml build script still relies on the X11R6 legacy symlinks, instead using /usr/include/X11/ and /usr/$(get_libdir)/X11.
Comment 1 Alexis Ballier gentoo-dev 2007-05-10 12:40:01 UTC
does -r1 or emerging it without "test" in your features solves the issue ?

it seems that phreak tracked that one to "make bootstrap" deleting *opt binaries


Christian, can you confirm this ? I don't understand how "make bootstrap" can be considered as a test anyway. make compare could be a test, but make bootstrap seems really weird to me.
Comment 2 Christian Heim (RETIRED) gentoo-dev 2007-05-10 12:50:54 UTC
(In reply to comment #1)
> Christian, can you confirm this ? I don't understand how "make bootstrap" can
> be considered as a test anyway. make compare could be a test, but make
> bootstrap seems really weird to me.

Ned (solar) tracked these, yes .. somehow the make bootstrap (that's what FEATURES=test does) removes the *opt files, and I haven't figured that out.

Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2007-05-11 17:38:30 UTC
Yes, FEATURES=-test does it. Wonder why this ebuild got stable without disabling the test, when this is apparently a known issue...
Comment 4 Alexis Ballier gentoo-dev 2007-05-11 19:47:47 UTC
  11 May 2007; Alexis Ballier <aballier@gentoo.org> ocaml-3.09.3.ebuild,
  ocaml-3.09.3-r1.ebuild:
  Dont run make bootstrap for src_test, it deletes ocamlopt, upstream does not
  provide a clean test suite, if we want one we definitely should not use make
  bootstrap, closes bug #159237 and bug #177706

(In reply to comment #3)
> Yes, FEATURES=-test does it. Wonder why this ebuild got stable without
> disabling the test, when this is apparently a known issue...

Well the issue is known since Ned tracked these, apparently not so long ago.
And don't ask me why it has gone stable with such a major issue ;)
Comment 5 Alexis Ballier gentoo-dev 2007-05-14 13:12:09 UTC
*** Bug 176909 has been marked as a duplicate of this bug. ***