Re: gdc broken by ldc-phobos-devel on Fedora

2019-12-13 Thread BoraxMan via D.gnu
On Thursday, 21 November 2019 at 23:25:34 UTC, Matthias Klumpp wrote: On Wednesday, 20 November 2019 at 21:51:58 UTC, mipri wrote: [...] That's why we explicitly set the LDC include path in Debian: https://salsa.debian.org/d-team/ldc/blob/master/debian/rules#L15 This is a bug in Fedora, you c

Re: gdc broken by ldc-phobos-devel on Fedora

2019-11-21 Thread Matthias Klumpp via D.gnu
On Wednesday, 20 November 2019 at 21:51:58 UTC, mipri wrote: Howdy, This was the case in Fedora 30, and is now the case in Fedora 31. RPMs are available for gdc and for ldc2, but when both are installed gdc can't compile anything as it tries to load a version of phobos installed by ldc2 whic

Re: gdc broken by ldc-phobos-devel on Fedora

2019-11-20 Thread Iain Buclaw via D.gnu
Nothing much that can be done here except get the package maintainer to fix the installation paths of ldc. The phobos/druntime sources will always differ between each compiler runtime library as there're many local changes that aren't accepted in upstream. -- Iain Original Message ---

gdc broken by ldc-phobos-devel on Fedora

2019-11-20 Thread mipri via D.gnu
Howdy, This was the case in Fedora 30, and is now the case in Fedora 31. RPMs are available for gdc and for ldc2, but when both are installed gdc can't compile anything as it tries to load a version of phobos installed by ldc2 which has features gdc doesn't yet support. For someone who's decided