Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 2016 00:02:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 207233] lang/dmd2: Wrong default path to dmd2.conf
Message-ID:  <bug-207233-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207233

            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@FreeBSD.org
          Reporter: miasnikou@yandex.by
          Assignee: cy@FreeBSD.org
             Flags: maintainer-feedback?(cy@FreeBSD.org)

The default config path has one too many /use/local component. See the "con=
fig"
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!");
}

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207233-13>