Re: [Libreoffice] error make

2011-04-13 Thread Caolán McNamara
On Wed, 2011-04-13 at 16:09 -0300, Luiz Henrique Natalino wrote:
> error 65280 occurred while
> making /home/luiz/libreoffice/bootstrap/sal/qa/osl/security

.

> ...commands with sudo compilation process generates the error, but to
> correct the problem, was given permission on the folder

What was the actual error, there should have been a message like...

terminate called after throwing an instance of 'CppUnit::Exception':
  assertion failed
- Expression: SOMETHING
- message

in there, and on what folder did you change permissions ?

C.

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hello Julius,

Thanks for the help, but managed to solve the problem is that I'm using the
UbuntuLinux distribution, and to run commands with sudo compilation process
generatesthe error, but to correct the problem, was given permission on the
folder, and run theprocess without the super command. worked perfectly. you
can even see the outputbelow


** *
Successful packaging process!
** *
... Creating log-file log_DEV300_en US.log
... Creating "follow me" info-file follow_me_DEV300_en US.log.
Wed Apr 13 16:02:48 2011 (0:22 min.)
Installer finished

Developer installation finished, You Can now run:

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> I appreciate your persistence, but pay attention in what i'll say: You need
> to fix the error before run `make`. Then you can try to build again:
>
> $ cd libo
> $ make
>
> If you want to help LibreOffice, there are many possibilities, other than
> coding. I don't know your C++ experience, but if you're not confortable with
> the code or with Git (i give you all the reason, Git is a penitence!), you
> can contribute with documentation (Wiki), reporting bugs (bugzilla), etc.
> These are noble activities too.
>
> Resuming, you have to direct your energy for what you do best and you'll
> help LibreOffice so much.
>
> Regards,
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hi Júlio,
>>
>> I have to run make again in the base folder?
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Running the commands you'll get the C++ errors, so fix it and run `make`
>>> again.
>>>
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
 Hello Júlio,

 procedure and unfortunately did not work, what can I do for work?

 thanks
  --
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

   internal build errors:

 ERROR: error 65280 occurred while making
 /home/luiz/libreoffice/bootstrap/sal/qa/osl/security

  it seems that the error is inside 'sal', please re-run build
  inside this module to isolate the error and/or test your fix:
 ---

 rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
 module 'clean'
 /bin/bash
 cd /home/luiz/libreoffice/bootstrap
 source ./LinuxX86-64Env.Set.sh
 cd sal
 build

 when the problem is isolated and fixed exit and re-run 'make' from the
 top-level
 make: ** [all] Erro 1


 2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Just execute the commands in the error message and you'll get the C++
> errors. ;-)
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
> module 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh 
> cd sal
> build
>
> Regards,
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> hello people,
>> I'm having the following problem in the compilation, anyone know what
>>  might be?
>>
>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>> unchanged
>>
>>
>> ---
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section
>> in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>>
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>>
>


 --
 Att. Luiz Henrique Natalino



>>>
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>


-- 
At

Re: [Libreoffice] error make

2011-04-13 Thread Júlio Hoffimann
Hi Luiz,

I appreciate your persistence, but pay attention in what i'll say: You need
to fix the error before run `make`. Then you can try to build again:

$ cd libo
$ make

If you want to help LibreOffice, there are many possibilities, other than
coding. I don't know your C++ experience, but if you're not confortable with
the code or with Git (i give you all the reason, Git is a penitence!), you
can contribute with documentation (Wiki), reporting bugs (bugzilla), etc.
These are noble activities too.

Resuming, you have to direct your energy for what you do best and you'll
help LibreOffice so much.

Regards,
Júlio.

2011/4/13 Luiz Henrique Natalino 

> Hi Júlio,
>
> I have to run make again in the base folder?
>
>
> 2011/4/13 Júlio Hoffimann 
>
>> Hi Luiz,
>>
>> Running the commands you'll get the C++ errors, so fix it and run `make`
>> again.
>>
>> Júlio.
>>
>> 2011/4/13 Luiz Henrique Natalino 
>>
>>> Hello Júlio,
>>>
>>> procedure and unfortunately did not work, what can I do for work?
>>>
>>> thanks
>>>  --
>>> Oh dear - something failed during the build - sorry !
>>>   For more help with debugging build errors, please see the section in:
>>> http://wiki.documentfoundation.org/Development
>>>
>>>   internal build errors:
>>>
>>> ERROR: error 65280 occurred while making
>>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>>
>>>  it seems that the error is inside 'sal', please re-run build
>>>  inside this module to isolate the error and/or test your fix:
>>> ---
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh
>>> cd sal
>>> build
>>>
>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>> top-level
>>> make: ** [all] Erro 1
>>>
>>>
>>> 2011/4/13 Júlio Hoffimann 
>>>
 Hi Luiz,

 Just execute the commands in the error message and you'll get the C++
 errors. ;-)

 rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
 module 'clean'
 /bin/bash
 cd /home/luiz/libreoffice/bootstrap
 source ./LinuxX86-64Env.Set.sh 
 cd sal
 build

 Regards,
 Júlio.

 2011/4/13 Luiz Henrique Natalino 

