You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just guessing you found this in 2017Q1/x86_64? We hit this earlier in the 2017Q1/tools package set and I just realized two days ago it affected the x86_64 package set as well. It will auto-correct with the next rebuild and that's when py-zmq will successfully build too as a package.
For some reason, with the initial 2017Q1 build the zeromq package built with no libgcc/libstdc++ runtime linking at all.
Specifically that when pyzmq-16.0.2 tries to link against it fails with:
Which looks very much like linking against stdc and not stdc++.
Building from source (zeromq-4.2.2 with
pkgin libsodium
), config:./configure --with-libsodium --prefix=/opt/local
...then running
pip3.6 install pyzmq
works just fine.The text was updated successfully, but these errors were encountered: