March 11, 2013
Am 11.03.2013 04:20, schrieb Jonathan M Davis:
> Okay, it seems to work if I install dmd 2.062, but with the latest github master, build.sh is now failing with
> 
> source/app.d(162): Error: need 'this' for 'UninstallVersionWildcard' of type
> 'immutable(char[])'
> Failed: 'dmd' '-g' '-debug' '-Isource' '-L-lcurl' '-v' '-o-' 'source/app.d' '-
> Isource'
> 
> I don't know why it was failing before without an error message, but I guess that something was updated in the D stuff since last night which affected it. Without digging into it though, I don't know if the error is a regression in the D stuff somewhere, or if the dub code has a legitimate problem that the compiler complains about now when it didn't before.
> 
> - Jonathan M Davis
> 

Somtimes I really wonder what's up with DMDs error messages. This code has been there since ages and never triggered an error here, even on DMD 2.062 (and it rightfully should have triggered one). Anyway, It's fixed now on master.

March 15, 2013
On Monday, 11 March 2013 at 06:58:35 UTC, Sönke Ludwig wrote:
> Somtimes I really wonder what's up with DMDs error messages. This code
> has been there since ages and never triggered an error here, even on DMD
> 2.062 (and it rightfully should have triggered one). Anyway, It's fixed
> now on master.

Huh? It was platform-specific?
March 15, 2013
Am 15.03.2013 17:37, schrieb Kagamin:
> On Monday, 11 March 2013 at 06:58:35 UTC, Sönke Ludwig wrote:
>> Somtimes I really wonder what's up with DMDs error messages. This code has been there since ages and never triggered an error here, even on DMD 2.062 (and it rightfully should have triggered one). Anyway, It's fixed now on master.
> 
> Huh? It was platform-specific?

No. I actually completely overlooked that it happened with DMD master and not on 2.062. So probably it was a recent accepts-invalid fix. But in the past I actually had incidents where things compiled for me on the same platform that failed for someone else - that's the original reason for my reply, sorry for the confusion.
March 17, 2013
On Sun, 2013-03-10 at 13:16 +0100, Jordi Sayol wrote:
> Al 10/03/13 12:57, En/na Russel Winder ha escrit:
> > Any chance of working with Jordi to get Debian packages into d-apt?
> > 
> 
> I'll create DUB deb packages soon.
> 

Sorted. Thanks.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 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


March 17, 2013
On Sun, 2013-03-17 at 07:52 +0000, Russel Winder wrote:
> On Sun, 2013-03-10 at 13:16 +0100, Jordi Sayol wrote:
> > Al 10/03/13 12:57, En/na Russel Winder ha escrit:
> > > Any chance of working with Jordi to get Debian packages into d-apt?
> > > 
> > 
> > I'll create DUB deb packages soon.
> > 
> 
> Sorted. Thanks.

Ah, except that it is compiled against libc6 > 2.14 and I am using Debian Unstable which is stuck on 2.13.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 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


March 17, 2013
On Saturday, 9 March 2013 at 13:48:53 UTC, Sönke Ludwig wrote:
> [snip]

Thanks for dub. Really helps a lot.


March 17, 2013
I've created new dub Debian packages and upload them at:

https://code.google.com/p/d-apt/

Test and comments are welcome.

-- 
Jordi Sayol
March 17, 2013
Al 17/03/13 08:54, En/na Russel Winder ha escrit:
> On Sun, 2013-03-17 at 07:52 +0000, Russel Winder wrote:
>> On Sun, 2013-03-10 at 13:16 +0100, Jordi Sayol wrote:
>>> Al 10/03/13 12:57, En/na Russel Winder ha escrit:
>>>> Any chance of working with Jordi to get Debian packages into d-apt?
>>>>
>>>
>>> I'll create DUB deb packages soon.
>>>
>>
>> Sorted. Thanks.
> 
> Ah, except that it is compiled against libc6 > 2.14 and I am using Debian Unstable which is stuck on 2.13.
> 

Can you test the new dub Debian packages please?

https://code.google.com/p/d-apt/

-- 
Jordi Sayol
March 17, 2013
On Sun, 2013-03-17 at 11:16 +0100, Jordi Sayol wrote:
[…]
> Can you test the new dub Debian packages please?
> 
> https://code.google.com/p/d-apt/

I am guessing that the number of the package is still 0.9.11-0 as I am not getting an update from the repository.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 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


March 17, 2013
Al 17/03/13 19:22, En/na Russel Winder ha escrit:
> On Sun, 2013-03-17 at 11:16 +0100, Jordi Sayol wrote:
> […]
>> Can you test the new dub Debian packages please?
>>
>> https://code.google.com/p/d-apt/
> 
> I am guessing that the number of the package is still 0.9.11-0 as I am not getting an update from the repository.
> 

That's correct. There will be deb updates for every dub beta release.

- -- Jordi Sayol