[dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
I've tried:

tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2
cd DEV300_m29/config_office/
./configure --prefix=$HOME --disable-cups --disable-pam
--with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo
--without-system-stdlibs
cat warn  # it is empty.
 source LinuxX86Env.Set.sh
cd ../; ./bootstrap
export SOLENV=`pwd`/solenv/
./solenv/unxlngi6/bin/dmake

and error:

[EMAIL PROTECTED] DEV300_m29]$ ./solenv/unxlngi6/bin/dmake
Checking module list
build -- version: 1.171

Fetching dependencies for module zlib from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module libxml2 from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module python from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module jpeg from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module freetype from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module swext from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module neon from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module curl from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module dictionaries from solver... failed...
Fetching from CVS...  failed
Fetching dependencies for module bitstream_vera_fonts from solver...
failed...
Fetching from CVS...  failed


WARNING! Project(s):
python
bitstream_vera_fonts
swext
libxml2
freetype
curl
jpeg
zlib
dictionaries
neon

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

rmdir /tmp/13702


On Fri, Aug 15, 2008 at 11:56 PM, Hung Nguyen Vu <
[EMAIL PROTECTED] <[EMAIL PROTECTED]>> wrote:

> Hi all,
>
> I've tried to compile DEV300_m29 from source.
> The OS is CentOS, up to date default RPM installed, gcc 4.1.2
>
> tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2
> cd DEV300_m29/config_office/
> ./configure --prefix=$HOME --disable-cups --disable-pam
> --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla --disable-qadevooo
> --without-system-stdlibs
> cat warn  # it is empty.
> cd ../; ./bootstrap
>
> [EMAIL PROTECTED] DEV300_m29]$ LANG=en_US ./solenv/unxlngi6/bin/dmake
> dmake:  Error: -- Configuration file `/usr/local/share/startup/startup.mk'
> not found
>
> where I can get startup.mk?
>
> I've bravely( stupidly?) tried but still got an error:
>
> scp -R ./solenv/inc/startup /usr/local/share/
> LANG=en_US ./solenv/unxlngi6/bin/dmake
> [EMAIL PROTECTED] DEV300_m29]$ LANG=en_US ./solenv/unxlngi6/bin/dmake
> Checking module list
> Can't open perl script "/bin/build.pl": No such file or directory
> dmake:  Error code 2, while making 'check_modules'
>
>
>
> --
> Best Regards,
> Nguyen Hung Vu ( Nguyễn Vũ Hưng )
> [EMAIL PROTECTED]<[EMAIL PROTECTED]>, YIM: vuhung16 , Skype: vuhung16dg
> Japan through an eye of a gaijin:
> http://www.flickr.com/photos/vuhung/tags/fav/
>



-- 
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
[EMAIL PROTECTED]
<[EMAIL PROTECTED]>, YIM: vuhung16 , Skype:
vuhung16dg
Japan through an eye of a gaijin:
http://www.flickr.com/photos/vuhung/tags/fav/


Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Jens Herden
Hi

On Freitag 15 August 2008, Hung Nguyen Vu wrote:
> I've tried:
>
> tar xjvf OOo-Dev_DEV300_m29_src_core.tar.bz2
> cd DEV300_m29/config_office/
> ./configure --prefix=$HOME --disable-cups --disable-pam
> --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla
> --disable-qadevooo --without-system-stdlibs
> cat warn  # it is empty.
>  source LinuxX86Env.Set.sh
> cd ../; ./bootstrap

I don't have LinuxX86Env.Set.sh in config_office/ after the configration. 
I do:
./configure ...
cd ..
source LinuxX86Env.Set.sh
./bootstrap
dmake

> WARNING! Project(s):
> python
> bitstream_vera_fonts
> swext
> libxml2
> freetype
> curl
> jpeg
> zlib
> dictionaries
> neon
>
> not found and couldn't be built. Dependencies on that module(s) ignored.

You may want to check if these folders have been in the 
OOo-Dev_DEV300_m29_src_core.tar.bz2
I had a similar problem after I got the files from cvs, some folders where 
missing and I had to checkout them separately.

Good luck
Jens

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Rene Engelhard
Hi,

Jens Herden wrote:
> You may want to check if these folders have been in the 
> OOo-Dev_DEV300_m29_src_core.tar.bz2

He needs the _system tarball, too.

Regards,

Rene

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-15 Thread Hung Nguyen Vu
On Sat, Aug 16, 2008 at 11:19 AM, Rene Engelhard <[EMAIL PROTECTED]> wrote:
>
> He needs the _system tarball, too.

I've unpacked all the tarballs:

*sdk*tar.bz2 is  42 bytes big which seems weird.

Here is the list[1][2] of the tar.bz2 files that I have and unpacked.

I also checkout the missing libraries that m29 reports as instructed[3]

Now I build:

./configure --prefix=$HOME --disable-cups --disable-pam
--with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla
--disable-qadevooo --without-system-stdlibs

cd ..
./bootstrap
source LinuxX86Env.Set.sh
export SOLENV=`pwd`/solenv/
./solenv/unxlngi6/bin/dmake

And got error likes:

ERROR: "../../unxlngi6.pro/bin/odkcommon/docs/common/ref/index-files" is missing

Full error is here[4]


[1] http://aoclife.ddo.jp/~vuhung/foss/src/
[2] http://aoclife.ddo.jp/~vuhung/foss/src/md5sum.txt
[3] http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#Hints
[4] http://aoclife.ddo.jp/~vuhung/tmp/ooo.dev29.build.error.001.txt

--
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
[EMAIL PROTECTED] , YIM: vuhung16 , Skype: vuhung16dg
Japan through an eye of a gaijin:
http://www.flickr.com/photos/vuhung/tags/fav/


Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-16 Thread Hung Nguyen Vu
I also tried to disable odk but no luck, another error occured.

export JAVA_HOME=/usr/local/jdk1.6.0_07/
export PATH=$PATH:/usr/local/jdk1.6.0_07/bin

export CLASSPATH=$CLASSPATH:/usr/local/junit4.5/junit-4.5.jar

export ANT_HOME=/usr/local/ant
export PATH=$PATH:$ANT_HOME/bin

PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig/
./configure --prefix=$HOME --disable-cups --disable-pam
--with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla
--disable-qadevooo --without-system-stdlibs --disable-odk

cd ..
./bootstrap
source LinuxX86Env.Set.sh
export SOLENV=`pwd`/solenv/
./solenv/unxlngi6/bin/dmake

Full error: http://aoclife.ddo.jp/~vuhung/tmp/ooo.dev29.build.error.002.txt
Error:

integration/forms/FormPropertyBags.java:159: cannot find symbol
symbol  : method assure(java.lang.String,boolean)
location: class integration.forms.FormPropertyBags
assure( "trying to write a read-only property did not give the
expected result",
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
100 errors
dmake:  Error code 1, while making
'../unxlngi6.pro/misc/FormIntegrationTest_dummy.java'

ERROR: Error 65280 occurred while making
/home/vuhung/public_html/foss/src/DEV300_m29/forms/qa
rmdir /tmp/2051
dmake:  Error code 1, while making 'build_instsetoo_native'



On Sat, Aug 16, 2008 at 2:12 PM, Hung Nguyen Vu
<[EMAIL PROTECTED]> wrote:
> On Sat, Aug 16, 2008 at 11:19 AM, Rene Engelhard <[EMAIL PROTECTED]> wrote:
>>
>> He needs the _system tarball, too.
>
> I've unpacked all the tarballs:
>
> *sdk*tar.bz2 is  42 bytes big which seems weird.
>
> Here is the list[1][2] of the tar.bz2 files that I have and unpacked.
>
> I also checkout the missing libraries that m29 reports as instructed[3]
>
> Now I build:
>
> ./configure --prefix=$HOME --disable-cups --disable-pam
> --with-jdk-home=/usr/local/jdk1.6.0_07/ --disable-mozilla
> --disable-qadevooo --without-system-stdlibs
>
> cd ..
> ./bootstrap
> source LinuxX86Env.Set.sh
> export SOLENV=`pwd`/solenv/
> ./solenv/unxlngi6/bin/dmake
>
> And got error likes:
>
> ERROR: "../../unxlngi6.pro/bin/odkcommon/docs/common/ref/index-files" is 
> missing
>
> Full error is here[4]
>
>
> [1] http://aoclife.ddo.jp/~vuhung/foss/src/
> [2] http://aoclife.ddo.jp/~vuhung/foss/src/md5sum.txt
> [3] http://wiki.services.openoffice.org/wiki/Building_OpenOffice.org#Hints
> [4] http://aoclife.ddo.jp/~vuhung/tmp/ooo.dev29.build.error.001.txt
>
> --
> Best Regards,
> Nguyen Hung Vu ( Nguyễn Vũ Hưng )
> [EMAIL PROTECTED] , YIM: vuhung16 , Skype: vuhung16dg
> Japan through an eye of a gaijin:
> http://www.flickr.com/photos/vuhung/tags/fav/
>



-- 
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
[EMAIL PROTECTED] , YIM: vuhung16 , Skype: vuhung16dg
Japan through an eye of a gaijin:
http://www.flickr.com/photos/vuhung/tags/fav/


Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Christian Lins
Rene Engelhard schrieb:
> Jens Herden wrote:
>> You may want to check if these folders have been in the 
>> OOo-Dev_DEV300_m29_src_core.tar.bz2
> 
> He needs the _system tarball, too.

All recent tarballs can be download at http://download.go-oo.org/ :-)
Including the _system one.

Regards,
Christian

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Hung Nguyen Vu
On Mon, Aug 18, 2008 at 4:41 PM, Christian Lins <[EMAIL PROTECTED]> wrote:
> Rene Engelhard schrieb:
>> Jens Herden wrote:
>>> You may want to check if these folders have been in the
>>> OOo-Dev_DEV300_m29_src_core.tar.bz2
>>
>> He needs the _system tarball, too.
>
> All recent tarballs can be download at http://download.go-oo.org/ :-)
> Including the _system one.

Is the the tarball you've mentioned?
md5sum OOo-Dev_DEV300_m29_src_system.tar.bz2
b6f168d5a5a902502f793f23afc4e5d1

In the first build attempt, there was no OOo-Dev_DEV300_m29_src_system.tar.bz2
but from the second build, I've it extracted.
And I still got compiling error.
Please see my previous emails.

It seems that I still have to a little work to do :D


-- 
Best Regards,
Nguyen Hung Vu ( Nguyễn Vũ Hưng )
[EMAIL PROTECTED] , YIM: vuhung16 , Skype: vuhung16dg
Japan through an eye of a gaijin:
http://www.flickr.com/photos/vuhung/tags/fav/


[dev] Some jar files are missing[ was: Re: [dev] Re: Error on building DEV300_m29: startup/config.mk, not found

2008-08-18 Thread Hung Nguyen Vu
I am still struggling with it.

In the build below, I've set --disable-java but when dmake has stopped
when It tried to build the RPM.

Questions:

1. Which RPM?
2. Where is the spec file for that RPM?
3. cd DEV300_m29; find -name ScriptFramework.jar returns nothing.
Is that this file is missing from CVS?
4. I assume that if I set --disable-java, not *jar files will be checked,
and the RPM file to be built must/should not check for those jar files.

I am sorry for making a lot of noise here :D

--

cd config_office
export JAVA_HOME=/usr/local/jdk1.6.0_07/
export PATH=$PATH:/usr/local/jdk1.6.0_07/bin

export CLASSPATH=$CLASSPATH:/usr/local/junit4.5/junit-4.5.jar

export ANT_HOME=/usr/local/ant
export PATH=$PATH:$ANT_HOME/bin

PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig/

./configure --prefix=$HOME \
--disable-cups \
--disable-pam \
--with-jdk-home=/usr/local/jdk1.6.0_07/ \
--disable-mozilla \
--disable-qadevooo \
--without-system-stdlibs \
--disable-odk \
--with-use-shell=bash \
--with-vendor="Vietnamese Localization Build" \
--with-lang=vi \
--without-java \
--disable-vba

sleep 3
cd ..
./bootstrap
sleep 3
source LinuxX86Env.Set.sh
rehash

export SOLENV=`pwd`/solenv/
./solenv/unxlngi6/bin/dmake

FULL error:
http://aoclife.ddo.jp/~vuhung/foss/src/DEV300_m29/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/log_DEV300_en-US.log


make_installer.pl, version 1.0
Product list file: ../util/openoffice.lst
Taking setup script from solver
Unpackpath: 
/home/vuhung/public_html/foss/src/DEV300_m29/instsetoo_native/util/../unxlngi6.pro
Compiler: unxlngi6
Product: OpenOffice
BuildID: 9339
Build: DEV300
No minor set
Product version
Using default installpath
Package format: rpm
msi templatepath:
/home/vuhung/public_html/foss/src/DEV300_m29/instsetoo_native/util/../unxlngi6.pro/misc/openoffice/msi_templates
msi template path will be ignored for non Windows builds!
msi languagepath:
/home/vuhung/public_html/foss/src/DEV300_m29/instsetoo_native/util/../unxlngi6.pro/misc/win_ulffiles
msi language path will be ignored for non Windows builds!
Calling epm
Stripping files
Unzip ARCHIVE files
services.rdb can be created
Languages:
en-US

... checking required files ...
.. searching zip ...
Found: /usr/bin/zip
.. searching unzip ...
Found: /usr/bin/unzip
... analyzing ../util/openoffice.lst ...
... reading include pathes ...
... analyzing script:
/home/vuhung/public_html/foss/src/DEV300_m29/solver/300/unxlngi6.pro/bin/setup_osl.ins
...
... analyzing directories ...
... analyzing files ...
... analyzing scpactions ...
... analyzing shortcuts ...
... analyzing unix links ...
... analyzing profile ...
... analyzing profileitems ...
... analyzing modules ...

... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: ScriptFramework.jar
ERROR: File not found: ScriptProviderForBeanShell.jar
ERROR: File not found: ScriptProviderForJava.jar
ERROR: File not found: ScriptProviderForJavaScript.jar
ERROR: File not found: writer2latex.jar
ERROR: File not found: XSLTFilter.jar
ERROR: File not found: XSLTValidate.jar
ERROR: File not found: librptli.so
ERROR: File not found: librptuili.so
ERROR: File not found: librptxmlli.so
ERROR: File not found: rpten-US.res
ERROR: File not found: rptuien-US.res
ERROR: File not found: ScriptsJava.zip
... cleaning the output tree ...

**
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**

**
ERROR: Saved logfile:
/home/vuhung/public_html/foss/src/DEV300_m29/instsetoo_native/unxlngi6.pro/OpenOffice/rpm/logging/en-US/log_DEV300_en-US.log
**
Mon Aug 18 15:34:43 2008 (00:15 min.)
dmake:  Error code 255, while making 'openoffice_en-US.rpm'

ERROR: Error 65280 occurred while making
/home/vuhung/public_html/foss/src/DEV300_m29/instsetoo_native/util
rmdir /tmp/28246
dmake:  Error code 1, while making 'build_instsetoo_native'


On Sat, Aug 16, 2008 at 7:46 PM, Hung Nguyen Vu
<[EMAIL PROTECTED]> wrote:
> I also tried to disable odk but no luck, another error occured.
>
> export JAVA_HOME=/usr/local/jdk1.6.0_07/
> export PATH=$PATH:/usr/local/jdk1.6.0_07/bin
>
> export CLASSPATH=$CLASSPATH:/usr/local/junit4.5/junit-4.5.jar
>
> export ANT_HOME=/usr/local/ant
> export PATH=$PATH:$ANT_HOME/bin
>
> PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/pkgconfig/
> ./configure --prefix=$HOME --disable-cups --disable-pam
> --with-jdk-home=/usr/local/jdk1.6.0_07/ --disa