Successful first build

2013-12-12 Thread Efi
I successfully completed my first build and installed open office! I 
searched the email and found the same error I was getting, I am sorry 
for reporting it here since it was already solved. I changed in  
instsetoo_native/util/openoffice.lst the POOLPRODUCT variable from 1 to 
0. I would like to get involved in some of the easy tasks for now to get 
accustomed with the code, any suggestions?.


Regards Efi

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



Build error

2013-12-09 Thread Efi

Hello,
I am having problem with the build, I have been getting this error 
during the building process:


ERROR: ERROR: More than one new package in directory 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS 
( 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-ure-4.1.0-1-linux-3.8-intel.deb 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-ure-4.1.0-1-linux-3.8-intel)

in function: determine_new_packagename (packagepool)
**
in function: determine_new_packagename (packagepool)stopping log at Mon 
Dec  9 21:37:52 2013

dmake:  Error code 255, while making 'openoffice_en-US.deb'

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

I searched the mailing lists and I found the same one,the solution 
suggested configuring with the 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz which 
was what i used in the first place. I tried moving to different 
revisions before and after the 1546570 which is the revision I first got 
the error.


I use ubuntu 12.04 and my building steps are:
sudo apt-get install subversion
svn co https://svn.apache.org/repos/asf/openoffice/trunk aoo-trunk
cd aoo-trunk/main

sudo apt-get install g++ gcc bison flex libarchive-zip-perl libcups2-dev 
libpam0g-dev gperf libfreetype6-dev libxaw7-dev libfontconfig1-dev 
libxrandr-dev patch libgconf2-dev libgnomevfs2-dev ant libgtk2.0-dev 
junit junit4 libidl-dev liborbit2-dev openjdk-6-jdk libwww-perl 
libxml-parser-perl autoconf libssl-dev


./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 --enable-category-b 
 --enable-bundled-dictionaries


./bootstrap
source LinuxX86Env.Set.sh
cd instsetoo_native
build --all

Does anyone know how to solve this?
Regards Efi


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



Re: build breaker in solenv/bin/modules/install/logger.pm on ubuntu 12.04

2013-12-01 Thread Efi


On 11/30/2013 04:54 PM, jan i wrote:

Hi.


It seems the latest changes in logger.pm leads to a buildbreaker in
instset_native.

svn tell that this file was updated today, but I am not good at perl, at I
cannot see what the problem is.

Output from build --all:

... using package from pool
... creating epm list file epm_gid_Module_Root.lst ...
... checking pool package ...
Stack Trace:
/share/opensource/aoo/trunk/main/solenv/bin/modules/installer/logger.pm:206in
function installer::logger::Die
/share/opensource/aoo/trunk/main/solenv/bin/modules/installer/logger.pm:189in
function installer::logger::print
/share/opensource/aoo/trunk/main/solenv/bin/modules/installer/
packagepool.pm:172 in function installer::logger::printf
/share/opensource/aoo/trunk/main/solenv/bin/modules/installer/
packagepool.pm:667 in function
installer::packagepool::compare_package_content
/share/opensource/aoo/trunk/main/solenv/bin/make_installer.pl:930 in
function installer::packagepool::package_is_up_to_date
/share/opensource/aoo/trunk/main/solenv/bin/make_installer.pl:2140 in
function main::MakeNonWindowsBuild
newline at start of line at
/share/opensource/aoo/trunk/main/solenv/bin/modules/installer/logger.pmline 738.
dmake:  Error code 255, while making 'openoffice_en-US.rpm'

1 module(s):
 instsetoo_native


any advice ?

rgds
jan I.

I am getting a pretty similar error to yours , I use ubuntu 12.04 as 
well and I get the error:


ERROR: ERROR: More than one new package in directory 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS 
( 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-en-us-writer-4.1.0-1-linux-3.8-intel 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-en-us-writer-4.1.0-1-linux-3.8-intel.deb)

in function: determine_new_packagename (packagepool)
**
stopping log at Sun Dec  1 14:23:20 2013
dmake:  Error code 255, while making 'openoffice_en-US.deb'

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

Reason(s):

ERROR: error 65280 occurred while making 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/util


here is the response I got for mine:
This seems very similar to the problem reported by Jan a few minutes 
after you wrote. If that is the problem, the culprit is revision 1546570 
and is not fixed yet, but you can go to your aoo-trunk directory and 
get an earlier revision to check that you can build it successfully. 
Something like: svn up -r 1546569, then reconfigure and rebuild.


You suspect the file logger.pm is causing the error so I moved to 
different revisions, specifically the 1546569, 1546568, 1545947 , and 
1538529 that is the revision when the logger.pm last changed before the 
1546570,when the logger.pm was updated.


Sadly none of them did the trick and I kept getting the same error. I am 
not sure it is the same as yours but it seems pretty close. Maybe trying 
a revision before the change would work for you.


Regards
Efi.

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



Re: Join the open office project

2013-11-30 Thread Efi


On 11/29/2013 09:31 PM, Andrea Pescetti wrote:

Herbert Duerr wrote:

Please update your trunk checkout (to revision r1545947 or newer).


Thank you Herbert, worked now! So I confirm I can now successfully 
build on Ubuntu 10.04 with the packages and configure switches I 
mentioned earlier.


Efi, I hope these instructions work for you too. Otherwise feel free 
to ask: now I have a working build in an environment identical to yours.


Regards,
  Andrea.

-


Thank you Andrea,

I used my laptot this time since it has ubuntu 12.04, I didnt try at 
first with this because I use it for hadoop and it has little free space 
but since the instructions were for 12.04 I thought it fitting.
I used the instructions you provided and started a new build with the 
same commands,it went on without any problem for a few hours and then I 
got a new error an building instsetoo_native, specifically:


ERROR: ERROR: More than one new package in directory 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS 
( 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-en-us-base-4.1.0-1-linux-3.8-intel.deb 
/home/efi/AOO/aoo-trunk/main/instsetoo_native/unxlngi6.pro/Apache_OpenOffice/deb/install/en-US_inprogress/DEBS/openoffice-en-us-base-4.1.0-1-linux-3.8-intel)

in function: determine_new_packagename (packagepool)
**
in function: determine_new_packagename (packagepool)stopping log at Sat 
Nov 30 16:34:55 2013

dmake:  Error code 255, while making 'openoffice_en-US.deb'

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

Reason(s):

ERROR: error 65280 occurred while making 
/home/efi/AOO/aoo-trunk/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 searched for a solution in the mailing list but the only one i found 
suggested configuring with


--with-epm-url=http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz

which i guess its the same as 
--with-epm-url=http://www.msweet.org/files/project2/epm-3.7-source.tar.gz
I tried it nonetheless but i got the same error.I will keep looking into 
it and I am thankful for any help you can provide like you did so far :)


Regards
Efi.