- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Jan 21 2021
Jan 20 2021
Merged to master.
Merged to master.
Merged to master.
Merged to master.
Merged to master.
Merged to master.
Merged to master.
Do you mean self-signed certs or what kind of certs do not work?
In T5257#141913, @jukivili wrote:You probably define CFLAGS=-m32 in your installation script for 32-bit build. I'd try with CFLAGS="-O2 -m32".
Thanks for report. I reproduced this by building i386 with optimizations disabled "-O0" (gcc 10). With normal optimization level such as "-O2", the issue does not appear.
Sure. Thanks for testing. The problem with new versions is that ppl don't like to test release candidates and thus we need do real releases and wait for the outfall. ;-)
Breakage appears to happen in configure.ac. When building with clang without LTO following check gives "no":
Maybe it helps:
Here is another log from a user with a similar looking problem, same symptoms:
Fixed by jukvilli’s patch.
__outer
That works, thanks. So does that become part of the next release?
__outer
Both are affected. I updated to reflect that I tested the newer version
Thanks for the reports. IIRC, we had similar reports in the past either here or on a ML.
FWIW, after the release I had some time and after some trouble with my Pi4B I ran into the same problem.
So is this about 1.8.7 or 1.9.0 (as shown in the Version field)?
In fact, Thunderbird does not use gpgme-json, but loads the gpgme shared library at runtime. The interesting thing is that Thunderbird works fine if gpgOSX is used.
Jan 19 2021
Yes, clang + LTO is broken. Maybe there is issue in clang bug tracker for this already?
Maybe this patch helps:
Similar to T5252, likely requiring the concept of some kind of "fixed reference date".