Actions
Bug #7675
closedPython2.7 needs 5879-like exception_list fixes
Start date:
2016-12-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
For building on OmniOS and possibly other non-OI systems, we need one more line in exception_lists/check_rtime:
@@ -175,6 +175,7 @@ UNREF_OBJ /lib.*\ of\ .*libxslt\.so\.1 UNREF_OBJ /lib.*\ of\ .*libpq\.so\.4 UNREF_OBJ /lib.*\ of\ .*libpython2\.4\.so\.1\.0 UNREF_OBJ /lib.*\ of\ .*libpython2\.6\.so\.1\.0 +UNREF_OBJ /lib.*\ of\ .*libpython2\.7\.so\.1\.0 UNREF_OBJ /libgcc_s.*\ of\ .*libstdc\+\+\.so\.6 UNREF_OBJ /libgcc_s.*\ of\ .*libgmodule-2\.0\.so\.0
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit d3147737fcad3bbe69cbd5b065363137f4e61c52
commit d3147737fcad3bbe69cbd5b065363137f4e61c52 Author: Dan McDonald <danmcd@omniti.com> Date: 2016-12-20T00:47:32.000Z 7675 Python2.7 needs 5879-like exception_list fixes Reviewed by: Alexander Eremin <alexander.r.eremin@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions