Re: [dev] Problem with building Open Office from mercurial

2010-02-16 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Tue, 16 Feb 2010 00:21:36 +0100
Lukasz Szczygielek lszczygie...@gmail.com wrote:

 I have a Linux Fedora 12 64 bit. After a configure and bootstrap and 
 source LinuxX86-64Env.Set.sh I discovered the problem.
 
 On the page I read that after this steps I should make:
 dmake
 
 but then I had:
 Checking module list
 build -- version: 275224
 
 Fetching dependencies for module testautomation from solver... failed
 Fetching dependencies for module packimages from solver... failed
 Fetching dependencies for module postprocess from solver... failed
 Fetching dependencies for module l10n from solver... failed
 
 
 WARNING! Project(s):
 testautomation
 packimages
 postprocess
 l10n

Hi Lukasz,

looks like this is the output from the check_modules rule which
does call build.pl --checkmodules. build.pl --help says, that
does check if all required parent projects are availlable[sic].
Can someone from RelEng help out with a description a bit more verbose?

For now I just changed the description in the Building Guide to do:
 cd instsetoo_native  build --all

which is what most devs actually do.

BR,

Bjoern

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Problem with building Open Office from mercurial

2010-02-16 Thread Stephan Bergmann
On 02/16/10 11:27, bjoern michaelsen - Sun Microsystems - Hamburg 
Germany wrote:

For now I just changed the description in the Building Guide to do:
 cd instsetoo_native  build --all

which is what most devs actually do.


Not smoketestoo_native?

-Stephan

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Problem with building Open Office from mercurial

2010-02-16 Thread bjoern michaelsen - Sun Microsystems - Hamburg Germany
On Tue, 16 Feb 2010 11:43:41 +0100
Stephan Bergmann stephan.bergm...@sun.com wrote:

 On 02/16/10 11:27, bjoern michaelsen - Sun Microsystems - Hamburg 
 Germany wrote:
  For now I just changed the description in the Building Guide to do:
   cd instsetoo_native  build --all
  
  which is what most devs actually do.
 
 Not smoketestoo_native?

Valid point, Im feeling a bit guilty. However, since I dont like those
various windows popping up on my desktop, I usually do a build, and
only after that is successful, I hassle myself with setting up a
vnc-session to run the smoketest in. I should script that, then I could
go directly to the smoketest.

BR,

Bjoern

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Problem with building Open Office from mercurial

2010-02-16 Thread Eike Rathke
Hi Bjoern,

On Tuesday, 2010-02-16 12:02:59 +0100, Bjoern Michaelsen wrote:

 since I dont like those various windows popping up on my desktop,
 I usually do a build, and only after that is successful, I hassle
 myself with setting up a vnc-session to run the smoketest in.

Xnest helps, see
http://wiki.services.openoffice.org/wiki/Cwscheckapi#Xnest
I always use that for smoketests.

Sorry, not an option for devs bothered with Windows ;-)

  Eike

-- 
 OOo/SO Calc core developer. Number formatter stricken i18n transpositionizer.
 SunSign   0x87F8D412 : 2F58 5236 DB02 F335 8304  7D6C 65C9 F9B5 87F8 D412
 OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS
 Please don't send personal mail to the e...@sun.com account, which I use for
 mailing lists only and don't read from outside Sun. Use er...@sun.com Thanks.


pgpT2FeN34b4Y.pgp
Description: PGP signature


[dev] Problem with building Open Office from mercurial

2010-02-15 Thread Lukasz Szczygielek

Hi!

I have a problem. Yesterday I tried to build Open Office from source.

I made clone by mercurial:
hg clone http://hg.services.openoffice.org/DEV300 local_DEV300

I started to build following this guide:
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux

I have a Linux Fedora 12 64 bit. After a configure and bootstrap and 
source LinuxX86-64Env.Set.sh I discovered the problem.


On the page I read that after this steps I should make:
dmake

but then I had:
Checking module list
build -- version: 275224

Fetching dependencies for module testautomation from solver... failed
Fetching dependencies for module packimages from solver... failed
Fetching dependencies for module postprocess from solver... failed
Fetching dependencies for module l10n from solver... failed


WARNING! Project(s):
testautomation
packimages
postprocess
l10n

not found and couldn't be built. Dependencies on that module(s) ignored. 
Maybe you should correct build lists.


dmake:  Error code 1, while making 'check_modules'

After an hour I ran compilation from:
instsetoo_native/ and command build -all

The building also works when I type “make” in $SRC_ROOT but dmake isn`t 
working.


I had the second problem with:
rpm --define /unxlngx6.pro/misc/install/fake-db-root --define _rpmdir 
/home/lukasz/open_source/OpenOffice/local_DEV300/setup_native/unxlngx6.pro/bin 
-bb fake-db.spec -bb: unknown option


I solved this problem. I replaced rpm on rpmbuild and I typed this 
command from finger - I think, it should be done automatically ( replace 
rpm by rpmbuild in LinuxX86-64Env.Set.sh ).


I will be pleased if you repair the problem with rpmbuild and I want to 
know why dmake is not working - maybe on that page should be additional 
information how to start compilation.


I look forward to hearing from you.

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org