Summary: | editors/openoffice-4 build fails with dmake error 138 | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Volodymyr Kostyrko <arcade> |
Component: | Individual Port(s) | Assignee: | Don Lewis <truckman> |
Status: | Closed Not Enough Information | ||
Severity: | Affects Only Me | CC: | office, truckman |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(office) |
Version: | Latest | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Volodymyr Kostyrko
2022-04-15 16:40:01 UTC
I suspect this a failing low-level unit test. The output from these tests should look something like: [----------] 8 tests from BigPtrArrayPerformanceTest [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_end_1000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_end_1000 (0 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_end_10000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_end_10000 (2 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_end_100000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_end_100000 (21 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_end_1000000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_end_1000000 (213 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_front_1000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_front_1000 (1 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_front_10000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_front_10000 (13 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_front_100000 [ OK ] BigPtrArrayPerformanceTest.test_insert_at_front_100000 (319 ms) [ RUN ] BigPtrArrayPerformanceTest.test_insert_at_front_1000000 but if there is a failure, you will see FAIL instead of OK as I recall. A few years ago I fixed several of these upstream that had intermittent timing failures that would sometimes show up if the build system was heavily loaded. I haven't seen a failure in quiet some time. Nothing usable in the log sample and no feedback from OP |