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/ --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/
>



-- 
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/

Reply via email to