Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread 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,
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 
http://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 n...@peralex.com 
mailto:n...@peralex.com wrote:


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

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
http://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
LibreOffice@lists.freedesktop.org  
mailto:LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice






Disclaimer: http://www.peralex.com/disclaimer.html





Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread LOH KOK HOE
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 n...@peralex.com wrote:

  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,
 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 n...@peralex.com wrote:

  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

 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 
 listLibreOffice@lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/libreoffice





 --
 Disclaimer: http://www.peralex.com/disclaimer.html






 --
 Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread 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,
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 n...@peralex.com 
mailto:n...@peralex.com wrote:


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,
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
http://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 n...@peralex.com
mailto:n...@peralex.com wrote:

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

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
http://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
LibreOffice@lists.freedesktop.org  
mailto:LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice






Disclaimer: http://www.peralex.com/disclaimer.html








Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-20 Thread 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 n...@peralex.com wrote:


 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,
 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 n...@peralex.com wrote:

  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,
 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 n...@peralex.com wrote:

  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

 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 
 listLibreOffice@lists.freedesktop.orghttp://lists.freedesktop.org/mailman/listinfo/libreoffice





 --
 Disclaimer: http://www.peralex.com/disclaimer.html






  --
 Disclaimer: http://www.peralex.com/disclaimer.html






 --
 Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org

Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-19 Thread 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
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-19 Thread 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

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 
http://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
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice



Disclaimer: http://www.peralex.com/disclaimer.html


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Failed to compile accessibility module due to gb_Deliver_deliver file is missing.

2012-09-19 Thread Matúš Kukan
On 19 September 2012 16:01, LOH KOK HOE huahsi...@gmail.com 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
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice