Build mesa 3186 failed
Commit d1efa09d34 by Emil Velikov on 1/13/2017 4:51 PM:
util: import sha1 implementation from OpenBSD\n\nAt the moment we support 5+ different implementations each with varying\namount of bugs - from thread safely problems [1], to outright broken\nimplementation(s) [2]\n\nIn order to accommodate these we have 150+ lines of configure script and\nextra two configure toggles. Whist an actual implementation being\n~200loc and our current compat wrapping ~250.\n\nLet's not forget that different people use different code paths, thus\neffectively makes it harder to test and debug since the default\nimplementation is automatically detected.\n\nTo minimise all these lovely experiences, import the "100% Public\nDomain" OpenBSD sha1 implementation. Clearly document any changes needed\nto get building correctly, since many/most of those can be upstreamed\nmaking future syncs easier.\n\nAs an added bonus this will avoid all the 'fun' experiences trying to\nintegrate it with the Android and SCons builds.\n\nv2: Manually expand __BEGIN_DECLS/__END_DECLS and document (Tapani).\n\nFurthermore it seems that some games (or surrounding runtime) static\nlink against OpenSSL resulting in conflicts. For more information see\nthe discussion thread [3]\n\nBugzilla [1]: https://bugs.freedesktop.org/show_bug.cgi?id=94904\nBugzilla [2]: https://bugs.freedesktop.org/show_bug.cgi?id=97967\n[3] https://lists.freedesktop.org/archives/mesa-dev/2017-January/140748.html\nCc: Mark Janes <[email protected]>\nCc: Vinson Lee <[email protected]>\nCc: Tapani Pälli <[email protected]>\nCc: Jonathan Gray <[email protected]>\nTested-by: Jonathan Gray <[email protected]>\nSigned-off-by: Emil Velikov <[email protected]>\nAcked-by: Tapani Pälli <[email protected]> (v1)\nAcked-by: Jason Ekstrand <[email protected]> (v1)
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
