Hi,
I recently tried adding openssl to the app.dmg prebuilt sage 9 binary via: sage -i openssl && sage -f python3. During the rebuild, rpy2 failed with the message:
[rpy2-2.8.2.p1] dyld: lazy symbol binding failed: Symbol not found: _timespec_get
[rpy2-2.8.2.p1] Expected in: /usr/lib/libSystem.B.dylib
[rpy2-2.8.2.p1]
[rpy2-2.8.2.p1] dyld: Symbol not found: _timespec_get
[rpy2-2.8.2.p1] Expected in: /usr/lib/libSystem.B.dylib
From Googling, it appears that the problem might be tied to changes made by Xcode 11. I will try to downgrade to Xcode 10 to see if this fixes the problem. For what it's worth I am currently able to build sage from scratch, it's just that rebuilding is a problem.
Thanks,
Zach