D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 7137 - Fresh git clone fails to build
Summary: Fresh git clone fails to build
Status: RESOLVED WORKSFORME
Alias: None
Product: D
Classification: Unclassified
Component: tools (show other issues)
Version: D2
Hardware: x86_64 Mac OS X
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-19 11:54 UTC by SyntaxColoring
Modified: 2020-03-21 03:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description SyntaxColoring 2011-12-19 11:54:06 UTC
From git commit 09cde86ef79908cfd0ddacf0d45dd1892b387e3a on OS X 10.6.8:

make -f posix.mak
dmd -m32 -c -d -o- -Isrc -Iimport -Hfimport/core/atomic.di src/core/atomic.d
dmd -m32 -c -d -o- -Isrc -Iimport -Hfimport/core/bitop.di src/core/bitop.d
dmd -m32 -c -d -o- -Isrc -Iimport -Hfimport/core/cpuid.di src/core/cpuid.d
dmd -m32 -c -d -o- -Isrc -Iimport -Hfimport/core/demangle.di src/core/demangle.d
make: *** [import/core/demangle.di] Bus error
make: *** Deleting file `import/core/demangle.di'
Comment 1 Walter Bright 2012-01-21 01:15:25 UTC
I cannot reproduce this.