Bug#894253: gdc's description contradicts default-d-compiler's description

2018-03-27 Thread Peter De Wachter
Package: gdc Version: 4:8-20180321-1 Severity: normal Hello, The gdc package says: > Depends: gdc-8 (>= 8-20180321-1~), libgphobos-dev (= 8-20180321-1) > Description-en: D compiler (language version 2), based on the GCC backend > This is a dependency package providing the default D compiler. >

Bug#845377: gdc-6: libdl trouble again

2016-11-26 Thread Peter De Wachter
lose 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) >>> >>&g

Bug#845377: gdc-6: libdl trouble again

2016-11-22 Thread Peter De Wachter
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

Bug#835255: gdc-6: std.datetime: undefined reference to dlopen/dlsym/dlclose

2016-08-23 Thread Peter De Wachter
Package: gdc-6 Version: 6.2.0-1 Severity: normal Hi. In this release, programs that reference std.datetime fail to build, with error messages referencing curl and libdl. I don't know what's going on here, but it seems there's something badly broken in libphobos. $ cat date.d import std.datetime;

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 /usr/include/d/core/stdc/stdarg

Bug#826645: gdc-5: Missing -lgdruntime

2016-06-07 Thread Peter De Wachter
Package: gdc-5 Version: 5.4.0-3 Severity: serious Justification: makes dependent packages ftbfs Hi, This version of gdc cannot build executables due to a missing -lgdruntime: $ cat test.d void main() { } $ gdc test.d /usr/bin/ld: cannot find -lgdruntime collect2: error: ld returned 1

Bug#812080: gdc-6: array assignment fails to compile

2016-01-20 Thread Peter De Wachter
Package: gdc-6 Version: 6-20160117-1 Severity: normal Dear Maintainer, This program fails to compile in this gdc snapshot: void main() { real[] a = [-1]; } It is accepted by both gdc-5 and the dmd reference compiler. -- System Information: Debian Release: stretch/sid APT prefers uns

Bug#739449: libstdc++6-4.8-dbg: Python pretty-printers fail to load

2014-02-18 Thread Peter De Wachter
Package: libstdc++6-4.8-dbg Version: 4.8.2-15 Severity: normal Dear Maintainer, This package contains python scripts which should allow gdb to pretty-print C++ types. But these scripts fail to load: File "/usr/lib/debug/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in

Bug#649940: gdc-4.6: Off-by-one error in output file name

2011-11-24 Thread Peter De Wachter
Package: gdc-4.6 Version: 0.29.1-4.6.2-1 Severity: normal If no '-c' option is specified, gdc doesn't generate the right output file name: $ gdc-4.6 -c HelloWorld.d $ ls HelloWorld.d HelloWorl.o -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstab

Bug#649615: gdc-4.4: Annoying multilib warning

2011-11-22 Thread Peter De Wachter
Package: gdc-4.4 Version: 1.063-4.4.6-7 Severity: important Any invocation of the gdc-4.4 compiler prints a multilib-relted warning: cc1d: warning: command line option "-imultilib" is valid for C/C++/Fortran/ObjC/ObjC++ but not for D This is rather annoying and hides useful compiler warnings

Bug#583837: "circular initialization dependency" depending on link order

2010-05-31 Thread Peter De Wachter
the description in the manual, I'm guessing it should fail, which would mean that there's a bug in the cycle detection algorithm. Regards Peter De Wachter [1] http://www.debian.org/doc/developers-reference/pkgs.html#bug-answering ==> P47Boot.d <== module P47Boot; import P47Ga

cloning 521582, reassign -1 to gdc-4.3

