Timo Wilken

Results 25 comments of Timo Wilken

Hi @chiarazampolli, in this case the error looks genuine to me: ``` Macro Detectors/ZDC/calib/macros/makeZDCCCDBEntryForDCS.C should be tested ``` I expect the solution would be to add a test for this...

One weirdness I've run into is that old OpenSSL versions (1.0.2k, on CentOS 7) don't exit with an error status when the CA cert is expired, they only print an...

Hi @ktf, I've tried various ways to avoid having to patch the binary after compilation, but none have worked for me: 1. Static linking: this would require users to install...

It's libcrypt (from glibc), not libcrypto (from openssl) in this case. I'm not sure compiling our own glibc is a good idea, but we might be able to use [libxcrypt](https://github.com/besser82/libxcrypt)...

https://github.com/alisw/alibuild/pull/795 was required to make this work. It's now merged, but we'd rather not tag it yet to avoid disruption during Pb-Pb.

Hi @kholisrag (or anyone else who finds this when searching for the error message), I got the same error on a cluster with mismatching Nomad/Vault versions. Updating everything to Vault...

I installed `plasma5-applets-thermal-monitor` from the Arch Linux community repository (and nothing else; I had already installed its dependencies). Adding the applet to the plasma bar works, but trying to configure...

I've set some non-critical nightly Jenkins builds to use this patched version of alibuild, namely DailyO2-ubuntu2004, DailyO2Dataflow-slc7 and DailyO2Dataflow-slc8.

One more change to do, discussed today: if there is a failure between uploading dist symlinks and the tarball, then the partial dist tree can block subsequent aliBuilds from uploading...