www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Error compiling with DUB (dmd) since yesterday dub update

reply Mario <user1123581321 fibonacci.com> writes:
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.
Mar 10 2018
parent reply rikki cattermole <rikki cattermole.co.nz> writes:
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?
Mar 10 2018
parent reply Mario <user1123581321 fibonacci.com> writes:
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
Mar 10 2018
parent reply rikki cattermole <rikki cattermole.co.nz> writes:
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.
Mar 10 2018
parent reply Mario <user1123581321 fibonacci.com> writes:
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
Mar 10 2018
parent Seb <seb wilzba.ch> writes:
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?
Mar 11 2018