[Bug 207233] lang/dmd2: Wrong default path to dmd2.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Feb 16 00:02:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207233

            Bug ID: 207233
           Summary: lang/dmd2: Wrong default path to dmd2.conf
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: cy at FreeBSD.org
          Reporter: miasnikou at yandex.by
          Assignee: cy at FreeBSD.org
             Flags: maintainer-feedback?(cy at FreeBSD.org)

The default config path has one too many /use/local component. See the "config"
line. It seems s{/usr}{/usr/local} happened 2 times.

% dmd -v hello.d
binary    dmd
version   v2.070.0-devel
config    /usr/local/usr/local/etc/dmd.conf
parse     hello
importall hello
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: (null)
Specify path to file 'object.d' with -I switch

Steps to reproduce:

Try to compile the following trivial program.

import std.stdio;

void main() {
    writeln("Hello world!");
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list