On 26.11.2016 11:38, Peter De Wachter wrote:
> Hello Matthias and Iain,
>
> Is it an expected effect that some programs now need to be build with
> -fPIC? For example:
>
> $ cat >test.d
> import std.conv;
> void main() {
> string b;
> float c;
> to!int(b);
> to!string(c);
> }
>
> $ gdc -
Hello Matthias and Iain,
Is it an expected effect that some programs now need to be build with
-fPIC? For example:
$ cat >test.d
import std.conv;
void main() {
string b;
float c;
to!int(b);
to!string(c);
}
$ gdc -o test test.d
/usr/bin/ld: /tmp/cc6LR10G.o: relocation R_X86_64_PC32 agains
On 22 November 2016 at 23:37, Matthias Klose wrote:
> Control: severity -1 important
>
> On 22.11.2016 22:21, Peter De Wachter wrote:
>> Package: gdc-6
>> Version: 6.2.1-4
>> Severity: serious
>> Justification: breaks other packages (ii-esu, tatan, dub)
>>
>> Hi,
>>
>> This upload has a bug very s
Control: severity -1 important
On 22.11.2016 22:21, Peter De Wachter wrote:
> Package: gdc-6
> Version: 6.2.1-4
> Severity: serious
> Justification: breaks other packages (ii-esu, tatan, dub)
>
> Hi,
>
> This upload has a bug very similar to #835255. The same test program
> again fails to link:
Processing control commands:
> severity -1 important
Bug #845377 [gdc-6] gdc-6: libdl trouble again
Severity set to 'important' from 'serious'
--
845377: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=845377
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
Package: gdc-6
Version: 6.2.1-4
Severity: serious
Justification: breaks other packages (ii-esu, tatan, dub)
Hi,
This upload has a bug very similar to #835255. The same test program
again fails to link:
import std.datetime;
void main () { }
$ gdc -o date date.d
/usr/lib/gcc/x86_64-linux-gnu/6/li
6 matches
Mail list logo