| View previous topic :: View next topic |
| Author |
Message |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Thu Jun 12, 2008 1:42 am Post subject: Dmake Errors |
|
|
Hello,
I want to build source code of the OOo2.4.0.,then,I got some trouble when I used the "dmake" command .
the error is:
**********************************************************************************
Fetching dependencies for module sandbox from solver... failed...
Fetching from CVS... failed
Fetching dependencies for module swext from solver... failed...
Fetching from CVS... failed
WARNING! Project(s):
sandbox
swext
*************************************************************************************
I am confusing on this error,and Idon`t know how to resolve the problem.
please help me.
thank you! |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Thu Jun 12, 2008 5:33 am Post subject: |
|
|
1. You don't provide much information such as your operating system
2. Do you have cvs installed? Does the system have a working network?
3. About 5GB of disk space for building OOo?
4. Generally a good place to ask this kind of question is http://www.openoffice.org/servlets/SummarizeList?listName=dev _________________ <signature>
* Did you solve your problem? Do others a favor: Post the solution
* OpenOffice.org Ninja
* BleachBit
</signature> |
|
| Back to top |
|
 |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Thu Jun 12, 2008 6:03 pm Post subject: OS information |
|
|
Thank you for replying my question!
My PC information is:
OS:ubuntu 7.0.1
Memory size: 512M
disk:40G
cpu:P3.01
I have installed the "jdk","CVS" ,which followed the [url]http://www.oooforum.org/forum/privmsg.phtml?mode=post&u=5799
[/url]
I have set all of the environment .and I set a 5GB space to build.
Now,I am confusing about the "CVS".
If my network forbid the "CVS",I wouldn't build successfully??
I doubt that the error is network.
thank you! |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Thu Jun 12, 2008 8:58 pm Post subject: Re: OS information |
|
|
| ghost80 wrote: | Now,I am confusing about the "CVS".
If my network forbid the "CVS",I wouldn't build successfully??
I doubt that the error is network. |
I would agree except the error message indicates otherwise. How else would you interpret, " Fetching from CVS... failed "? _________________ <signature>
* Did you solve your problem? Do others a favor: Post the solution
* OpenOffice.org Ninja
* BleachBit
</signature> |
|
| Back to top |
|
 |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Fri Jun 13, 2008 12:55 am Post subject: I find a same error |
|
|
http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org
This page provides the information that how to build the OOo2.3.0.And then I found a segment that describe :
........................................................
Hints
dmake first proofs the depencies of the modules. If you have a fresh checkout you could get some errors:
***********************************************************************************************
Fetching dependencies for module swext from solver... failed...
Fetching from CVS... failed
WARNING! Project(s):
swext
not found and couldn't be built. Dependencies on that module(s)
ignored. Maybe you should correct build
dmake: Error code 1, while making 'check_modules'
********************************************************************************************************
You have to checkout the module swext by i.e.:
cvs co -r DEV300_m16 swext
(for DEV300_m16)
.............................................................................
I try inputing the "cvs co -r DEV300_m16 swext",but failing!
Then,the error notes is:
cvs checkout: No CVSROOT specified!
???? I am lack of a CVSROOT?
Where dose the "swext" come from?
OOo.org/cvs,or local CVS.
Confusing...........?
Furthermoreļ¼Could you tell me what is the "swext".
Thank you for your suggestion! AndrewZ |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Fri Jun 13, 2008 5:25 am Post subject: |
|
|
Module sw is the word processor Writer. In the beginning you said you were building OOo 2.4.0, but I think swext is only for OOo 3.0.0+. I think swext is extensions for Writer such as the MediaWiki extension. I know for sure DEV300_m16 is OpenOffice.org 3.0 (alpha), not 2.4.0.
To get a CVSROOT, you need to login to CVS using another CVS command. You may already have a directory with a CVS root. You can tell if the directory has a folder in it called CVS.
I would re-check the steps before running dmake.
The people on the mailing list I mentioned earlier may be more help. _________________ <signature>
* Did you solve your problem? Do others a favor: Post the solution
* OpenOffice.org Ninja
* BleachBit
</signature> |
|
| Back to top |
|
 |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Fri Jun 13, 2008 6:22 am Post subject: checking cvs |
|
|
Hi,AndrewZ
Thank you for your suggestion.Now I am checking my CVS port.I try using the "cvs login"
command to connect OOo.org,but failed! I found that my 2401 port had been forbided.
I will send e-mail to the list,which you suggested.
Thank you very much! I will try my best to solve it. |
|
| Back to top |
|
 |
AndrewZ Moderator


Joined: 21 Jun 2004 Posts: 4140 Location: Colorado, USA
|
Posted: Fri Jun 13, 2008 8:26 am Post subject: |
|
|
If it is forbidden by your network, you can't use it. Instead of using CVS, you can download the sources faster by downloading the tarballs. _________________ <signature>
* Did you solve your problem? Do others a favor: Post the solution
* OpenOffice.org Ninja
* BleachBit
</signature> |
|
| Back to top |
|
 |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Sun Jun 15, 2008 7:12 pm Post subject: May be successful ,waiting the result! |
|
|
http://tools.openoffice.org/dev_docs/build_linux.html
This page provide two building ways:
**************************************************
Overview of Performing a Full Build
To perform a full build, you need to follow these steps:
1. Get the source code, either from the download webpage (http://download.openoffice.org/680/index.html) or alternatively via a check-out from the cvs tree against a release tag, e.g. OpenOffice_2_0_0.
2. Run the configure script to check all requirements and to create the script LinuxIntelEnv.Set.
3. Source the LinuxIntelEnv.Set script to set all environment variables.
Please see the last screen from the configure script for more specific information on setting up for your platform.
4. Create the build tools using bootstrap.
5. Recompute tcsh's directory hash using rehash.
*6. Build typing dmake in $SRC_ROOT, or build --all in the instetoo_native module, or build followed by deliver in the individual modules.
For detailed build instructions, see the section Building a Full Build of the Office Suite in this document. The installation procedure is described at the end of this document.
***********************************************
firstly,I followed the "6" steps,and used the "dmake" command in the $resource_root file.Then it occurred the error that I mentioned.
But,I used the "build --all" command in the instetoo_native module .The building has been started .
No interrupt !
Though it also occurred the "swext failed",the "building" has been not interrupted.Now I am waiting the building result.
could you tell me what`s different between the "dmake" and the "build --all"?
why did I use the "build -all" command load to start building in the instetoo_native module?
Thank you very much! |
|
| Back to top |
|
 |
ghost80 General User

Joined: 12 Jun 2008 Posts: 6
|
Posted: Sun Jun 15, 2008 9:44 pm Post subject: building Error |
|
|
when I build canvas file,it occurred this error:
***********************************************
../../unxlngi6.pro/slo/cairo_spritehelper.o: In function `cairocanvas::SpriteHelper::redraw(_cairo*, basegfx::B2DPoint const&, bool&, bool) const':
cairo_spritehelper.cxx:(.text+0x355): undefined reference to `cairocanvas::doPolyPolygonImplementation(basegfx::B2DPolyPolygon, cairocanvas::Operation, _cairo*, com::sun::star::uno::Sequence<com::sun::star::rendering::Texture> const*, cairocanvas::SpriteCanvas*)'
collect2: ld returned 1 exit status
dmake: Error code 1, while making '../../unxlngi6.pro/lib/cairocanvas.uno.so'
ERROR: Error 65280 occurred while making /home/hook/openoffice-test/DEV300_m14/canvas/source/cairo
**********************************************************************
could you help me to resolve it?
thank you! |
|
| Back to top |
|
 |
|