Thread overview
Error compiling with DUB (dmd) since yesterday dub update
Mar 11, 2018
Mario
Mar 11, 2018
rikki cattermole
Mar 11, 2018
Mario
Mar 11, 2018
rikki cattermole
Mar 11, 2018
Mario
Mar 11, 2018
Seb
March 11, 2018
I upgraded yesterday to "DUB version 1.8.0, built on Mar  3 2018" using "4.15.6-1-ARCH".

I got an error while compiling a project which uses the following dependencies:

>dependency "vibe-d" version="~>0.8.3-beta.1"
>dependency "vibe-d:tls" version="~>0.8.3-beta.1"
>versions "VibeDefaultMain"
>subConfiguration "vibe-d:tls" "botan"
The log I got is the following one: https://hastebin.com/wubujowezi.coffeescript

Do someone know what is happening and why suddenly it stopped working? Regrets.
March 11, 2018
On 11/03/2018 7:55 PM, Mario wrote:
> I upgraded yesterday to "DUB version 1.8.0, built on Mar  3 2018" using "4.15.6-1-ARCH".
> 
> I got an error while compiling a project which uses the following dependencies:
> 
>> dependency "vibe-d" version="~>0.8.3-beta.1"
>> dependency "vibe-d:tls" version="~>0.8.3-beta.1"
>> versions "VibeDefaultMain"
>> subConfiguration "vibe-d:tls" "botan"
> The log I got is the following one: https://hastebin.com/wubujowezi.coffeescript
> 
> Do someone know what is happening and why suddenly it stopped working? Regrets.

Are you aware that it is compiling with ldc?
March 11, 2018
On Sunday, 11 March 2018 at 06:59:32 UTC, rikki cattermole wrote:
> On 11/03/2018 7:55 PM, Mario wrote:
>> I upgraded yesterday to "DUB version 1.8.0, built on Mar  3 2018" using "4.15.6-1-ARCH".
>> 
>> I got an error while compiling a project which uses the following dependencies:
>> 
>>> dependency "vibe-d" version="~>0.8.3-beta.1"
>>> dependency "vibe-d:tls" version="~>0.8.3-beta.1"
>>> versions "VibeDefaultMain"
>>> subConfiguration "vibe-d:tls" "botan"
>> The log I got is the following one: https://hastebin.com/wubujowezi.coffeescript
>> 
>> Do someone know what is happening and why suddenly it stopped working? Regrets.
>
> Are you aware that it is compiling with ldc?

Actually, I didn't even realize XD. I'm a newbie in VibeD and DLang, should I change it? Why did compiling work yesterday?

Thanks in advance
March 11, 2018
On 11/03/2018 8:02 PM, Mario wrote:
> On Sunday, 11 March 2018 at 06:59:32 UTC, rikki cattermole wrote:
>> On 11/03/2018 7:55 PM, Mario wrote:
>>> I upgraded yesterday to "DUB version 1.8.0, built on Mar  3 2018" using "4.15.6-1-ARCH".
>>>
>>> I got an error while compiling a project which uses the following dependencies:
>>>
>>>> dependency "vibe-d" version="~>0.8.3-beta.1"
>>>> dependency "vibe-d:tls" version="~>0.8.3-beta.1"
>>>> versions "VibeDefaultMain"
>>>> subConfiguration "vibe-d:tls" "botan"
>>> The log I got is the following one: https://hastebin.com/wubujowezi.coffeescript
>>>
>>> Do someone know what is happening and why suddenly it stopped working? Regrets.
>>
>> Are you aware that it is compiling with ldc?
> 
> Actually, I didn't even realize XD. I'm a newbie in VibeD and DLang, should I change it? Why did compiling work yesterday?
> 
> Thanks in advance

Workaround switch to dmd.
Real solution please file a bug for Botan and attach your log in.
March 11, 2018
On Sunday, 11 March 2018 at 07:11:09 UTC, rikki cattermole wrote:
> On 11/03/2018 8:02 PM, Mario wrote:
>> On Sunday, 11 March 2018 at 06:59:32 UTC, rikki cattermole wrote:
>>> On 11/03/2018 7:55 PM, Mario wrote:
>>>> [...]
>>>
>>> Are you aware that it is compiling with ldc?
>> 
>> Actually, I didn't even realize XD. I'm a newbie in VibeD and DLang, should I change it? Why did compiling work yesterday?
>> 
>> Thanks in advance
>
> Workaround switch to dmd.
> Real solution please file a bug for Botan and attach your log in.

Thank you, I followed your advice and I created an issue on the GitHub project: https://github.com/etcimon/botan/issues/42
March 11, 2018
On Sunday, 11 March 2018 at 07:17:58 UTC, Mario wrote:
> On Sunday, 11 March 2018 at 07:11:09 UTC, rikki cattermole wrote:
>> On 11/03/2018 8:02 PM, Mario wrote:
>>> On Sunday, 11 March 2018 at 06:59:32 UTC, rikki cattermole wrote:
>>>> On 11/03/2018 7:55 PM, Mario wrote:
>>>>> [...]
>>>>
>>>> Are you aware that it is compiling with ldc?
>>> 
>>> Actually, I didn't even realize XD. I'm a newbie in VibeD and DLang, should I change it? Why did compiling work yesterday?
>>> 
>>> Thanks in advance
>>
>> Workaround switch to dmd.
>> Real solution please file a bug for Botan and attach your log in.
>
> Thank you, I followed your advice and I created an issue on the GitHub project: https://github.com/etcimon/botan/issues/42

Or simply use the built-in openssl 1.1?