www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17833] New: compiling dmd on x86 linux fails

https://issues.dlang.org/show_bug.cgi?id=17833

          Issue ID: 17833
           Summary: compiling dmd on x86 linux fails
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: ice
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: dlang eckner.net

Created attachment 1658
  --> https://issues.dlang.org/attachment.cgi?id=1658&action=edit
log of build on i686

following the steps here: https://wiki.dlang.org/Building_under_Posix
The build of dmd fails with a segfault at:
 cd "$srcdir/druntime"
 make -f posix.mak
The full log is attached. The steps are:
 git clones/checkouts
 cd "$srcdir/dmd"
 make -f posix.mak AUTO_BOOTSTRAP=1 MODEL=32
 cd "$srcdir/phobos"
 make -f posix.mak MODEL=32
--
Sep 17 2017