> hello people,
> I'm having the following problem in the compilation, anyone know what
> might be?
>
> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
> unchanged
>
> ---
> Oh dear - something failed during the build - sorry !
>   For more help with debugging build errors, please see the section in:
> http://wiki.documentfoundation.org/Development
>
>   internal build errors:
>
> ERROR: error 65280 occurred while making
> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>
>  it seems that the error is inside 'sal', please re-run build
>  inside this module to isolate the error and/or test your fix:
> ---
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
> module 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh
> cd sal
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> make: ** [all] Erro 1
>
>
> --
> Att. Luiz Henrique Natalino
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>

>>>
>>>
>>> --
>>> Att. Luiz Henrique Natalino
>>>
>>>
>>>
>>
>
>
> --
> Att. Luiz Henrique Natalino
>
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hi Júlio,

I have to run make again in the base folder?

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Running the commands you'll get the C++ errors, so fix it and run `make`
> again.
>
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hello Júlio,
>>
>> procedure and unfortunately did not work, what can I do for work?
>>
>> thanks
>>  --
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Just execute the commands in the error message and you'll get the C++
>>> errors. ;-)
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh 
>>> cd sal
>>> build
>>>
>>> Regards,
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
 hello people,
 I'm having the following problem in the compilation, anyone know what
 might be?

 Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
 unchanged

 ---
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

   internal build errors:

 ERROR: error 65280 occurred while making
 /home/luiz/libreoffice/bootstrap/sal/qa/osl/security

  it seems that the error is inside 'sal', please re-run build
  inside this module to isolate the error and/or test your fix:
 ---

 rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
 module 'clean'
 /bin/bash
 cd /home/luiz/libreoffice/bootstrap
 source ./LinuxX86-64Env.Set.sh
 cd sal
 build

 when the problem is isolated and fixed exit and re-run 'make' from the
 top-level
 make: ** [all] Erro 1


 --
 Att. Luiz Henrique Natalino



 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice


>>>
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hi Júlio,

even remaking it got error, I decided to give permission in folder 777.

thanks

2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Running the commands you'll get the C++ errors, so fix it and run `make`
> again.
>
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> Hello Júlio,
>>
>> procedure and unfortunately did not work, what can I do for work?
>>
>> thanks
>>  --
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> 2011/4/13 Júlio Hoffimann 
>>
>>> Hi Luiz,
>>>
>>> Just execute the commands in the error message and you'll get the C++
>>> errors. ;-)
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh 
>>> cd sal
>>> build
>>>
>>> Regards,
>>> Júlio.
>>>
>>> 2011/4/13 Luiz Henrique Natalino 
>>>
 hello people,
 I'm having the following problem in the compilation, anyone know what
 might be?

 Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
 unchanged

 ---
 Oh dear - something failed during the build - sorry !
   For more help with debugging build errors, please see the section in:
 http://wiki.documentfoundation.org/Development

   internal build errors:

 ERROR: error 65280 occurred while making
 /home/luiz/libreoffice/bootstrap/sal/qa/osl/security

  it seems that the error is inside 'sal', please re-run build
  inside this module to isolate the error and/or test your fix:
 ---

 rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
 module 'clean'
 /bin/bash
 cd /home/luiz/libreoffice/bootstrap
 source ./LinuxX86-64Env.Set.sh
 cd sal
 build

 when the problem is isolated and fixed exit and re-run 'make' from the
 top-level
 make: ** [all] Erro 1


 --
 Att. Luiz Henrique Natalino



 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice


>>>
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Júlio Hoffimann
Hi Luiz,

Running the commands you'll get the C++ errors, so fix it and run `make`
again.

Júlio.

2011/4/13 Luiz Henrique Natalino 

> Hello Júlio,
>
> procedure and unfortunately did not work, what can I do for work?
>
> thanks
> --
> Oh dear - something failed during the build - sorry !
>   For more help with debugging build errors, please see the section in:
> http://wiki.documentfoundation.org/Development
>
>   internal build errors:
>
> ERROR: error 65280 occurred while making
> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>
>  it seems that the error is inside 'sal', please re-run build
>  inside this module to isolate the error and/or test your fix:
> ---
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
> 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh
> cd sal
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> make: ** [all] Erro 1
>
>
> 2011/4/13 Júlio Hoffimann 
>
>> Hi Luiz,
>>
>> Just execute the commands in the error message and you'll get the C++
>> errors. ;-)
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh 
>> cd sal
>> build
>>
>> Regards,
>> Júlio.
>>
>> 2011/4/13 Luiz Henrique Natalino 
>>
>>> hello people,
>>> I'm having the following problem in the compilation, anyone know what
>>> might be?
>>>
>>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>>> unchanged
>>>
>>> ---
>>> Oh dear - something failed during the build - sorry !
>>>   For more help with debugging build errors, please see the section in:
>>> http://wiki.documentfoundation.org/Development
>>>
>>>   internal build errors:
>>>
>>> ERROR: error 65280 occurred while making
>>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>>
>>>  it seems that the error is inside 'sal', please re-run build
>>>  inside this module to isolate the error and/or test your fix:
>>> ---
>>>
>>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>>> module 'clean'
>>> /bin/bash
>>> cd /home/luiz/libreoffice/bootstrap
>>> source ./LinuxX86-64Env.Set.sh
>>> cd sal
>>> build
>>>
>>> when the problem is isolated and fixed exit and re-run 'make' from the
>>> top-level
>>> make: ** [all] Erro 1
>>>
>>>
>>> --
>>> Att. Luiz Henrique Natalino
>>>
>>>
>>>
>>> ___
>>> LibreOffice mailing list
>>> LibreOffice@lists.freedesktop.org
>>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>>
>>>
>>
>
>
> --
> Att. Luiz Henrique Natalino
>
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
Hello Júlio,

