|
LOH KOK HOE |
|
|
I am trying to compile accessibility module by using following command
make accessibility Unfortunately the compilation was fail due to the file named gb_Deliver_deliver was missing. May I know where can I get the missing file so that I can complete the compilation. Here is the full stack trace: ******************************************************************** * * Running the post download checks. * ******************************************************************** checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu cd accessibility && make -j 2 -rs gb_PARTIALBUILD=T make[2]: Entering directory `/home/kokhoe/workspace/LibreOffice/core/accessibility' /home/kokhoe/workspace/LibreOffice/core/solenv/gbuild/Package.mk:44: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /home/kokhoe/workspace/LibreOffice/core/solver/unxlngx6.pro/bin/rsc. Stop. make[2]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core/accessibility' make[1]: *** [accessibility] Error 2 make[1]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core' make: *** [accessibility] Error 2 THanks @! _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Noel Grandin |
|
|
Looks like the RSC module build failed.
Try building RSC by itself first (make rsc) On 2012-09-19 16:01, LOH KOK HOE wrote:
I am trying to compile accessibility module by using following command Disclaimer: http://www.peralex.com/disclaimer.html _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Matúš Kukan |
|
|
In reply to this post by LOH KOK HOE
On 19 September 2012 16:01, LOH KOK HOE <[hidden email]> wrote:
> I am trying to compile accessibility module by using following command > >> make accessibility If you didn't run full make before or somehow you have removed files, you need to run make accessibility.all HTH, Matus _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
LOH KOK HOE |
|
|
In reply to this post by Noel Grandin
Hi noel,
When I issue the command make rsc I got this error: make -r -f /home/kokhoe/workspace/LibreOffice/core/Makefile.top rsc make[1]: Entering directory `/home/kokhoe/workspace/LibreOffice/core' cd rsc && make -j 2 -rs gb_PARTIALBUILD=T make[2]: Entering directory `/home/kokhoe/workspace/LibreOffice/core/rsc' [build DEP] LNK:Executable/rsc make[2]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core/rsc' make[2]: Entering directory `/home/kokhoe/workspace/LibreOffice/core/rsc' [info ALL] LinkTarget Library/libi18nisolang1gcc3.so not defined: Assuming headers to be there! [info ALL] LinkTarget Library/libtllo.so not defined: Assuming headers to be there! [build YAC] rsc/source/parser/rscyacc /home/kokhoe/workspace/LibreOffice/core/solenv/gbuild/Library.mk:54: *** gb_Deliver_deliver: file does not exist in solver, and cannot be delivered: /home/kokhoe/workspace/LibreOffice/core/solver/unxlngx6.pro/lib/libi18nisolang1gcc3.so. Stop. make[2]: *** Waiting for unfinished jobs.... /home/kokhoe/workspace/LibreOffice/core/rsc/source/parser/rscyacc.y: conflicts: 2 shift/reduce make[2]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core/rsc' make[1]: *** [rsc] Error 2 make[1]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core' make: *** [rsc] Error 2 It seems that I was missing the libi18nisolang1gcc3.so file. Any advice? THanks @! On Wed, Sep 19, 2012 at 10:04 PM, Noel Grandin <[hidden email]> wrote:
_______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Noel Grandin |
|
|
It looks like you're trying to build individual pieces without doing
a complete build first.
Before you try hacking on individual modules, you have to first have a complete build i.e. ./autogen.sh make and let it run to completion. May take several hours. On 2012-09-20 14:54, LOH KOK HOE wrote:
Hi noel, Disclaimer: http://www.peralex.com/disclaimer.html _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
LOH KOK HOE |
|
|
In reply to this post by Matúš Kukan
Hi matus,
When issuing make accessibility.all command, it actually building the whole source code. Right now I come to build 46 of 62, module ridljar, and the build was stop on this build. From the stack trace I see this javac: invalid source release: 1.7 I am currently using JAVA version 1.7 in my machine. It seems that JAVA 1.7 doesn't fit well. May I know which JAVA version should I use for the build? And is there a possibility that to set the specific JAVA version for the build without downgrading the system's JAVA version? Here is the full stack trace ============= (46/62) Building module ridljar ============= Entering /home/kokhoe/workspace/LibreOffice/core/offapi/prj gbuild module /home/kokhoe/workspace/LibreOffice/core/offapi: make -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /home/kokhoe/workspace/LibreOffice/core/ridljar/prj gbuild module /home/kokhoe/workspace/LibreOffice/core/ridljar: make -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [build JVM] CustomTarget/ridljar/javamaker/done [build CUS] ridljar/javamaker [build JCS] Jar/ridl javac: invalid source release: 1.7 Usage: javac <options> <source files> use -help for a list of possible options make[2]: *** [/home/kokhoe/workspace/LibreOffice/core/workdir/unxlngx6.pro/JavaClassSet/Jar/ridl/done] Error 2 [build DEP] IDL:offapi [build IDL] offapi/com/sun/star/animations/idl make[2]: *** No rule to make target `/home/kokhoe/workspace/LibreOffice/core/offapi/com/sun/star/auth/SSOExceptions.idl', needed by `/home/kokhoe/workspace/LibreOffice/core/workdir/unxlngx6.pro/UnoApiPartTarget/offapi/com/sun/star/auth/SSOManagerFactory.urd'. Stop. ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/offapi/prj ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/ridljar/prj ERROR: error 512 occurred while making /home/kokhoe/workspace/LibreOffice/core/l10ntools/prj ERROR: error 65280 occurred while making /home/kokhoe/workspace/LibreOffice/core/tomcat it seems you are using a threaded build, which means that the actual compile error is probably hidden far above, and could be inside any of these other modules: l10ntools ridljar offapi please re-run build inside each one to isolate the problem. build_error.log should contain the captured output of the failed module(s) ----------------------------------------------------------------------- To rebuild a specific module: make tomcat.clean # optional make tomcat when the problem is isolated and fixed, re-run 'make' make[1]: *** [accessibility.all] Error 1 make[1]: Leaving directory `/home/kokhoe/workspace/LibreOffice/core' make: *** [accessibility.all] Error 2 THanks @! On Wed, Sep 19, 2012 at 10:08 PM, Matúš Kukan <[hidden email]> wrote:
_______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
LOH KOK HOE |
|
|
In reply to this post by Noel Grandin
Sorry noel,
I just want to know the options available for ./autogen.sh, and I had accidentally type ./autogen.sh help. Thus the next time I issuing the command ./autogen.sh I have following error. Is there a way to clean it? console output running ./configure with 'help' configure: WARNING: you should use --build, --host, --target ******************************************************************** * * Running LibreOffice build configuration. * ******************************************************************** checking build system type... Invalid configuration `help': machine `help' not recognized configure: error: /bin/sh ./config.sub help failed Error running configure at ./autogen.sh line 187. THanks @! On Thu, Sep 20, 2012 at 9:06 PM, Noel Grandin <[hidden email]> wrote:
_______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
Noel Grandin |
|
|
Maybe you should try reading the documentation? http://wiki.documentfoundation.org/Development/Native_Build On 2012-09-20 15:46, LOH KOK HOE wrote:
Sorry noel, Disclaimer: http://www.peralex.com/disclaimer.html _______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
|
LOH KOK HOE |
|
|
I have already figure it out how to resolve my problem by re-issuing the ./autogen.sh command with new options. BTW, I have read that document before I start compiling, just that my typing skills is very bad. :p Anyway, thank you so much on your help.
THanks @! On Thu, Sep 20, 2012 at 9:58 PM, Noel Grandin <[hidden email]> wrote:
_______________________________________________ LibreOffice mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/libreoffice |
| Powered by Nabble | Edit this page |