2024-05-18 21:10 AEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0000324mercuryBugpublic2014-04-30 12:04
Reportersebgod 
Assigned To 
PrioritynormalSeverityblockReproducibilityalways
StatusclosedResolutionfixed 
PlatformLinuxOSUbuntu ServerOS Version13.10
Product Version 
Target VersionFixed in Version 
Summary0000324: 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 ReproduceThis 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 InformationCompiling from the GitHub repository was working fine 10 days ago, hence it must be a recent commit
TagsNo tags attached.
Attached Files

-Relationships
+Relationships

-Notes

~0000660

sebgod (reporter)

fixed by git commit #41e75fc
+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
+Issue History