From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fzSrs-0007W6-VG for guix-patches@gnu.org; Mon, 10 Sep 2018 16:33:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fzSro-0000PL-H7 for guix-patches@gnu.org; Mon, 10 Sep 2018 16:33:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59810) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fzSrn-0000P3-W4 for guix-patches@gnu.org; Mon, 10 Sep 2018 16:33:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fzSrm-0003ql-5v for guix-patches@gnu.org; Mon, 10 Sep 2018 16:33:03 -0400 Subject: [bug#32286] [PATCH] gnu: rename file ldc.scm to dlang.scm in preparation of adding the GNU D compiler packages Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180727034806.vbjuiawcpyelohm5@thebird.nl> <20180909161611.15898-1-pjotr.public12@thebird.nl> <878t49e4l8.fsf@gnu.org> <20180910191221.0145d16a@scratchpost.org> Date: Mon, 10 Sep 2018 22:32:26 +0200 In-Reply-To: <20180910191221.0145d16a@scratchpost.org> (Danny Milosavljevic's message of "Mon, 10 Sep 2018 19:12:21 +0200") Message-ID: <877ejtccv9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 32286-done@debbugs.gnu.org Danny Milosavljevic skribis: > Isn't the dub-build-system now broken? It has: > > guix/build-system/dub.scm: (let ((ldc (resolve-interface '(gnu packages = ldc)))) Oops, my bad. Thanks Leo for fixing it! Pjotr: note that Sambamba fails to build: --8<---------------cut here---------------start------------->8--- sam_alignment.rl(221): Warning: statement is not reachable sam_alignment.rl(250): Warning: statement is not reachable sam_alignment.rl(407): Warning: statement is not reachable /gnu/store/m87vrhgi279b5715yk0fivdq8g81dxbl-ldc-1.10.0/include/d/std/numeri= c.d(1845): Error: read-modify-write operations are not allowed for `shared`= variables. Use `core.atomic.atomicOp!"+=3D"(s, e)` instead. /gnu/store/m87vrhgi279b5715yk0fivdq8g81dxbl-ldc-1.10.0/include/d/std/numeri= c.d(1871): Error: read-modify-write operations are not allowed for `shared`= variables. Use `core.atomic.atomicOp!"*=3D"(e, f)` instead. sambamba/merge.d(407): Error: template instance `std.numeric.normalize!(sha= red(float)[])` error instantiating sambamba/markdup.d(1140): Deprecation: struct `std.datetime.StopWatch` is d= eprecated - Use std.datetime.stopwatch.StopWatch. sambamba/markdup.d(1140): Deprecation: struct `std.datetime.StopWatch` is d= eprecated - Use std.datetime.stopwatch.StopWatch. sambamba/markdup.d(1068): Deprecation: struct `std.datetime.StopWatch` is d= eprecated - Use std.datetime.stopwatch.StopWatch. sambamba/markdup.d(1068): Deprecation: struct `std.datetime.StopWatch` is d= eprecated - Use std.datetime.stopwatch.StopWatch. sambamba/sort.d(265): Error: template instance `sambamba.sort.Sorter.mergeS= ortedChunks!(compareReadNames)` error instantiating sambamba/sort.d(267): Error: template instance `sambamba.sort.Sorter.mergeS= ortedChunks!(mixedCompareReadNames)` error instantiating sambamba/sort.d(269): Error: template instance `sambamba.sort.Sorter.mergeS= ortedChunks!(compareCoordinatesAndStrand)` error instantiating make: *** [Makefile:75: singleobj] Error 1 [=E2=80=A6] guix build: error: build failed: build of `/gnu/store/wgn2kp7dl5sbi19g9dsbd= 2299vlkhl7k-sambamba-0.6.7-10-g223fa20.drv' failed --8<---------------cut here---------------end--------------->8--- Could you take a look? Thanks, Ludo=E2=80=99.