On 05/08/13 19:59, Ken Moffat wrote: > On Mon, Aug 05, 2013 at 06:57:24PM +1000, Wayne Blaszczyk wrote: >> >> I've narrowed down the issue. >> I was setting --with-lang="en-GB en-US" (which is what I had set with >> the previous version), this resulted in the above error. Even with just >> en-GB or en-US by itself causes the error. I could only resolve the >> issue by having this option set to an empty string. >> What is the implication of having --with-lang="" ? >> > According to the Arch wiki, you will only have Afrikaans (assuming > that you manage to install at least one language pack), e.g. in the > help files and perhaps in the menus. > > I assume that you have built Python-3 ? In 4.0 it was needed for > the translations. > > ĸen >
Yes, Python-3 was built. I have another issue now, It seems to not like neon-0.30.0. The following error occurs: [build CXX] unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx /sources/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx: In member function 'void webdav_ucp::NeonSession::Init()': /sources/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:793:85: error: invalid conversion from 'int (*)(void*, const char*, const char*, int, char*, char*)' to 'ne_auth_creds {aka int (*)(void*, const char*, int, char*, char*)}' [-fpermissive] In file included from /sources/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:37:0: /usr/include/neon/ne_auth.h:132:6: error: initializing argument 3 of 'void ne_add_server_auth(ne_session*, unsigned int, ne_auth_creds, void*)' [-fpermissive] /sources/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:794:85: error: invalid conversion from 'int (*)(void*, const char*, const char*, int, char*, char*)' to 'ne_auth_creds {aka int (*)(void*, const char*, int, char*, char*)}' [-fpermissive] In file included from /sources/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:37:0: /usr/include/neon/ne_auth.h:134:6: error: initializing argument 3 of 'void ne_add_proxy_auth(ne_session*, unsigned int, ne_auth_creds, void*)' [-fpermissive] [build MOD] xmlreader [build CUT] binaryurp_test-cache [build CXX] comphelper/qa/string/test_string.cxx [build CUT] cppu_qa_any [build CUT] cppu_qa_recursion [build CUT] cppu_qa_reference [build CUT] cppu_qa_unotype make[1]: *** [/sources/libreoffice-4.1.0.4/workdir/unxlngx6.pro/CxxObject/ucb/source/ucp/webdav-neon/NeonSession.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [build] Error 2 Reverting back to neon-0.29.6 overcomes this issue. Wayne. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page