Re: Build source from svn repository errors

2014-11-16 Thread jupiter
On 11/16/14, Andrea Pescetti wrote: > jupiter wrote: >> $ svn info >> Path: . >> URL: https://svn.apache.org/repos/asf/incubator/ooo/trunk > > This is wrong. Where did you find the incubator URL? It's been obsolete > since 2012. > >> svn co https://svn.apache.org/repos/asf/openoffice/trunk from >>

Re: Build source from svn repository errors

2014-11-15 Thread Andrea Pescetti
jupiter wrote: $ svn info Path: . URL: https://svn.apache.org/repos/asf/incubator/ooo/trunk This is wrong. Where did you find the incubator URL? It's been obsolete since 2012. svn co https://svn.apache.org/repos/asf/openoffice/trunk from https://wiki.openoffice.org/wiki/Documentation/Buildi

Re: Build source from svn repository errors

2014-11-15 Thread jupiter
On 11/15/14, Andrea Pescetti wrote: > jupiter wrote: >> Sorry for a dumb question, it is my first time to build the open office. >> I >> guess the binary executable file is openoffice.org, but I could not find >> it.. >> $ ls aoo/main/instsetoo_native/ >> unxlngx6.pro/OpenOffice/installed/install/

Re: Build source from svn repository errors

2014-11-14 Thread Andrea Pescetti
jupiter wrote: Sorry for a dumb question, it is my first time to build the open office. I guess the binary executable file is openoffice.org, but I could not find it.. $ ls aoo/main/instsetoo_native/ unxlngx6.pro/OpenOffice/installed/install/en-US/openoffice.org basis3.5 ure The executable is

Re: Build source from svn repository errors

2014-11-14 Thread jupiter
On Sat, Nov 15, 2014 at 11:06 AM, Kay Schenk wrote: > > > On 11/14/2014 03:32 PM, jupiter wrote: > > Thanks Alexandro, yes I did follow the build guides. > > > > Anyway, I had a quick look at the code packimages.pl and found following > > invalid path passed to $zip->addFile, the file > > /Build2

Re: Build source from svn repository errors

2014-11-14 Thread Kay Schenk
On 11/14/2014 03:32 PM, jupiter wrote: > Thanks Alexandro, yes I did follow the build guides. > > Anyway, I had a quick look at the code packimages.pl and found following > invalid path passed to $zip->addFile, the file > /Build2/aoo/main/default_images/res/helpimg|/area1.png was fine, but > fol

Re: Build source from svn repository errors

2014-11-14 Thread jupiter
Thanks Alexandro, yes I did follow the build guides. Anyway, I had a quick look at the code packimages.pl and found following invalid path passed to $zip->addFile, the file /Build2/aoo/main/default_images/res/helpimg|/area1.png was fine, but following path was wrong. My gut felling is at least the

Re: Build source from svn repository errors

2014-11-14 Thread Alexandro Colorado
Have you followed the Build Guide with the notes for your distro? This notes might be outdated, any updates are appreciated: https://wiki.openoffice.org/wiki/Fedora_Build_Instructions On Fri, Nov 14, 2014 at 1:57 AM, jupiter wrote: > Hi, > > I have just fetched source code from svn, but failed