dmd git head completely broken on ubuntu (but not osx)

H. S. Teoh hsteoh at quickfur.ath.cx
Thu Dec 5 21:05:21 PST 2013


On Thu, Dec 05, 2013 at 11:17:31AM -0800, Timothee Cour wrote:
> https://d.puremagic.com/issues/show_bug.cgi?id=11684 is a pretty serious
> regression:
> when building dmd/druntime/phobos from source, any call to writeln
> will result in segfault on ubuntu (but on osx I don't have this
> problem)
> 
> with git checkout 2.064 instead of git checkout master, things work.

Just on a random whim: have you tried make clean in dmd/druntime/phobos
and then rebuild everything from scratch? I wonder if maybe it's caused
by some stale object files from an incompatible earlier version?

Also, have you tried dmd -v to make sure that it's linking in the
correct versions of the runtime libraries?

These are some of the things that have bitten me in the past; maybe they
might help you?


T

-- 
It only takes one twig to burn down a forest.


More information about the Digitalmars-d mailing list