On 14 Jul, Pedro Giffuni wrote: > > > On 07/14/15 01:37, Don Lewis wrote: >> On 13 Jul, Pedro Giffuni wrote: >>> Hmm ... >>> >>> Perhaps there is something wrong here: >>> >>> tmain/libxml2/prj/d.lst >> Perhaps ... but since libxml is already installed on the system because >> it is a prerequisite of some of the other dependencies, such as java, >> gconf2, and gnome-vfs, I just switched to --with-system-libxml and >> --with-system-libxslt. The latter is required by configure if the >> former option is enabled. > > That is reasonable. perhaps that should be the default in > configure.
Probably so. I finally got around to looking at what arguments the buildbot passes to configure and it includes --with-system-libxml. >> The next problem is: >> >> cc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS >> -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/usr/include -DTERMIO -O3 -Wall -c >> ui_lib.c -o ui_lib.o >> cc -I.. -I../.. -I../../include -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS >> -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/usr/include -DTERMIO -O3 -Wall -c >> ui_openssl.c -o ui_openssl.o >> ui_openssl.c:224:11: fatal error: 'termio.h' file not found >> # include <termio.h> >> ^ >> 1 error generated. >> *** Error code 1 >> >> Stop. >> make[2]: stopped in >> /tmp/openoffice/aoo-4.2.0/main/openssl/unxfbsdx.pro/misc/build/openssl-0.9.8o/crypto/ui >> *** Error code 1 >> >> >> Time for --with-system-openssl ... >> > > By all means, updating OpenSSL is something that should be done > for the next release (no, I am not volunteering). > > It could even be risky to leave the internal OpenSSL installed in > your system. Yeah. The buildbot also uses --with-system-openssl. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org