Ever since switching over to hardened-sources, I've been unable to build OpenOffice from source. I have isolated the problem to PaX -- if I enable softmode the build works fine. Otherwise, I get this in the build.log:
Making: libofficebean.so /var/tmp/portage/app-office/openoffice-3.1.1/work/ooo/build/ooo310- m19/solenv/bin/checkdll.sh: line 94: 6600 Segmentation fault $checkdll "$@" dmake: Error code 1, while making '../../unxlngx6.pro/lib/libofficebean.so' and a corresponding kernel error: checkdll[6600]: segfault at 2c02baf83d80 ip 00002c02bad6ce79 sp 000072408b6dbe90 error 7 in ld-2.11.so[2c02bad66000+1e000] But this doesn't look like a typical PaX error message, so I'm not sure what checkdll is doing that crashes. Anyone have an idea where I should start looking? --Mike