https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103739

            Bug ID: 103739
           Summary: Bootstrap broken on powerpc64-linux
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: d
          Assignee: ibuclaw at gdcproject dot org
          Reporter: segher at gcc dot gnu.org
  Target Milestone: ---

gdc -fno-PIE -c  -g -O2 -fversion=IN_GCC     -Wall -Wdeprecated -fno-common -o
d/access.o -MT d/access.o -MMD -MP -MF d/.deps/access.TPo
-I/home/segher/src/gcc/gcc/d -J/home/segher/src/gcc/gcc/d/dmd
-J/home/segher/src/gcc/gcc/d/dmd/res /home/segher/src/gcc/gcc/d/dmd/access.d
d21: error: cannot find source code for runtime library file 'object.d'
d21: note: dmd might not be correctly installed. Run 'dmd -man' for
installation instructions.
d21: note: config file: not found
import path[0] = /home/segher/src/gcc/gcc/d
make[3]: *** [d/access.o] Error 1

This is with --enable-languages=all.  This should not build D if that cannot
work (if that is what the problem is, I have no idea).

Reply via email to