Re: Error compiling with DUB (dmd) since yesterday dub update

2018-03-11 Thread Seb via Digitalmars-d-learn

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?


Re: Error compiling with DUB (dmd) since yesterday dub update

2018-03-10 Thread Mario via Digitalmars-d-learn

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


Re: Error compiling with DUB (dmd) since yesterday dub update

2018-03-10 Thread rikki cattermole via Digitalmars-d-learn

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.


Re: Error compiling with DUB (dmd) since yesterday dub update

2018-03-10 Thread Mario via Digitalmars-d-learn

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


Error compiling with DUB (dmd) since yesterday dub update

2018-03-10 Thread Mario via Digitalmars-d-learn
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.




Re: Error compiling with DUB (dmd) since yesterday dub update

2018-03-10 Thread rikki cattermole via Digitalmars-d-learn

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?