Re: Compilling error on epm

2013-08-02 Thread Raphael Bircher

Hi Jan

It dosn't help a load, i'm still unabele to build it. I tested now on a 
VM wich has allready produced OpenOffice builds successfully. But this 
mashine fail at the same point. Did, you have the latest update? I 
frequeltly update my build mashine. So maybe a update is the root of the 
problems.


Greetings Raphael

Am 01.08.13 17:21, schrieb janI:

Hi

I have a different configure on ubuntu 12.04

./configure --with-jdk-home=/usr/lib/jvm/java-6-openjdk \
 --with-epm-url=
http://code.google.com/a/apache-extras.org/p/ooo-extras/downloads/detail?name=3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7-source.tar.gzcan=2q=epm-3.7.tar.gz;
\
 --with-dmake-url=
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \
 --enable-verbose \
 --enable-category-b \
 --enable-dbus \
 --enable-gstreamer \
 --enable-bundled-dictionaries \
 --enable-opengl \
 --with-lang=da en-US es \
 --with-package-format=rpm deb \
 --with-vendor=jani local build


but that works perfect.

We really need to get all these switches reduced, to a simple
winX-release, ubuntu-releaseX etc).

rgds
jan I



On 1 August 2013 16:34, Raphael Bircher r.birc...@gmx.ch wrote:


Hi people

I have a compilling error on a Ubuntu 12.04 LTS 64 bit.

deliver -- version: 275594
Module 'writerfilter' delivered successfully. 8 files copied, 0 files
unchanged