2010-05-30 Thread Peter De Wachter
a working executable. Recently the same problem occured with parsec47 (#583638). Regards Peter De Wachter -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/12752

Bug#577721: gdc give-backs

2010-04-21 Thread Peter De Wachter
Op Wed, 21 Apr 2010 16:55:36 +0100 schreef Iain Buclaw : > On 20 April 2010 23:25, Peter De Wachter wrote: > > > Now that this bug is fixed I've requested give-backs for the > > affected packages. > > Do let us know how it goes, I didn't get round to testing

Bug#577721: gdc give-backs

2010-04-20 Thread Peter De Wachter
Now that this bug is fixed I've requested give-backs for the affected packages. -- To UNSUBSCRIBE, email to debian-gcc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20100421002546.7ddfe...@wallach.localdom

Bug#521622: gdc-4.1: struct layout not the same as gcc on i386

2009-03-28 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-23.2 Severity: normal gdc on i386 inserts four bytes of padding in this struct (so that it's total size is 16 bytes), while gcc doesn't: struct test { int mode; double mu; }; According to http://www.digitalmars.com/d/1.0/abi.html, structs should conform "

Bug#521582: gdc-4.1: "circular initialization dependency" depending on link order

2009-03-28 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-23.2 Severity: normal Torus Trooper (0.22.dfsg1-4) fails to start with this error message depending on the order in which the object files were linked: "Error: circular initialization dependency with module abagames.tt.shape" This command produces a working bi

cloning 499927, reassign -1 to gdc-4.2

2008-09-23 Thread Peter De Wachter
clone 499927 -1 reassign -1 gdc-4.2 0.25-4.2.4-3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#499927: gdc-4.1: dmd front-end license is incompatible with gcc

2008-09-23 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-23.1 Severity: serious The files in the dmd and dmd2 directories carry the following license (full text below): | These sources are free, they are redistributable and modifiable | under the terms of the GNU General Public License (attached as gpl.txt), | or th

Bug#498960: gdc-4.1: unrecognized command line option "-fall-sources"

2008-09-14 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-23.1 Severity: minor The manpage documents a -fall-sources option, but this is not accepted by gdc: $ gdc -fall-sources -c test.d cc1d: error: unrecognized command line option "-fall-sources" -- System Information: Debian Release: lenny/sid APT prefers un

Bug#473167: [powerpc] tested gdc-array-concat.dpatch but torus-trooper still segfaults

2008-08-02 Thread Peter De Wachter
t; Segmentation fault > > > I can provide you with ssh access to my box (G4 macmini) if you want > to test further. > > Let me know if you need something. > > > Thanks! > > > Friendly, > > pancho. > -- Peter De Wachter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#473167: gdc-4.1: gdc array concatenation patch

2008-08-01 Thread Peter De Wachter
-e # gdc-array-concat.dpatch by Peter De Wachter <[EMAIL PROTECTED]> # DP: Fixes generation of D array concatenation calls. dir= if [ $# -eq 3 -a "$2" = '-d' ]; then pdir="-d $3" dir="$3/" elif [ $# -ne 1 ]; then echo >&2 "`basename $0

Bug#473167: gdc and lenny

2008-07-24 Thread Peter De Wachter
the bug didn't exist in older versions of GDC? (or perhaps powerpc users just don't play games :) -- Peter De Wachter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#468775: gdc-4.1: ii-esu and projectl FTBFS on ia64: unable to find a register to spill in class 'GR_REGS'

2008-03-01 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-19 Severity: normal projectl and ii-esu fail to compile on ia64. The errors look similar, so I'm bundling them in one bug report. projectl, from http://buildd.debian.org/fetch.cgi?&pkg=projectl&ver=1.001.dfsg1-1&arch=ia64&stamp=1203288606&file=log gdmd -d -

Bug#456596: gdc-4.1: no longer provides gdc

2007-12-16 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.25-4.1.2-18 Severity: grave Justification: makes all D Packages Build-Depending on gdc FTBFS Previous versions of gdc-4.1 used to provide gdc, but this was dropped in your latest upload. All D games in the pkg-games repository currently use gdc as a build-depends, so th

Bug#439836: gdc-4.1: generates invalid assembler code

2007-08-27 Thread Peter De Wachter
Package: gdc-4.1 Version: 0.23-4.1.2-15 Severity: normal gdc generates invalid assember code for the following fragment: void foo (int i) { switch (i) { case 1: { static int x = 1; break; } case 2: { static int x = 2; break; } } } ; gdc -c bug.d /tmp/