procedure and unfortunately did not work, what can I do for work?

thanks
--
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/home/luiz/libreoffice/bootstrap/sal/qa/osl/security

 it seems that the error is inside 'sal', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
'clean'
/bin/bash
cd /home/luiz/libreoffice/bootstrap
source ./LinuxX86-64Env.Set.sh
cd sal
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
make: ** [all] Erro 1


2011/4/13 Júlio Hoffimann 

> Hi Luiz,
>
> Just execute the commands in the error message and you'll get the C++
> errors. ;-)
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
> 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh 
> cd sal
> build
>
> Regards,
> Júlio.
>
> 2011/4/13 Luiz Henrique Natalino 
>
>> hello people,
>> I'm having the following problem in the compilation, anyone know what
>> might be?
>>
>> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
>> unchanged
>>
>> ---
>> Oh dear - something failed during the build - sorry !
>>   For more help with debugging build errors, please see the section in:
>> http://wiki.documentfoundation.org/Development
>>
>>   internal build errors:
>>
>> ERROR: error 65280 occurred while making
>> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>>
>>  it seems that the error is inside 'sal', please re-run build
>>  inside this module to isolate the error and/or test your fix:
>> ---
>>
>> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional
>> module 'clean'
>> /bin/bash
>> cd /home/luiz/libreoffice/bootstrap
>> source ./LinuxX86-64Env.Set.sh
>> cd sal
>> build
>>
>> when the problem is isolated and fixed exit and re-run 'make' from the
>> top-level
>> make: ** [all] Erro 1
>>
>>
>> --
>> Att. Luiz Henrique Natalino
>>
>>
>>
>> ___
>> LibreOffice mailing list
>> LibreOffice@lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>>
>>
>


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice] error make

2011-04-13 Thread Júlio Hoffimann
Hi Luiz,

Just execute the commands in the error message and you'll get the C++
errors. ;-)

rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
'clean'
/bin/bash
cd /home/luiz/libreoffice/bootstrap
source ./LinuxX86-64Env.Set.sh 
cd sal
build

Regards,
Júlio.

2011/4/13 Luiz Henrique Natalino 

> hello people,
> I'm having the following problem in the compilation, anyone know what
> might be?
>
> Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
> unchanged
>
> ---
> Oh dear - something failed during the build - sorry !
>   For more help with debugging build errors, please see the section in:
> http://wiki.documentfoundation.org/Development
>
>   internal build errors:
>
> ERROR: error 65280 occurred while making
> /home/luiz/libreoffice/bootstrap/sal/qa/osl/security
>
>  it seems that the error is inside 'sal', please re-run build
>  inside this module to isolate the error and/or test your fix:
> ---
>
> rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
> 'clean'
> /bin/bash
> cd /home/luiz/libreoffice/bootstrap
> source ./LinuxX86-64Env.Set.sh
> cd sal
> build
>
> when the problem is isolated and fixed exit and re-run 'make' from the
> top-level
> make: ** [all] Erro 1
>
>
> --
> Att. Luiz Henrique Natalino
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
>
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice] error make

2011-04-13 Thread Luiz Henrique Natalino
hello people,
I'm having the following problem in the compilation, anyone know what might
be?

Module 'libxmlsec' delivered successfully. 49 files copied, 0 files
unchanged

---
Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making
/home/luiz/libreoffice/bootstrap/sal/qa/osl/security

 it seems that the error is inside 'sal', please re-run build
 inside this module to isolate the error and/or test your fix:
---

rm -Rf /home/luiz/libreoffice/bootstrap/sal/unxlngx6.pro # optional module
'clean'
/bin/bash
cd /home/luiz/libreoffice/bootstrap
source ./LinuxX86-64Env.Set.sh
cd sal
build

when the problem is isolated and fixed exit and re-run 'make' from the
top-level
make: ** [all] Erro 1


-- 
Att. Luiz Henrique Natalino
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice