On 03/10/2013 04:41 AM, Jonathan M Davis wrote:
On Saturday, March 09, 2013 14:48:34 Sönke Ludwig wrote:
For anybody who didn't read the thread [1] in the D newsgroup, DUB is a
build and package manager for D projects with an emphasis on simplifying
the build process and generally staying out of the way during software
development.
[SNIP]

Has anyone else tried to build the new release on Arch Linux? Both the dub and
dub-git packages are failing to build for me, giving

==> GIT checkout done or server timeout
==> Starting build...
==> ERROR: A failure occurred in build().
     Aborting...
==> ERROR: Makepkg was unable to build dub.

And I have no idea what the problem is. If I run the build.sh file directly, no
errors print out, but it's clearly returning something other than 0 when
running rdmd. Anyone have any clue as to what's going on?

- Jonathan M Davis


For me, the only issue was in source/dub/compilers/ldc.d, lines 100 and 103. Just removing the "break;" got them to compile (All I did to compile was "dub build" from the previous release)

-Matt Soucy

Reply via email to