[Issue 17833] compiling dmd on x86 linux fails

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 3 07:13:17 UTC 2018


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

--- Comment #7 from deep42thought <dlang at eckner.net> ---
We have an archlinux32 image for vagrant which you can use to reproduce the
issue. The commands are:

> mkdir arch32-builder
> cd arch32-builder
> vagrant init archlinux32/archlinux32
> vagrant up
> ssh vagrant at 127.0.0.1 -p 2222 -o StrictHostKeyChecking=Off -o IdentityFile=.vag$
>> sudo pacman -Syu base-devel curl git make libcurl-gnutls
>> sudo reboot
> ssh vagrant at 127.0.0.1 -p 2222 -o StrictHostKeyChecking=Off -o IdentityFile=.vag$
>> mkdir dlang
>> cd dlang/
>> git clone https://github.com/dlang/dmd
>> git clone https://github.com/dlang/druntime
>> git clone https://github.com/dlang/phobos
>> git clone https://github.com/dlang/tools
>> cd ~/dlang/dmd
>> make -f posix.mak -j8 AUTO_BOOTSTRAP=1
>> cd ~/dlang/phobos
>> make -f posix.mak -j8
(fails with segfault)

--


More information about the Digitalmars-d-bugs mailing list