Bug 61911 - CONSTRAINT_ERROR in gnatmake
Summary: CONSTRAINT_ERROR in gnatmake
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: ada (show other bugs)
Version: 4.9.0
: P3 critical
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-25 12:43 UTC by Victor Porton
Modified: 2014-07-25 12:59 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
librdf.gpr (580 bytes, text/plain)
2014-07-25 12:43 UTC, Victor Porton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Porton 2014-07-25 12:43:41 UTC
Created attachment 33185 [details]
librdf.gpr

gnatmake -d -P/home/porton/Projects/redland-bindings/ada/test.gpr -XRUNTIME=full -XMODE=Install -s --subdirs=check -cargs -g -O0 -gnato -fstack-check -gnatVa
librdf.gpr:6:25: warning: undefined external reference
librdf.gpr:7:28: warning: undefined external reference
Exception name: CONSTRAINT_ERROR
Message: ali.adb:139 access check failed

gnatmake: INTERNAL ERROR. Please report.

gnat 4.9.0-2
gcc 4.9.0-7
in Debian testing
Comment 1 Victor Porton 2014-07-25 12:59:56 UTC
It works after cleaning and re-building my project. So I close the bug.