Mercury Bugs - mercury | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000324 | mercury | Bug | public | 2014-04-19 06:54 | 2014-04-30 12:04 |
Reporter | sebgod | ||||
---|---|---|---|---|---|
Assigned To | |||||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Ubuntu Server | OS Version | 13.10 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000324: Compiling master branch fails: sentinel_maxfr undeclared | ||||
Description | /home/sebastian/github/mercury/mercury-dev/install_grade_dir.asm_fast.gc.debug.stseg/scripts/mgnuc --grade asm_fast.gc.debug.stseg --c-debug --no-ansi -- -c mercury_stm.c -o mercury_stm.o mercury_stacks.c: In function ‘MR_new_nondetstack_segment’: mercury_stacks.c:419:5: error: ‘sentinel_maxfr’ undeclared (first use in this function) mercury_stacks.c:419:5: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [mercury_stacks.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** wait: No child processes. Stop. To clean up from failed install, remove /home/sebastian/github/mercury/mercury-dev/install_grade_dir.asm_fast.gc.debug.stseg make: *** [install_grades] Error 1 | ||||
Steps To Reproduce | This is my build script: parallel=-j8 mmake realclean && aclocal -I m4 && ./configure --enable-java-grade --enable-csharp-grade && touch Mmake.params && touch Mercury.options && mmake depend && mmake MMAKEFLAGS=$parallel && mmake tags sudo mmake install MMAKEFLAGS=$parallel && true | ||||
Additional Information | Compiling from the GitHub repository was working fine 10 days ago, hence it must be a recent commit | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files |
Notes | |||||
|
|||||
|
|
Issue History | |||||
Date Modified | Username | Field | Change | ||
---|---|---|---|---|---|
2014-04-19 06:54 | sebgod | New Issue | |||
2014-04-19 21:56 | sebgod | Note Added: 0000660 | |||
2014-04-30 12:04 | wangp | Status | new => closed | ||
2014-04-30 12:04 | wangp | Resolution | open => fixed |