GNU bug report logs - #42197
[PATCH 1/2] gnu: Add gdc.

Previous Next

Package: guix-patches;

Reported by: guy fleury iteriteka <gfleury <at> disroot.org>

Date: Sat, 4 Jul 2020 19:03:03 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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 42197 in the body.
You can then email your comments to 42197 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42197; Package guix-patches. (Sat, 04 Jul 2020 19:03:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to guy fleury iteriteka <gfleury <at> disroot.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 04 Jul 2020 19:03:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: guy fleury iteriteka <gfleury <at> disroot.org>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/2] gnu: Add gdc.
Date: Sat,  4 Jul 2020 16:00:24 +0200
Like gfortran this package is not usable like it is.
use gdc-toolchain instead.
 
* gnu/packages/gcc.scm(gdc): New variable.
---
 gnu/packages/gcc.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 9e88109..201b37e 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -692,6 +692,11 @@ as the 'native-search-paths' field."
    (custom-gcc gcc "gfortran" '("fortran")
                %generic-search-paths)))
 
+(define-public gdc
+  (hidden-package
+   (custom-gcc gcc-10 "gdc" '("d")
+               %generic-search-paths)))
+
 (define-public libgccjit
   (package
     (inherit gcc-9)
-- 
2.25.1





Information forwarded to guix-patches <at> gnu.org:
bug#42197; Package guix-patches. (Thu, 16 Jul 2020 14:44:01 GMT) Full text and rfc822 format available.

Message #8 received at 42197 <at> debbugs.gnu.org (full text, mbox):

From: gfleury <at> disroot.org
To: 42197 <at> debbugs.gnu.org
Subject: updated patch
Date: Thu, 16 Jul 2020 14:43:44 +0000
[Message part 1 (text/plain, inline)]
ping with a revisited patch.
[Message part 2 (text/html, inline)]
[0001-gnu-Add-gdc.patch (application/octet-stream, attachment)]
[0002-gnu-Add-gdc-toolchain.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#42197; Package guix-patches. (Thu, 16 Jul 2020 20:19:02 GMT) Full text and rfc822 format available.

Message #11 received at 42197 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: gfleury <at> disroot.org
Cc: 42197 <at> debbugs.gnu.org
Subject: Re: [bug#42197] updated patch
Date: Thu, 16 Jul 2020 23:17:48 +0300
[Message part 1 (text/plain, inline)]
This looks good to me. Have you tested it with anything? I don't have a
D project to test it out with.


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#42197; Package guix-patches. (Sat, 18 Jul 2020 20:31:01 GMT) Full text and rfc822 format available.

Message #14 received at 42197 <at> debbugs.gnu.org (full text, mbox):

From: gfleury <at> disroot.org
To: "Efraim Flashner" <efraim <at> flashner.co.il>
Cc: 42197 <at> debbugs.gnu.org
Subject: Re: [bug#42197] updated patch
Date: Sat, 18 Jul 2020 20:30:02 +0000
hello,

16 juillet 2020 22:18 "Efraim Flashner" <efraim <at> flashner.co.il> a écrit:

> This looks good to me. Have you tested it with anything? I don't have a
> D project to test it out with.

yes. I compile gtkd and some d simple code i wrote. 
but gdc alone don't work like gfortran that why it is hidden.
> 
> -- 
> Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
> GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
> Confidentiality cannot be guaranteed on emails sent or received unencrypted




Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Sun, 19 Jul 2020 17:26:03 GMT) Full text and rfc822 format available.

Notification sent to guy fleury iteriteka <gfleury <at> disroot.org>:
bug acknowledged by developer. (Sun, 19 Jul 2020 17:26:03 GMT) Full text and rfc822 format available.

Message #19 received at 42197-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: gfleury <at> disroot.org
Cc: 42197-done <at> debbugs.gnu.org
Subject: Re: [bug#42197] updated patch
Date: Sun, 19 Jul 2020 20:25:06 +0300
[Message part 1 (text/plain, inline)]
On Sat, Jul 18, 2020 at 08:30:02PM +0000, gfleury <at> disroot.org wrote:
> hello,
> 
> 16 juillet 2020 22:18 "Efraim Flashner" <efraim <at> flashner.co.il> a écrit:
> 
> > This looks good to me. Have you tested it with anything? I don't have a
> > D project to test it out with.
> 
> yes. I compile gtkd and some d simple code i wrote. 
> but gdc alone don't work like gfortran that why it is hidden.

Sounds good to me. Patch pushed! Thanks.

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 17 Aug 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.