[Issue 20113] New: Cannot find source code for runtime library file 'object.d' when the path contains '~'

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Aug 7 08:46:04 UTC 2019


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

          Issue ID: 20113
           Summary: Cannot find source code for runtime library file
                    'object.d' when the path contains '~'
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

Possibly other characters trigger it too, but haven't checked.


---
binary    ./generated/linux/release/64/dmd
version   v2.087.1-311-gaf2fc08ce
config    ./generated/linux/release/64/dmd.conf
DFLAGS    -I/build/dmd~/druntime/import -I/build/dmd~/phobos
-L-L/build/dmd~/phobos/generated/linux/release/64 -L--export-dynamic -fPIC
parse     mod
importall mod
Error: cannot find source code for runtime library file 'object.d'
       dmd might not be correctly installed. Run 'dmd -man' for installation
instructions.
       config file: /build/dmd~/dmd/generated/linux/release/64/dmd.conf
import path[0] = /build/dmd~/druntime/import
import path[1] = /build/dmd~/phobos

--


More information about the Digitalmars-d-bugs mailing list