Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 263305 - dev-ml/camlidl-1.05 fails on amd64
Summary: dev-ml/camlidl-1.05 fails on amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-21 21:52 UTC by Jonathan-Christofer Demay
Modified: 2009-04-15 04:55 UTC (History)
0 users

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


Attachments
camlidl-1.05-caml_format_exception.patch (camlidl-1.05-caml_format_exception.patch,518 bytes, patch)
2009-03-21 21:52 UTC, Jonathan-Christofer Demay
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan-Christofer Demay 2009-03-21 21:52:00 UTC
* QA Notice: Package has poor programming practices which may compile
*            but will almost certainly crash on 64bit architectures.
* 
* Function `caml_format_exception' implicitly converted to pointer at comerror.c:171
* 
*  Please file a bug about this at http://bugs.gentoo.org/
*  with the maintaining herd of the package.

This happens because `caml_format_exception' is implicitely declared in runtime/comerror.c
Comment 1 Jonathan-Christofer Demay 2009-03-21 21:52:46 UTC
Created attachment 185793 [details, diff]
camlidl-1.05-caml_format_exception.patch

This should fix it.
Comment 2 Alexis Ballier gentoo-dev 2009-04-15 04:55:42 UTC
fixed but differently, thanks for the report