User Details
- User Since
- Mar 27 2017, 4:47 PM (404 w, 2 d)
- Availability
- Available
Dec 8 2021
Excuse me NIBE san. What if any action do you expect me to take on this matter?
__outer
Nov 26 2021
Thanks for the help. After running make clean / aclocal / autoconf / autoupdate … &etc, the patch worked & make check passed all eleven 11 tests, ie the new 12th test was not performed.
Here is ”config.log", or did you want just the screen output?
I’m not that geeky anymore.
Nov 25 2021
I've just confirmed that the fixes in the commit "rE50e0f32b1935" above to configure.ca & tests/makefile.am do NOT fix the problem under MacOSX Catalina 10.15.7 using Xcode 12.4, gcc Apple clang-1200.0.32.28.
I'm getting the same error even when compiling with x86_64/glibc (from Apple clang-1200.0.32.28) :(
Jan 29 2021
Latext 1.9.1 builds without any unreported workarounds. Done. Close.
Jan 20 2021
Fixed by jukvilli’s patch.
__outer
That works, thanks. So does that become part of the next release?
__outer
Jan 19 2021
Jun 20 2018
Worked for me (T4035).
__outer
Jun 19 2018
Oct 7 2013
I'm vaguely surprised you were able to recompile libgcrypt 1.5.3 using Xcode 5.0.
See 1540.
See 1541. Something got screwed up in the somewhat bizarre chain of includes. My
only work around is to manually include the needed typedefs.
Oct 5 2013
Sep 24 2013
Removing the dup() call also seems to fix the unresolved Mac issue with gpg2
2.0.21 and gpgme 1.4.3 compiled with --enable-fd-passing
May 11 2013
Mar 23 2013
Following the calling chain, we eventually call the OS itself using select(2).
This happens twice. The first call works. The 2nd call hangs in a loop, with
select(2) returning <0 and errno set to EINTR (call was interrupted).