You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Απόστολος Συρόπουλος <as...@hotmail.com> on 2014/02/01 14:43:58 UTC

instsetoo_native need(s) to be rebuilt...

Hello,

I have compiled all OpenOffice modules and now building stops as follows:

$ build --all:instsetoo_native
build -- version: 275224


=============
Building module instsetoo_native
=============

Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/unix


Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/windows/msi_languages


Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util

Useless use of \E at /extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm line 94.
Useless use of \E at /extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm line 214.
... checking environment variables ...

########################################################
make_installer.pl, version 1.0
Product list file: ../util/openoffice.lst
Taking setup script from solver
Unpackpath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro
Compiler: unxsogi
Product: Apache_OpenOffice
BuildID: 9750
Build: AOO410
No minor set
Product version
Using default installpath
Package format: installed
msi templatepath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/openoffice/msi_templates
msi template path will be ignored for non Windows builds!
msi languagepath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/win_ulffiles
msi language path will be ignored for non Windows builds!
Calling epm
Stripping files
Unzip ARCHIVE files
Languages: en-US
########################################################
... checking required files ...
...... searching zip ...
    Found: /usr/bin/zip
... analyzing ../util/openoffice.lst ... 
... reading include pathes ...
... analyzing script: /extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.pro/bin/setup_osl.ins ... 
... analyzing script: /extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.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 ...
preparing 0 extension blobs for language en-US:
preparing 0 bundled extensions for language en-US:
... analyzing files with flag ARCHIVE ...
... analyzing files with flag SUBST_FILENAME ...
... analyzing files with flag SCPZIP_REPLACE ...
... analyzing files with flag PATCH_SO_NAME ...
... analyzing files with flag HIDDEN ...
... analyzing all directories for this product ...
... analyzing links ...
... analyzing unix links ...
... creating profiles ...
... analyzing modules ...
... creating installation directory ...
... creating installation set in /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US ...
... removing old installation directories ...
... creating directories ...
... copying files ...
... creating links ...
remove_empty_dirs_in_folder /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/share/extensions
... current dir: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/program ...
... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | ...
... cleaning the output tree ...
... removing directory /tmp/ooopackaging/i_103001391261452 ...
... removing directory /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/stripped/en-US ...
Error: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!

**************************************************
ERROR: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
in function: register_extensions
**************************************************
in function: register_extensionsstopping log at Sat Feb  1 15:33:31 2014
dmake:  Error code 255, while making 'openoffice_en-US.installed'

1 module(s): 
    instsetoo_native
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util

When you have fixed the errors in that module you can resume the build by running:

    build --all:instsetoo_native


I have no idea what is wrong and moreover where should I look to find the problem.
Any ideas and/or suggestions would be really apprecieted!

Kind regards,

Apostolos

--
Apostols Syropoulos
Xanthi, Greece

 		 	   		  

RE: instsetoo_native need(s) to be rebuilt...

Posted by Απόστολος Συρόπουλος <as...@hotmail.com>.
> 
> This might also be a re-occurrence of a missing library or symbol.
>

After inspecting file

aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/logging/en-US/log_AOO410_en-US.log

I found out that it was not possible to execute unopkg just because it picked the system
libicuuc.so.40.1 and not the one that it was build and linked against. It seems that
somewhere is a missing LD_LIBRARY_PATH. After setting LD_LIBRARY_PATH 
it finsihed with no problem. I created a tar file form one of the folders in

aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/

(there is a el for Greek and an en-US folder). I "installed" this but it could not
start. The problem? file soffice did not export LD_LIBRARY_PATH  because
there is no provision for SunOS:

# extend the ld_library_path for java: javaldx checks the sofficerc for us
if [ -x "$sd_prog/javaldx" ] ; then
    # this is a temporary hack until we can live with the default search paths
    case "`uname -s`" in
    FreeBSD)

After changing FreeBSD to SunOS, OpenOffice starts just fine! The only problem
is that there are no icons and buttons! Where are the icons?

A.S.
--
Apostolos Syropoulos
Xanthi, Greece

 		 	   		  

Re: instsetoo_native need(s) to be rebuilt...

Posted by Herbert Duerr <hd...@apache.org>.
Hi Apostolos,

On 01.02.2014 14:43, Απόστολος Συρόπουλος wrote:
> I have compiled all OpenOffice modules and now building stops as follows:
> ERROR: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
> in function: register_extensions
> [...]
> I have no idea what is wrong and moreover where should I look to find the problem.
> Any ideas and/or suggestions would be really apprecieted!

This might also be a re-occurrence of a missing library or symbol. This 
can hopefully be caught by my patch suggested in
	http://markmail.org/message/lcctwzqrinjgwa7e
by enable it also for non-debug mode until this is solved.

Herbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


RE: instsetoo_native need(s) to be rebuilt...

Posted by Απόστολος Συρόπουλος <as...@hotmail.com>.
> 
> which configure options did you use?
> 

Hello,

Here is how I have configured OpenOffice:

