June 19, 2004 7:06 PM

SRC680_m44 status

I have just finished updating the DEVEL branch of my build system to SRC680_m44 because it contains changes from 64bit01 child workspace. During test compiles on all three systems I have a good access to, I found those issues:

  • #i30474# - the build in sysui project now uses RPM package manager. As Ken Foskey pointed out in dev mailing list, there is no test if your distribution of GNU/Linux has/uses rpm at all. But I found different issue. Starting from certain version of RPM package manager, you can't install files that are not to be integrated in the final package. This is where my GNU/Linux on x86 build stopped.
  • #i30478# - libxml2 project depends on zlib being delivered already, but zlib is not mentioned as its dependency.
  • #i30479# - AMD64/x86_64 platform is not defined in sal/rtl/source/macro.hxx in THIS_ARCH macro definition.
So my current status is: GNU/Linux systems on x86 stopped at sysui, GNU/Linux on AMD64 crashes on idlc call in udkapi:
=============
Building project udkapi
=============
/abuild/oo/BuildDir/ooo_SRC680_m44_src/udkapi/com/sun/star/loader
idlc @/tmp/mkQNQB1o
Segmentation fault
dmake:  Error code 139, while making '../../../../unxlngx4.pro/misc/urd_cssloader.don'
---* TG_SLO.MK *---
ERROR: Error 65280 occurred while making
/abuild/oo/BuildDir/ooo_SRC680_m44_src/udkapi/com/sun/star/loader
dmake:  Error code 1, while making 'build_all'
---* TG_SLO.MK *---
I have just started the build also on Windows machine and will update this entry with its status too.

Update:The build on Windows ends with:
/cygdrive/e/home/pavel/BuildDir/ooo_SRC680_m44_src/svtools/util
Making: ../wntmsci8.pro/bin/svt68049.res
Making: ../wntmsci8.pro/bin/svt68001.res
using rsc multi-res feature
guw.pl rsc -presponse @/tmp/mkb00836 > /dev/null
f268: Error: The image(s) <lx03124 lx03125 lx03129 lx03131 lx03132 lx03134 lx03135 lx03136
... many filenames ...
sxh03221 sxh03222 sxh03236 sxh03237 sxh03239 sxh03241 sxh03243 sxh03244> could not be found.
Terminating compiler
dmake:  Error code 1, while making '../wntmsci8.pro/misc/rsc_svt'
echo: No match.
ERROR: Error 65280 occurred while making
/cygdrive/e/home/pavel/BuildDir/ooo_SRC680_m44_src/svtools/util
-----

Posted by Pavel | Permanent link | File under: OpenOffice.org