GNU bug report logs -
#67056
[PATCH] gnu: d-tools: Update to 2.105.3
Previous Next
Reported by: Hugo Nobrega <hugonobrega <at> gmail.com>
Date: Sat, 11 Nov 2023 00:21:04 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67056 in the body.
You can then email your comments to 67056 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67056
; Package
guix-patches
.
(Sat, 11 Nov 2023 00:21:04 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hugo Nobrega <hugonobrega <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 11 Nov 2023 00:21:04 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The previous version 2.100 was failing in `check` due to changes to the Phobos stdlib
Change-Id: Id9e4580d555c735fb0eebe880928ef2f558f959e
---
gnu/packages/dlang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/dlang.scm b/gnu/packages/dlang.scm
index 2b5b123..f6b5f12 100644
--- a/gnu/packages/dlang.scm
+++ b/gnu/packages/dlang.scm
@@ -57,7 +57,7 @@ (define-module (gnu packages dlang)
(define-public d-tools
(package
(name "d-tools")
- (version "2.100.0")
+ (version "2.105.3")
(source
(origin
(method git-fetch)
@@ -66,7 +66,7 @@ (define-public d-tools
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jbn0hyskv4ykcckw0iganpyrm0bq2lggswspw21r4hgnxkmjbyw"))))
+ (base32 "0hvz786k0pi8697x1vk9x5bx52jiy7pvi13wmfkx15ddvv0x5j33"))))
(build-system gnu-build-system)
(arguments
(list #:phases
base-commit: 00fd6895322d0b1fd774e79494cfcad721b50b8d
--
2.41.0
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 02 Dec 2023 11:26:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hugo Nobrega <hugonobrega <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 02 Dec 2023 11:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67056-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Hugo Nobrega <hugonobrega <at> gmail.com> skribis:
> The previous version 2.100 was failing in `check` due to changes to the Phobos stdlib
>
> Change-Id: Id9e4580d555c735fb0eebe880928ef2f558f959e
Applied!
‘dub’ now fails to build like so:
--8<---------------cut here---------------start------------->8---
starting phase `build'
Using pre-existing version file. To force a rebuild, provide an explicit version (first argument) or remove: /tmp/guix-build-dub-1.23.0.drv-0/source/./source/dub/version_.d
Building dub using ldmd2 (dflags: ["-g", "-O", "-w"]), this may take a while...
Command `["ldmd2", "-of/tmp/guix-build-dub-1.23.0.drv-0/source/./bin/dub", "-I/tmp/guix-build-dub-1.23.0.drv-0/source/./source", "-version=DubUseCurl", "-version=DubApplication", "-g", "-O", "-w", "@build-files.txt"]` failed, output was:
source/dub/dependency.d(782): Deprecation: usage of the `body` keyword is deprecated. Use `do` instead.
source/dub/packagemanager.d(275): Deprecation: usage of the `body` keyword is deprecated. Use `do` instead.
source/dub/semver.d(107): Deprecation: usage of the `body` keyword is deprecated. Use `do` instead.
source/dub/internal/sdlang/parser.d(121): Deprecation: module std.variant is not accessible here, perhaps add 'static import std.variant;'
source/dub/internal/sdlang/parser.d(121): Deprecation: module std.variant is not accessible here, perhaps add 'static import std.variant;'
Serializing composite type BuildRequirements which has no serializable fields
Serializing composite type BuildOptions which has no serializable fields
source/dub/packagesuppliers/maven.d(82): Error: unable to read module `xml`
source/dub/packagesuppliers/maven.d(82): Expected 'std/xml.d' or 'std/xml/package.d' in one of the following import paths:
import path[0] = /tmp/guix-build-dub-1.23.0.drv-0/source/./source
import path[1] = /gnu/store/wwjmq2wpa50xjj7irai5ln838krh7cgk-ldc-1.32.2/include/d
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "./build.d" arguments: () exit-status: 1 term-signal: #f stop-signal: #f>
phase `build' failed after 4.8 seconds
--8<---------------cut here---------------end--------------->8---
Next task I guess? :-)
Thanks,
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67056
; Package
guix-patches
.
(Wed, 06 Dec 2023 21:15:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 67056-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> wrote:
> ‘dub’ now fails to build like so:
>
> [..]
>
> Next task I guess? :-)
>
Done! o7
It was another very simple version bump.
Best wishes,
Hugo
On Sat, Dec 2, 2023 at 8:24 AM Ludovic Courtès <ludo <at> gnu.org> wrote:
> Hi,
>
> Hugo Nobrega <hugonobrega <at> gmail.com> skribis:
>
> > The previous version 2.100 was failing in `check` due to changes to the
> Phobos stdlib
> >
> > Change-Id: Id9e4580d555c735fb0eebe880928ef2f558f959e
>
> Applied!
>
> ‘dub’ now fails to build like so:
>
> --8<---------------cut here---------------start------------->8---
> starting phase `build'
> Using pre-existing version file. To force a rebuild, provide an explicit
> version (first argument) or remove:
> /tmp/guix-build-dub-1.23.0.drv-0/source/./source/dub/version_.d
> Building dub using ldmd2 (dflags: ["-g", "-O", "-w"]), this may take a
> while...
> Command `["ldmd2", "-of/tmp/guix-build-dub-1.23.0.drv-0/source/./bin/dub",
> "-I/tmp/guix-build-dub-1.23.0.drv-0/source/./source",
> "-version=DubUseCurl", "-version=DubApplication", "-g", "-O", "-w",
> "@build-files.txt"]` failed, output was:
> source/dub/dependency.d(782): Deprecation: usage of the `body` keyword is
> deprecated. Use `do` instead.
> source/dub/packagemanager.d(275): Deprecation: usage of the `body` keyword
> is deprecated. Use `do` instead.
> source/dub/semver.d(107): Deprecation: usage of the `body` keyword is
> deprecated. Use `do` instead.
> source/dub/internal/sdlang/parser.d(121): Deprecation: module std.variant
> is not accessible here, perhaps add 'static import std.variant;'
> source/dub/internal/sdlang/parser.d(121): Deprecation: module std.variant
> is not accessible here, perhaps add 'static import std.variant;'
> Serializing composite type BuildRequirements which has no serializable
> fields
> Serializing composite type BuildOptions which has no serializable fields
> source/dub/packagesuppliers/maven.d(82): Error: unable to read module `xml`
> source/dub/packagesuppliers/maven.d(82): Expected 'std/xml.d' or
> 'std/xml/package.d' in one of the following import paths:
> import path[0] = /tmp/guix-build-dub-1.23.0.drv-0/source/./source
> import path[1] =
> /gnu/store/wwjmq2wpa50xjj7irai5ln838krh7cgk-ldc-1.32.2/include/d
>
> error: in phase 'build': uncaught exception:
> %exception #<&invoke-error program: "./build.d" arguments: () exit-status:
> 1 term-signal: #f stop-signal: #f>
> phase `build' failed after 4.8 seconds
> --8<---------------cut here---------------end--------------->8---
>
> Next task I guess? :-)
>
> Thanks,
> Ludo’.
>
[Message part 2 (text/html, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 Jan 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.