Re: GDC 4.7 build problems on Ubuntu 12.10

2012-10-26 Thread Timo Sintonen
Making gcc with more than -j2 always fails for me at some random point. The process generates lots of config files and libraries that are needed later in a compilation. These files may not be in dependencies. Maybe that would be too complicated, the files should be in place anyway if the proces

Re: GDC 4.7 build problems on Ubuntu 12.10

2012-10-26 Thread H. S. Teoh
On Fri, Oct 26, 2012 at 11:13:01PM +0200, Joseph Rushton Wakeling wrote: > Carrying over from a discussion on d-learn, here's where I'm at with > the attempts to build GDC. > > I've got the latest gdc-4.7 from GitHub, I've pulled in the gcc > 4.7.2 sources using apt-get and tweaked and applied the

[Issue 23] undefined reference to `_d_arrayappendcTX'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=23 --- Comment #1 from lt.infiltra...@gmail.com 2012-10-27 02:18:31 UTC --- Created attachment 14 --> http://gdcproject.org/bugzilla/attachment.cgi?id=14 gdc command and error message -- Configure issuemail: http://gdcproject.org/bugzilla/userpref

[Issue 23] New: undefined reference to `_d_arrayappendcTX'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=23 Bug #: 23 Summary: undefined reference to `_d_arrayappendcTX' Classification: Unclassified Product: GDC Version: development Platform: x86_64 OS/Version: Linux Status:

[Issue 21] ICE on calling function with delegate literal containing 'new'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=21 --- Comment #3 from hst...@quickfur.ath.cx 2012-10-27 01:44:12 UTC --- This problem doesn't happen on DMD (or at least, it doesn't manifest itself), that's why I reported it against GDC instead of DMD. I just tried dmd 2.060 and it seems fine. --

[Issue 21] ICE on calling function with delegate literal containing 'new'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=21 --- Comment #2 from Iain Buclaw 2012-10-27 00:57:35 UTC --- looks like an FE bug. Did you try DMD 2.060 first? -- Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 15] internal compiler error: in expand_expr_real_1, at expr.c:9266

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=15 --- Comment #7 from Iain Buclaw 2012-10-27 00:55:49 UTC --- (In reply to comment #6) > (In reply to comment #4) > > https://github.com/D-Programming-GDC/GDC/commit/20c0b776702947a338afc953ba35234425994c65 > > So this is finally not related to dm

[Issue 22] New: Build fails with macro expansion failures for TARGET_ANDROID

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=22 Bug #: 22 Summary: Build fails with macro expansion failures for TARGET_ANDROID Classification: Unclassified Product: GDC Version: development Platform: x86_64

[Issue 21] ICE on calling function with delegate literal containing 'new'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=21 --- Comment #1 from hst...@quickfur.ath.cx 2012-10-26 19:47:15 UTC --- Hmm. I managed to reproduce the bug with minimal command-line arguments: gdc -c veclist.d also produces the ICE. -- Configure issuemail: http://gdcproject.org/bugzilla/userp

[Issue 21] New: ICE on calling function with delegate literal containing 'new'

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=21 Bug #: 21 Summary: ICE on calling function with delegate literal containing 'new' Classification: Unclassified Product: GDC Version: 4.7.x Platform: x86_64 OS/V

[Issue 15] internal compiler error: in expand_expr_real_1, at expr.c:9266

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=15 --- Comment #6 from deadalnix 2012-10-26 18:23:52 UTC --- (In reply to comment #4) > https://github.com/D-Programming-GDC/GDC/commit/20c0b776702947a338afc953ba35234425994c65 So this is finally not related to dmd ? -- Configure issuemail: http:/

[Issue 20] internal compiler error: in expand_expr_real_1, at expr.c:9301

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=20 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 15] internal compiler error: in expand_expr_real_1, at expr.c:9266

2012-10-26 Thread gdc-bugzilla
http://gdcproject.org/bugzilla/show_bug.cgi?id=15 Iain Buclaw changed: What|Removed |Added CC||lt.infiltra...@gmail.com --- Comment #5 fro