Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446304 - dev-lang/ocaml-4.00.1 +ocamlopt fails w/ *** [camlp4opt] Error 255
Summary: dev-lang/ocaml-4.00.1 +ocamlopt fails w/ *** [camlp4opt] Error 255
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (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: 2012-12-06 20:31 UTC by Leeman Strout
Modified: 2014-12-19 12:45 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.txt,3.05 KB, text/plain)
2012-12-06 20:31 UTC, Leeman Strout
Details
build environment (environment,94.13 KB, text/plain)
2012-12-06 20:32 UTC, Leeman Strout
Details
build log (build.log,357.06 KB, text/plain)
2012-12-06 20:32 UTC, Leeman Strout
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leeman Strout 2012-12-06 20:31:43 UTC
Created attachment 331670 [details]
emerge --info

During re-emerge to get +ocamlopt: 

Exit code 255 while executing this command:
  ../ocamlcompopt.sh -nostdlib -c -g -warn-error A -w Z -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml
make: *** [camlp4opt] Error 255




# emerge -pqv '=dev-lang/ocaml-4.00.1'
[ebuild   R   ] dev-lang/ocaml-4.00.1  USE="ncurses ocamlopt* -X -emacs -latex -tk -xemacs"
Comment 1 Leeman Strout 2012-12-06 20:32:09 UTC
Created attachment 331672 [details]
build environment
Comment 2 Leeman Strout 2012-12-06 20:32:47 UTC
Created attachment 331674 [details]
build log
Comment 3 Alexis Ballier gentoo-dev 2014-12-19 12:45:08 UTC
camlp4 is gone from ocaml and now separated as dev-ml/camlp4 as of ocaml 4.02; please test with this version as I think this should be fixed