Is anyone able to get an editors/openoffice-5 compile to complete? Of late, something name unopkg.bin keeps getting a seg fault during the build process (but doesn't leave a core file). If I run it with no arguments under the base system gdb (after setting LD_LIBRARY_PATH to /usr/ports/editors/openoffice-4/work/aoo-4.1.0/main/solver/410/unxfbsdx.pro/lib) it crashes in getCascadeMapping in main/cppu/source/uno/cascade_mapping.cxx but according to gdb from ports, it crashes in _GLOBAL__sub_I_cascade_mapping.cxx(void). 10.0-STABLE FreeBSD 10.0-STABLE #0 r270324M (the M is because I use SCHED_4BSD instead of SCHED_ULE). -- George
On 08/28/14 07:15, George Mitchell wrote:> [...] editors/openoffice-5 [...]I meant openoffice-4. There's something wrong with my keyboard.
On Thu, Aug 28, 2014 at 07:15:39 -0400, George Mitchell wrote:> Is anyone able to get an editors/openoffice-5 compile to complete? Of > late, something name unopkg.bin keeps getting a seg fault during the > build process (but doesn't leave a core file). If I run it with no > arguments under the base system gdb (after setting LD_LIBRARY_PATH to > /usr/ports/editors/openoffice-4/work/aoo-4.1.0/main/solver/410/unxfbsdx.pro/lib) > it crashes in getCascadeMapping in main/cppu/source/uno/cascade_mapping.cxx > but according to gdb from ports, it crashes in > _GLOBAL__sub_I_cascade_mapping.cxx(void).Any specific reason you're sticking with openoffice instead of libreoffice? The latter is receiving far more developer attention and is making greater strides in features. -- Chris Nehren -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 904 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20140828/706584e0/attachment.sig>
On 28 Aug, George Mitchell wrote:> Is anyone able to get an editors/openoffice-5 compile to complete? Of > late, something name unopkg.bin keeps getting a seg fault during the > build process (but doesn't leave a core file). If I run it with no > arguments under the base system gdb (after setting LD_LIBRARY_PATH to > /usr/ports/editors/openoffice-4/work/aoo-4.1.0/main/solver/410/unxfbsdx.pro/lib) > it crashes in getCascadeMapping in main/cppu/source/uno/cascade_mapping.cxx > but according to gdb from ports, it crashes in > _GLOBAL__sub_I_cascade_mapping.cxx(void).Sounds like you are trying to build the r364119 version of the port. I tracked down the build problem in that version to both libc++ and libstdc++ getting linked in to the executables. Revision r366163 fixes the problem, but you should probably upgrade to r366281, which is OpenOffice 4.1.1. According to the release announcement, it has some critical bug fixes, including some security fixes.