Opened 12 years ago
Closed 12 years ago
#8879 closed bug (fixed)
Unable to make jam on FreeBSD 9.0-RELEASE
Reported by: | jscipione | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Checked out buildtools, installed gmake from ports, tried to make jam and got the following error:
~/buildtools/jam# gmake LINKLIBS= ./jam0 gmake: *** [all] Segmentation fault: 11 (core dumped)
I was finally able to make Haiku's jam by installing jam from ports then running jam
followed by jam install
.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should have been fixed in btrev43037
Note:
See TracTickets
for help on using tickets.
To note, FreeBSD 9.0 uses an older version of gcc4, which may have optimizer bugs here and there. The workaround I used was to edit the Makefile and change -O3 to -O1