Thread overview
[Issue 11956] New: dmd doesn't lookup /etc/dmd.conf
Jan 21, 2014
Martin Nowak
Jan 21, 2014
Martin Nowak
Jan 25, 2014
Walter Bright
January 21, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11956

           Summary: dmd doesn't lookup /etc/dmd.conf
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: code@dawg.eu


--- Comment #0 from Martin Nowak <code@dawg.eu> 2014-01-21 03:53:25 PST ---
Seems like the added SYSCONFDIR configuration caused this regression. https://github.com/D-Programming-Language/dmd/pull/3055

I think the problem is that SYSCONFDIR="/etc/" is only defined in posix.mak but build scripts use src/posix.mak to build dmd.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 21, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11956


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Martin Nowak <code@dawg.eu> 2014-01-21 04:11:33 PST ---
https://github.com/D-Programming-Language/dmd/pull/3128

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 23, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11956



--- Comment #2 from github-bugzilla@puremagic.com 2014-01-23 00:25:32 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9c15a4dc272ebe59d5c72f9864199ca57492b912 fix Issue 11956 - dmd doesn't lookup /etc/dmd.conf

- define variable in src/posix.mak instead of posix.mak
- fix quotes
- assert that SYSCONFDIR was set to a non-empty string

https://github.com/D-Programming-Language/dmd/commit/821935cf1f82f8f41fa70575a293a6f5c28178c0 Merge pull request #3128 from MartinNowak/fix11956

fix Issue 11956 - dmd doesn't lookup /etc/dmd.conf

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 23, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11956



--- Comment #3 from github-bugzilla@puremagic.com 2014-01-23 04:15:30 PST ---
Commit pushed to release at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1ca05f644391562f2ad5bc04a638ecaec1b36eb1 Merge pull request #3128 from MartinNowak/fix11956

fix Issue 11956 - dmd doesn't lookup /etc/dmd.conf

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
January 25, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11956


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------