Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Mar 2023 20:37:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 263296] editors/openoffice-4 build fails with dmake error 138
Message-ID:  <bug-263296-25061-mJSlEPUO9R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263296-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263296-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263296

Don Lewis <truckman@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |truckman@FreeBSD.org

--- Comment #1 from Don Lewis <truckman@FreeBSD.org> ---
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 tim=
ing
failures that would sometimes show up if the build system was heavily loade=
d.

I haven't seen a failure in quiet some time.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263296-25061-mJSlEPUO9R>