Opened 9 years ago

Closed 8 years ago

#48900 closed defect (fixed)

dub @0.9.23.99: cannot find source code for runtime library file 'object.d'

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: seanfarley (Sean Farley)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: dub, d-completion-daemon, dmd

Description

dub does not build. This is from the Yosemite buildbot:

--->  Building dub
DEBUG: Environment: 
CC_PRINT_OPTIONS='YES'
CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_mports_dports_devel_dub/dub/work/.CC_PRINT_OPTIONS'
CPATH='/opt/local/include'
LIBRARY_PATH='/opt/local/lib'
MACOSX_DEPLOYMENT_TARGET='10.10'
DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_mports_dports_devel_dub/dub/work/dub-4fece3c83464" && ./build.sh'
DEBUG: Executing command line:  cd "/opt/local/var/macports/build/_opt_mports_dports_devel_dub/dub/work/dub-4fece3c83464" && ./build.sh 
Generating version file...
fatal: Not a git repository (or any of the parent directories): .git
Running dmd...
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: /opt/local/etc/dmd/dmd.conf
import path[0] = source
import path[1] = /opt/local/include/druntime/import
import path[2] = /opt/local/include/phobos
Command failed:  cd "/opt/local/var/macports/build/_opt_mports_dports_devel_dub/dub/work/dub-4fece3c83464" && ./build.sh 
Exit code: 1

Change History (3)

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Port: d-completion-daemon dmd added

d-completion-daemon @0.7.0-rc2 fails with a similar message, so it could be a bug in dmd.

comment:2 Changed 9 years ago by seanfarley (Sean Farley)

Yep, no idea.

comment:3 Changed 8 years ago by seanfarley (Sean Farley)

Resolution: fixed
Status: newclosed

dmd and dub have both been updated. Let's hope that fixes this.

Note: See TracTickets for help on using tickets.