$ export CONFIG_SHELL=/bin/bash
$ export LD_ALTEXEC=/opt/gnu/bin/gld 
$ PATH=/opt/gnu/ant/bin:/opt/gnu/perl5/5.16.3/bin:$PATH
$ export ANT_HOME=/opt/gnu/ant/
$ export JAVA_HOME=/usr/jdk/jdk1.7.0
$ autoconf
$ ./configure --with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 --with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz --disable-odk --with-lang="el en" --with-junit=/extra/sources/OpenOffice/java/junit-4.11.jar --disable-randr --enable-category-b --enable-pdfimport  --enable-wiki-publisher --with-dict=ALL  --with-build-version="Build by Apostolos Syropoulos" --with-package-format="installed" --with-jdk-home=/usr/jdk/jdk1.7.0 --without-stlport
$ ./bootstrap
$ source SolarisX86GccEnv.Set.sh
$ cd instsetoo_native
$ build --all

BTW, I am using gcc version 4.8.2.
Best,

Apostolos

--
Apostols Syropoulos
Xanthi, Greece



 		 	   		  

Re: instsetoo_native need(s) to be rebuilt...

Posted by Jürgen Schmidt <jo...@gmail.com>.
On 2/1/14 2:43 PM, Απόστολος Συρόπουλος wrote:
> Hello,
> 
> I have compiled all OpenOffice modules and now building stops as follows:
> 
> $ build --all:instsetoo_native
> build -- version: 275224
> 
> 
> =============
> Building module instsetoo_native
> =============
> 
> Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/unix
> 
> 
> Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/inc_openoffice/windows/msi_languages
> 
> 
> Entering /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util
> 
> Useless use of \E at /extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm line 94.
> Useless use of \E at /extra/sources/OpenOffice/aoo4/main/solenv/bin/modules/installer/systemactions.pm line 214.
> ... checking environment variables ...
> 
> ########################################################
> make_installer.pl, version 1.0
> Product list file: ../util/openoffice.lst
> Taking setup script from solver
> Unpackpath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro
> Compiler: unxsogi
> Product: Apache_OpenOffice
> BuildID: 9750
> Build: AOO410
> No minor set
> Product version
> Using default installpath
> Package format: installed
> msi templatepath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/openoffice/msi_templates
> msi template path will be ignored for non Windows builds!
> msi languagepath: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util/../unxsogi.pro/misc/win_ulffiles
> msi language path will be ignored for non Windows builds!
> Calling epm
> Stripping files
> Unzip ARCHIVE files
> Languages: en-US
> ########################################################
> ... checking required files ...
> ...... searching zip ...
>     Found: /usr/bin/zip
> ... analyzing ../util/openoffice.lst ... 
> ... reading include pathes ...
> ... analyzing script: /extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.pro/bin/setup_osl.ins ... 
> ... analyzing script: /extra/sources/OpenOffice/aoo4/main/solver/410/unxsogi.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 ...
> preparing 0 extension blobs for language en-US:
> preparing 0 bundled extensions for language en-US:
> ... analyzing files with flag ARCHIVE ...
> ... analyzing files with flag SUBST_FILENAME ...
> ... analyzing files with flag SCPZIP_REPLACE ...
> ... analyzing files with flag PATCH_SO_NAME ...
> ... analyzing files with flag HIDDEN ...
> ... analyzing all directories for this product ...
> ... analyzing links ...
> ... analyzing unix links ...
> ... creating profiles ...
> ... analyzing modules ...
> ... creating installation directory ...
> ... creating installation set in /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US ...
> ... removing old installation directories ...
> ... creating directories ...
> ... copying files ...
> ... creating links ...
> remove_empty_dirs_in_folder /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/share/extensions
> ... current dir: /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/install/en-US_inprogress/openoffice4/program ...
> ... unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | ...
> ... cleaning the output tree ...
> ... removing directory /tmp/ooopackaging/i_103001391261452 ...
> ... removing directory /extra/sources/OpenOffice/aoo4/main/instsetoo_native/unxsogi.pro/Apache_OpenOffice/installed/stripped/en-US ...
> Error: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
> 
> **************************************************
> ERROR: ERROR: unopkg sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 | failed!
> in function: register_extensions
> **************************************************
> in function: register_extensionsstopping log at Sat Feb  1 15:33:31 2014
> dmake:  Error code 255, while making 'openoffice_en-US.installed'
> 
> 1 module(s): 
>     instsetoo_native
> need(s) to be rebuilt
> 
> Reason(s):
> 
> ERROR: error 65280 occurred while making /extra/sources/OpenOffice/aoo4/main/instsetoo_native/util
> 
> When you have fixed the errors in that module you can resume the build by running:
> 
>     build --all:instsetoo_native
> 
> 
> I have no idea what is wrong and moreover where should I look to find the problem.
> Any ideas and/or suggestions would be really apprecieted!

which configure options did you use?

Juergen

> 
> Kind regards,
> 
> Apostolos
> 
> --
> Apostols Syropoulos
> Xanthi, Greece
> 
>  		 	   		  
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org