Hi,
On 19.02.2012 15:20, Regina Henschel wrote:
Hi all,
next problem :(
It compiles all fine but breaks in the packing step, error message below.
I'm using MSVC 2008 express on WinXP.
Kind regards
Regina
######################################################
Registering extensions:
######################################################
Current dir: /tmp/nTYSz4FuLR/OOo_3.4.0_Win_x86_install-arc_en-US/OpenOffice.org
3/program
Systemcall: unopkg.exe sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 |
/tmp/nTYSz4FuLR/OOo_3.4.0_Win_x86_install-arc_en-US/OpenOffice.org
3/program/unopkg.exe: error while loading shared libraries: MSVCR90D.dll: cannot
open shared object file: No such file or directory
ERROR: Could not execute "unopkg.exe sync --verbose
-env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 |"!
Exitcode: '32512'
Moved directory from
C:/AOO_2012_2_git/main/instsetoo_native/wntmsci12/OpenOffice/archive/install/en-US_inprogress
to
C:/AOO_2012_2_git/main/instsetoo_native/wntmsci12/OpenOffice/archive/install/en-US_witherror
Removing directory /tmp/ooopackaging/i_10081329659563
***************************************************************
ERROR: unopkg.exe sync --verbose -env:UNO_JAVA_JFW_ENV_JREHOME=true 2>&1 |
failed!
in function: register_extensions
***************************************************************
It looks like that I found the root cause:
In main/desktop/prj/d.lst the following line has been added
..\%__SRC%\bin\unopkg.exe %_DEST%\bin%_EXT%\unopkg.exe
But, a couple of lines above this inserted line we have
..\%__SRC%\bin\guiloader.exe %_DEST%\bin%_EXT%\unopkg.exe
Thus, the change causes that <unopkg.exe> is something different since this
change - unopkg is wrapped by guiloader in order to setup its environment as
Jürgen told me.
I removed the newly inserted line in my environment and my build works.
Best regards, Oliver.