3 module(s):
 epm
 helpcontent2
 filter
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/helpcontent2/util/**simpress
ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/helpcontent2/util/schart
ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/helpcontent2/util/shared
ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/helpcontent2/util/scalc
ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/filter/source/config/**fragments
ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
main/epm

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

 build --from epm helpcontent2 filter


What is wrong hier. Do I missing samething

And this is my configure
./configure --with-dmake-url=http://dmake.**apache-extras.org.codespot.**
com/files/dmake-4.12.tar.bz2http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2--with-epm-url=
http://epm.**sourcearchive.com/downloads/3.**7-1/epm_3.7.orig.tar.gzhttp://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz--disable-odk
 --disable-gconf --disable-gtk --without-junit

Thanks and greetings

Raphael


--**--**-
To unsubscribe, e-mail: 
dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org





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



Error in helpcontent2 (was: Compilling error on epm)

2013-08-02 Thread Herbert Duerr

Hi Raphael,


ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/helpcontent2/util/simpress
ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/helpcontent2/util/schart
ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/helpcontent2/util/shared
ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/helpcontent2/util/scalc
ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/filter/source/config/fragments
ERROR: error 65280 occurred while making
/home/raphael/build/AOO_main/main/epm

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

 build --from epm helpcontent2 filter

What is wrong hier. Do I missing samething


Looking at these messages I'd say only helpcontent2 is the problem. That 
epm and filter show up is probably caused by you building three modules 
in parallel, and when helpcontent2 stops with the problem the other 
modules are taken down with it. Yes, the error message and the build 
system sucks...


I don't know much about helpcontent2 but if there was a problem building 
it was usually introduced from l10ntools. I suggest to rebuild l10tools 
from scratch, deliver it and rebuild helpcontent2 from scratch. Don't be 
chintzy with the build verbosity. Run the rebuilds with verbose=1 and 
watch out for warnings and alerts.


Hope that helps.

Herbert

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



Re: Error in helpcontent2 (was: Compilling error on epm)

2013-08-02 Thread janI
On 2 August 2013 12:02, Herbert Duerr h...@apache.org wrote:

 Hi Raphael,

  ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/helpcontent2/util/**simpress
 ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/helpcontent2/util/schart
 ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/helpcontent2/util/shared
 ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/helpcontent2/util/scalc
 ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/filter/source/config/**fragments
 ERROR: error 65280 occurred while making
 /home/raphael/build/AOO_main/**main/epm

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

  build --from epm helpcontent2 filter

 What is wrong hier. Do I missing samething


 Looking at these messages I'd say only helpcontent2 is the problem. That
 epm and filter show up is probably caused by you building three modules in
 parallel, and when helpcontent2 stops with the problem the other modules
 are taken down with it. Yes, the error message and the build system sucks...

 I don't know much about helpcontent2 but if there was a problem building
 it was usually introduced from l10ntools. I suggest to rebuild l10tools
 from scratch, deliver it and rebuild helpcontent2 from scratch. Don't be
 chintzy with the build verbosity. Run the rebuilds with verbose=1 and
 watch out for warnings and alerts.


I can confirm that, I have have had many fights with helpcontent2 the last
couple of weeks. Removing unxlngx6.pro in l10ntools seems to help.

Good news is that the very complext setup of helpcontents, look a lot more
simple in the new world.

rgds
jan I.



 Hope that helps.

 Herbert

 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org




Compilling error on epm

2013-08-01 Thread Raphael Bircher

Hi people

I have a compilling error on a Ubuntu 12.04 LTS 64 bit.

deliver -- version: 275594
Module 'writerfilter' delivered successfully. 8 files copied, 0 files 
unchanged


3 module(s):
epm
helpcontent2
filter
need(s) to be rebuilt

Reason(s):

ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/helpcontent2/util/simpress
ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/helpcontent2/util/schart
ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/helpcontent2/util/shared
ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/helpcontent2/util/scalc
ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/filter/source/config/fragments
ERROR: error 65280 occurred while making 
/home/raphael/build/AOO_main/main/epm


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


build --from epm helpcontent2 filter


What is wrong hier. Do I missing samething

And this is my configure
./configure 
--with-dmake-url=http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 
--with-epm-url=http://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz 
--disable-odk --disable-gconf --disable-gtk --without-junit


Thanks and greetings

Raphael


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



Re: Compilling error on epm

2013-08-01 Thread janI
Hi

I have a different configure on ubuntu 12.04

./configure --with-jdk-home=/usr/lib/jvm/java-6-openjdk \
--with-epm-url=
http://code.google.com/a/apache-extras.org/p/ooo-extras/downloads/detail?name=3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7-source.tar.gzcan=2q=epm-3.7.tar.gz;
\
--with-dmake-url=
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2 \
--enable-verbose \
--enable-category-b \
--enable-dbus \
--enable-gstreamer \
--enable-bundled-dictionaries \
--enable-opengl \
--with-lang=da en-US es \
--with-package-format=rpm deb \
--with-vendor=jani local build


but that works perfect.

We really need to get all these switches reduced, to a simple
winX-release, ubuntu-releaseX etc).

rgds
jan I



On 1 August 2013 16:34, Raphael Bircher r.birc...@gmx.ch wrote:

 Hi people

 I have a compilling error on a Ubuntu 12.04 LTS 64 bit.

 deliver -- version: 275594
 Module 'writerfilter' delivered successfully. 8 files copied, 0 files
 unchanged

 3 module(s):
 epm
 helpcontent2
 filter
 need(s) to be rebuilt

 Reason(s):

 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/helpcontent2/util/**simpress
 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/helpcontent2/util/schart
 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/helpcontent2/util/shared
 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/helpcontent2/util/scalc
 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/filter/source/config/**fragments
 ERROR: error 65280 occurred while making /home/raphael/build/AOO_main/**
 main/epm

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

 build --from epm helpcontent2 filter


 What is wrong hier. Do I missing samething

 And this is my configure
 ./configure --with-dmake-url=http://dmake.**apache-extras.org.codespot.**
 com/files/dmake-4.12.tar.bz2http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2--with-epm-url=
 http://epm.**sourcearchive.com/downloads/3.**7-1/epm_3.7.orig.tar.gzhttp://epm.sourcearchive.com/downloads/3.7-1/epm_3.7.orig.tar.gz--disable-odk
  --disable-gconf --disable-gtk --without-junit

 Thanks and greetings

 Raphael


 --**--**-
 To unsubscribe, e-mail: 
 dev-unsubscribe@openoffice.**apache.orgdev-unsubscr...@openoffice.apache.org
 For additional commands, e-mail: dev-h...@openoffice.apache.org