I had the same exact problem. I'm running ubuntu 64bit 12.04 not on a virtual machine. This is a completely fresh install of ubuntu. The steps I've done to try and build are
cd to aoo-trunk/main $ autconf $ ./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-binfilter $ ./bootstrap $ source LinuxX86-64Env.Set.sh $ cd instsetoo_native/ $ build --all I get the same exact error that says epm not found IF I used the epm-url above. But I used --with-epm-url= http://www.msweet.org/files/project2/epm-3.7-source.tar.gz from this page http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO during a second run through. It's been building for a while now and looks like it's working at least. On Tue, Aug 6, 2013 at 4:41 PM, Kay Schenk <kay.sch...@gmail.com> wrote: > On Tue, Aug 6, 2013 at 1:07 AM, 張仁瀚 <yohey03...@gmail.com> wrote: > > > Hello everyone, > > > > My name is Yohey, and I come from Taiwan.I am a "freshman" in AOO. > > I use Ubuntu Linux as my environment, which version is 12.04. I follow > > the following web to build AOO: > > > > > http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO/Step_by_step > > > > I followed the two steps under SVN and then jumped to "Install > > requirements" to > > do the steps under it. But when I got to the step "Build", I had some > > error. > > Here is my error log: > > > > yohey@yohey-VirtualBox:~/Openoffice/aoo-trunk/main/instsetoo_native$ > build > > --all > > ... > > ... > > ...(Building log) > > ... > > > > ============= > > Building module epm > > ============= > > > > Entering /home/yohey/Openoffice/aoo-trunk/main/epm > > > > dmake: Error: -- `./ > > unxlngx6.pro/misc/3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.unpack' not > > found, and can't be made > > > > 1 module(s): > > epm > > need(s) to be rebuilt > > > > Reason(s): > > > > ERROR: error 65280 occurred while making > > /home/yohey/Openoffice/aoo-trunk/main/epm > > > > When you have fixed the errors in that module you can resume the build by > > running: > > > > build --all:epm > > > > yohey@yohey-VirtualBox:~/Openoffice/aoo-trunk/main/instsetoo_native$ > > > > -----------------------------end------------------------------ > > > > I have tried it for a long time but I can't fix it up to now. > > > > Thanks you for reading my question. > > Thanks! > > > > Regards, > > Yohey. > > > > Hi Yohey -- > > OK, I am looking at the build instruction page you used. If you are using > the Windows 7 instructions, the epm-url in the configure section was wrong > and needs to be the same url as for the Ubuntu instructions. So, I just > fixed this. > > It seems that epm did not build and this is needed to do the actual build. > > So, a few things that might help troubleshoot this problem: > > -- if you could post more information here about your setup (OS, etc.) > and the configuration options you used, that would help a lot > > -- you may want to take a look at the general AOO Build page if you haven't > already: > http://wiki.openoffice.org/wiki/Documentation/Building_Guide_AOO > > In any case, we are here to help and welcome your development efforts. And, > of course, we very much welcome any comments you may have on the Building > Guides themselves. > > > -- > > ------------------------------------------------------------------------------------------------- > MzK > > Success is falling nine times and getting up ten." > -- Jon Bon Jovi >