[Issue 7714] Building d-programming-language.org fails to build phobos when built with multiple jobs.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 15 05:34:17 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7714
--- Comment #1 from Steven Schveighoffer <schveiguy at yahoo.com> 2012-03-15 05:34:29 PDT ---
(In reply to comment #0)
> I go to a clean phobos (with a clean dependent druntime), and do make -f
> posix.mak html, it fails with the following error:
>
> ../d-programming-language.org/std.ddoc
> -Df../d-programming-language.org/web/phobos/std_algorithm.html std/algorithm.d
> std/c/string.d(12): Error: module string is in file 'core/stdc/string.d' which
> cannot be read
Somehow, I cut off the full compile line. This should be:
../dmd.2.058/src/dmd -m32 -d -c -o- -version=StdDdoc -I../druntime.2.058/import
../d-programming-language.org/std.ddoc
-Df../d-programming-language.org/web/phobos/std_algorithm.html std/algorithm.d
std/c/string.d(12): Error: module string is in file 'core/stdc/string.d' which
cannot be read
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list