digitalmars.D - Observation on packages
- Russel Winder (15/15) Aug 24 2013 Due to a blocking, but short-lived, problem with Debian Unstable, I
- Dicebot (4/13) Aug 25 2013 Ugh, since then GDC is part of official GCC package? As far as I
- H. S. Teoh (10/20) Aug 25 2013 I don't think GDC is officially a part of GCC yet. The Debian package is
- Ramon (8/9) Aug 25 2013 From whereever it came and for whatever it's worth:
- H. S. Teoh (9/21) Aug 25 2013 I don't understand your point? I already said gdc is in the Debian
- Iain Buclaw (7/25) Aug 25 2013 We are essentially part of the same source package as gcc in Debian
- Russel Winder (13/25) Aug 26 2013 Mint is based on Debian so the fact that Mint (and Ubuntu for the same
- H. S. Teoh (8/35) Aug 26 2013 [...]
Due to a blocking, but short-lived, problem with Debian Unstable, I upgraded my Fedora dual boot to Fedora 19. I note that whilst GCC is 4.8.1, and Go is packaged, D is not packaged. We know GCC 4.8.1 has GCD, it is packaged and released for Debian, it is not packaged and released in Fedora 19 as far as I can tell. --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Aug 24 2013
On Saturday, 24 August 2013 at 18:33:42 UTC, Russel Winder wrote:Due to a blocking, but short-lived, problem with Debian Unstable, I upgraded my Fedora dual boot to Fedora 19. I note that whilst GCC is 4.8.1, and Go is packaged, D is not packaged. We know GCC 4.8.1 has GCD, it is packaged and released for Debian, it is not packaged and released in Fedora 19 as far as I can tell.Ugh, since then GDC is part of official GCC package? As far as I remember it is still "work-in-progress". May be own initiative of Debian maintainer.
Aug 25 2013
On Sun, Aug 25, 2013 at 09:25:28PM +0200, Dicebot wrote:On Saturday, 24 August 2013 at 18:33:42 UTC, Russel Winder wrote:I don't think GDC is officially a part of GCC yet. The Debian package is courtesy of a Debian developer who is working with Iain to bring GDC to Debian. If you want a Fedora package, you'd have to find somebody who knows how to make an .rpm out of the GDC sources, and how to get it included in the official repo. T -- For every argument for something, there is always an equal and opposite argument against it. Debates don't give answers, only wounded or inflated egos.Due to a blocking, but short-lived, problem with Debian Unstable, I upgraded my Fedora dual boot to Fedora 19. I note that whilst GCC is 4.8.1, and Go is packaged, D is not packaged. We know GCC 4.8.1 has GCD, it is packaged and released for Debian, it is not packaged and released in Fedora 19 as far as I can tell.Ugh, since then GDC is part of official GCC package? As far as I remember it is still "work-in-progress". May be own initiative of Debian maintainer.
Aug 25 2013
On Sunday, 25 August 2013 at 20:36:22 UTC, H. S. Teoh wrote:I don't think GDC is officially a part of GCC yet.From whereever it came and for whatever it's worth: (On mint 14) $ apt-cache search gdc | grep ^gdc gdc - D compiler (language version 2), based on the GCC backend gdc-4.4 - D compiler (version 1), based on the GCC backend gdc-4.6 - GNU D compiler (version 2), based on the GCC backend gdc-v1 - D compiler (language version 1), based on the GCC backend
Aug 25 2013
On Sun, Aug 25, 2013 at 11:58:34PM +0200, Ramon wrote:On Sunday, 25 August 2013 at 20:36:22 UTC, H. S. Teoh wrote:I don't understand your point? I already said gdc is in the Debian archive. But it's not part of the upstream GCC code; it's built from a separate source package that basically contains Iain's diffs to the gcc sources. The build scripts download & unpack the upstream gcc sources and patch it in order to build the gdc binaries. T -- Indifference will certainly be the downfall of mankind, but who cares? -- Miquel van SmoorenburgI don't think GDC is officially a part of GCC yet.From whereever it came and for whatever it's worth: (On mint 14) $ apt-cache search gdc | grep ^gdc gdc - D compiler (language version 2), based on the GCC backend gdc-4.4 - D compiler (version 1), based on the GCC backend gdc-4.6 - GNU D compiler (version 2), based on the GCC backend gdc-v1 - D compiler (language version 1), based on the GCC backend
Aug 25 2013
On 26 August 2013 05:14, H. S. Teoh <hsteoh quickfur.ath.cx> wrote:On Sun, Aug 25, 2013 at 11:58:34PM +0200, Ramon wrote:We are essentially part of the same source package as gcc in Debian (and thus, all Debian derivatives that use unstable) now. This was to simplify maintenance for myself and the Debian gcc maintainers. -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';On Sunday, 25 August 2013 at 20:36:22 UTC, H. S. Teoh wrote:I don't understand your point? I already said gdc is in the Debian archive. But it's not part of the upstream GCC code; it's built from a separate source package that basically contains Iain's diffs to the gcc sources. The build scripts download & unpack the upstream gcc sources and patch it in order to build the gdc binaries.I don't think GDC is officially a part of GCC yet.From whereever it came and for whatever it's worth: (On mint 14) $ apt-cache search gdc | grep ^gdc gdc - D compiler (language version 2), based on the GCC backend gdc-4.4 - D compiler (version 1), based on the GCC backend gdc-4.6 - GNU D compiler (version 2), based on the GCC backend gdc-v1 - D compiler (language version 1), based on the GCC backend
Aug 25 2013
On Sun, 2013-08-25 at 23:58 +0200, Ramon wrote:On Sunday, 25 August 2013 at 20:36:22 UTC, H. S. Teoh wrote:Mint is based on Debian so the fact that Mint (and Ubuntu for the same reason) has GDC 4.8.1 should come as no surprise ;-)I don't think GDC is officially a part of GCC yet.=20 From whereever it came and for whatever it's worth: =20 (On mint 14)=20 $ apt-cache search gdc | grep ^gdc gdc - D compiler (language version 2), based on the GCC backend gdc-4.4 - D compiler (version 1), based on the GCC backend gdc-4.6 - GNU D compiler (version 2), based on the GCC backend gdc-v1 - D compiler (language version 1), based on the GCC backend--=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
Aug 26 2013
On Mon, Aug 26, 2013 at 08:12:24AM +0200, Iain Buclaw wrote:On 26 August 2013 05:14, H. S. Teoh <hsteoh quickfur.ath.cx> wrote:[...] Cool! But AFAIK, GDC isn't part of the official upstream GCC sources, right? Or did it get included recently and I missed the good news? T -- Recently, our IT department hired a bug-fix engineer. He used to work for Volkswagen.On Sun, Aug 25, 2013 at 11:58:34PM +0200, Ramon wrote:We are essentially part of the same source package as gcc in Debian (and thus, all Debian derivatives that use unstable) now. This was to simplify maintenance for myself and the Debian gcc maintainers.On Sunday, 25 August 2013 at 20:36:22 UTC, H. S. Teoh wrote:I don't understand your point? I already said gdc is in the Debian archive. But it's not part of the upstream GCC code; it's built from a separate source package that basically contains Iain's diffs to the gcc sources. The build scripts download & unpack the upstream gcc sources and patch it in order to build the gdc binaries.I don't think GDC is officially a part of GCC yet.From whereever it came and for whatever it's worth: (On mint 14) $ apt-cache search gdc | grep ^gdc gdc - D compiler (language version 2), based on the GCC backend gdc-4.4 - D compiler (version 1), based on the GCC backend gdc-4.6 - GNU D compiler (version 2), based on the GCC backend gdc-v1 - D compiler (language version 1), based on the GCC backend
Aug 26 2013