You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Carl Marcum <cm...@apache.org> on 2016/06/28 00:37:38 UTC

Re: help building on Fedora x86-64

On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
> On 20/09/2015 Carl Marcum wrote:
>> I'm attempting my first AOO build and I'm using Fedora 20 x86-64
>> I think I have all the dependencies installed.
>
> You can verify it at
> https://wiki.openoffice.org/wiki/Fedora_Build_Instructions
> (Fedora 19 will be OK as a reference).
>
>> I used:
>> ./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 
>>
>
> You should try with a richer set if you want something closer to a 
> release. But let's start with these basic options for the moment.

[cmarcum]

I know this is and old thread of mine and I was able to get a build but 
forgot to follow up.

Where should I look for the "official" set of configure flags to match a 
release for Linux?

Thanks,
Carl

>
>> ---------
>> 1 module(s):
>>      tools
>> need(s) to be rebuilt
>> Reason(s):
>> ERROR: error 65280 occurred while making <path-to-source>/main/tools/prj
>> ----------
>> What would be the next step to finding out what this error is and how to
>> fix it?
>
> The first step is to get more context. This is a standard build error, 
> which does not tell us anything about what is broken. If your build 
> command is simply "build --all" then please re-run it and include the 
> 20 lines or so before the lines you sent. If you use parallel build 
> (like "build --all -P4 -- -P4") then please re-run it as simply "build 
> --all" to avoid overlapping output from parallel build, and still 
> include the 20 or so lines before the above.
>
> I have a Fedora 20 system available in the set of systems I use to 
> build, and I built trunk on it yesterday, so we should be able to make 
> your build work too.
>
> Regards,
>   Andrea.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>


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


Re: help building on Fedora x86-64

Posted by Carl Marcum <cm...@apache.org>.
Thanks Kay !!

On 06/28/2016 11:23 AM, Kay Schenk wrote:
>
>
> On 06/27/2016 05:37 PM, Carl Marcum wrote:
>> On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
>>> On 20/09/2015 Carl Marcum wrote:
>>>> I'm attempting my first AOO build and I'm using Fedora 20 x86-64
>>>> I think I have all the dependencies installed.
>>>
>>> You can verify it at
>>> https://wiki.openoffice.org/wiki/Fedora_Build_Instructions
>>> (Fedora 19 will be OK as a reference).
>>>
>>>> I used:
>>>> ./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 
>>>>
>>>>
>>>
>>> You should try with a richer set if you want something closer to a
>>> release. But let's start with these basic options for the moment.
>>
>> [cmarcum]
>>
>> I know this is and old thread of mine and I was able to get a build but
>> forgot to follow up.
>>
>> Where should I look for the "official" set of configure flags to match a
>> release for Linux?
>>
>> Thanks,
>> Carl
>
> They should be in /devtools --
>
> http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.2/
>
> Just look at the scripts for your particular setup.
>
>
>>
>>>
>>>> ---------
>>>> 1 module(s):
>>>>      tools
>>>> need(s) to be rebuilt
>>>> Reason(s):
>>>> ERROR: error 65280 occurred while making 
>>>> <path-to-source>/main/tools/prj
>>>> ----------
>>>> What would be the next step to finding out what this error is and 
>>>> how to
>>>> fix it?
>>>
>>> The first step is to get more context. This is a standard build error,
>>> which does not tell us anything about what is broken. If your build
>>> command is simply "build --all" then please re-run it and include the
>>> 20 lines or so before the lines you sent. If you use parallel build
>>> (like "build --all -P4 -- -P4") then please re-run it as simply "build
>>> --all" to avoid overlapping output from parallel build, and still
>>> include the 20 or so lines before the above.
>>>
>>> I have a Fedora 20 system available in the set of systems I use to
>>> build, and I built trunk on it yesterday, so we should be able to make
>>> your build work too.
>>>
>>> Regards,
>>>   Andrea.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>


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


Re: help building on Fedora x86-64

Posted by Kay Schenk <ka...@gmail.com>.

On 06/27/2016 05:37 PM, Carl Marcum wrote:
> On 09/20/2015 02:10 PM, Andrea Pescetti wrote:
>> On 20/09/2015 Carl Marcum wrote:
>>> I'm attempting my first AOO build and I'm using Fedora 20 x86-64
>>> I think I have all the dependencies installed.
>>
>> You can verify it at
>> https://wiki.openoffice.org/wiki/Fedora_Build_Instructions
>> (Fedora 19 will be OK as a reference).
>>
>>> I used:
>>> ./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
>>>
>>
>> You should try with a richer set if you want something closer to a
>> release. But let's start with these basic options for the moment.
>
> [cmarcum]
>
> I know this is and old thread of mine and I was able to get a build but
> forgot to follow up.
>
> Where should I look for the "official" set of configure flags to match a
> release for Linux?
>
> Thanks,
> Carl

They should be in /devtools --

http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.2/

Just look at the scripts for your particular setup.


>
>>
>>> ---------
>>> 1 module(s):
>>>      tools
>>> need(s) to be rebuilt
>>> Reason(s):
>>> ERROR: error 65280 occurred while making <path-to-source>/main/tools/prj
>>> ----------
>>> What would be the next step to finding out what this error is and how to
>>> fix it?
>>
>> The first step is to get more context. This is a standard build error,
>> which does not tell us anything about what is broken. If your build
>> command is simply "build --all" then please re-run it and include the
>> 20 lines or so before the lines you sent. If you use parallel build
>> (like "build --all -P4 -- -P4") then please re-run it as simply "build
>> --all" to avoid overlapping output from parallel build, and still
>> include the 20 or so lines before the above.
>>
>> I have a Fedora 20 system available in the set of systems I use to
>> build, and I built trunk on it yesterday, so we should be able to make
>> your build work too.
>>
>> Regards,
>>   Andrea.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>

-- 
--------------------------------------------
MzK

"Time spent with cats is never wasted."
                    -- Sigmund Freud

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