Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Matthias Klose
Control: reassign -1 ldc On 13.06.2016 21:13, Iain Buclaw wrote: > On 13 June 2016 at 20:56, Peter De Wachter wrote: >> Package: gdc-5 >> Version: 5.4.0-4 >> Severity: normal >> >> Hi, >> >> If ldc is installed, gdc will attempt to use ldc's include files in >> preference to

Processed: Re: Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 ldc Bug #827211 [gdc-5] gdc-5: attempts to use ldc's include files Bug reassigned from package 'gdc-5' to 'ldc'. No longer marked as found in versions gcc-5/5.4.0-4. Ignoring request to alter fixed versions of bug #827211 to the same values previously

Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Iain Buclaw
On 13 June 2016 at 20:56, Peter De Wachter wrote: > Package: gdc-5 > Version: 5.4.0-4 > Severity: normal > > Hi, > > If ldc is installed, gdc will attempt to use ldc's include files in > preference to its own. This won't work, as many of these files are not > portable: > > $

Bug#827211: gdc-5: attempts to use ldc's include files

2016-06-13 Thread Peter De Wachter
Package: gdc-5 Version: 5.4.0-4 Severity: normal Hi, If ldc is installed, gdc will attempt to use ldc's include files in preference to its own. This won't work, as many of these files are not portable: $ cat test.d import core.stdc.stdarg; $ gdc -c test.d