[Bug 225129] editors/openoffice-{4, devel}: fails to build with clang 6.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 16 22:17:24 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225129
--- Comment #5 from Don Lewis <truckman at FreeBSD.org> ---
The build "succeeds" with -std=gnu++98, but I'm seeing these new errors:
cd ../../unxfbsdx.pro/lib && : &&
LD_LIBRARY_PATH=/wrkdirs/usr/ports/editors
/openoffice-4/work/aoo-4.1.5/main/solver/415/unxfbsdx.pro/lib${LD_LIBRARY_PATH:+
:${LD_LIBRARY_PATH}}
/wrkdirs/usr/ports/editors/openoffice-4/work/aoo-4.1.5/main
/solver/415/unxfbsdx.pro/bin/uno \
-ro uno_services.rdb -ro uno_types.rdb \
-s com.sun.star.test.bridge.BridgeTest -- \
com.sun.star.test.bridge.CppTestObject
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
creation of executable memory area failed: No such file or directory
### test succeeded!
They seem to come from main/bridges/source/cpp_uno/shared/vtablefactory.cxx as
a result of mkstemp() failing.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list