Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ocamlopt problem on ia64 ? #5969

Closed
vicuna opened this issue Oct 14, 2002 · 1 comment
Closed

ocamlopt problem on ia64 ? #5969

vicuna opened this issue Oct 14, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 14, 2002

Original bug ID: 1434
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

Full_Name: Sven Luther
Version: 3.06 (debian packages)
OS: LINUX/IA64
Submission from: lambda.u-strasbg.fr (130.79.90.63)

Bonjour, ...

advi ne compile pas sous linux/ia64, et s'arrete avec l'erreur suivante :

J'ai demander l'installation des packages necessaire pour compiler advi sur
merulo.debian.org, et je jete un coup d'oeil au probleme.

| Automatic build of advi_1.2.0-1 on caballero by sbuild/ia64 1.169
| Build started at 20021009-2258
| ******************************************************************************

[...]

| ocamlopt -warn-error A -unsafe -inline 9 -I /usr/lib/ocaml/camlimages -c
dvicolor.ml
| Fatal error: exception Stack_overflow
| make[1]: *** [dvicolor.cmx] Error 2

[...]

A complete build log can be found at
http://buildd.debian.org/build.php?arch=ia64&pkg=advi&ver=1.2.0-1

Amicalement,

Sven Luther

@vicuna
Copy link
Author

vicuna commented Aug 5, 2003

Comment author: administrator

Problem was due to 1) advi 1.2 containing a big non-constant list, and 2)
ocaml not installing graphics.cmx, causing really big code to be generated for
this list (no direct calls and no inline expansion of Graphics.rgb). 1) is
fixed in advi 1.4, and 2) was fixed in OCaml CVS by XL, 2003-08-05.

@vicuna vicuna closed this as completed Aug 5, 2003
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant