Added the new ASF logo to the install files

2016-12-17 Thread Raphael Bircher

Hi all

I've added the new ASF Logo to the Installer bitmap. I committed it as 
r1774839. I hope I forgot no one. If there is something wrong, I'm the 
person to hit. ;-)


Regards, Raphael


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



Re: [Homepage] SSL error on survey.openoffice.org

2016-12-17 Thread Matthias Seidel
Hi Marcus,

I would think that the footer is defined in "footer.mdtext" but all I
see (in SVN) is:

divid:  footera

In CMS, the file is empty for me...
Do you see more?

regards, Matthias


Am 16.12.2016 um 23:02 schrieb Marcus:
> Am 12/13/2016 10:49 PM, schrieb Matthias Seidel:
>> On our Homepage there is a link "Website Feedback" in the footer.
>> It links to https://survey.openoffice.org/index.php/833861/lang-en
>>
>> With Firefox I get: SSL_ERROR_RX_RECORD_TOO_LONG
>> with Chrome: ERR_SSL_PROTOCOL_ERROR
>>
>> With http the page can be accessed, so it is an SSL error on that
>> sub-domain.
>>
>> Is this something we can fix or should Infra be contacted?
>
> I would delete the link as it is no longer used. So, the fix could be
> easy. ;-)
>
> Marcus
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: SVN broken and unable to revert bad commit

2016-12-17 Thread Pedro Giffuni

Hi Damjan;

Strange ... I just made the revert for you, without any problem.

Pedro.

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



Re: SVN broken and unable to revert bad commit

2016-12-17 Thread Raphael Bircher

Hi Damjan


Am 12/17/2016 um 7:43 PM schrieb Damjan Jovanovic:

Hi

I committed a patch in 1774747 that makes AOO crash on startup on both
FreeBSD and Linux, but I am struggling to revert it in SVN. Every time
I try to commit:

svn: E175002: Commit failed (details follow):
svn: E175002: Unexpected server error 500 'Internal Server Error' on
'/repos/asf/!svn/me'
svn: E175002: Your commit message was left in a temporary file:

Any ideas?

According Infra LDAP have had a problem. It should be solved now, Try again.

Regards, Raphael


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



SVN broken and unable to revert bad commit

2016-12-17 Thread Damjan Jovanovic
Hi

I committed a patch in 1774747 that makes AOO crash on startup on both
FreeBSD and Linux, but I am struggling to revert it in SVN. Every time
I try to commit:

svn: E175002: Commit failed (details follow):
svn: E175002: Unexpected server error 500 'Internal Server Error' on
'/repos/asf/!svn/me'
svn: E175002: Your commit message was left in a temporary file:

Any ideas?

Damjan

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



Re: BSD/Mac-only crash on throwing unspecified exceptions?

2016-12-17 Thread Damjan Jovanovic
According to http://stackoverflow.com/a/13088009 it's the use of
-fno-enforce-eh-specs, which GCC supports and
main/solenv/gbuild/platform/linux.mk uses, but freebsd.mk and
macosx.mk don't use and can't use because Clang apparently doesn't
support it.

This is a major issue. If support can't be added to Clang, substantial
amounts of code need to be audited and fixed to stabilize *BSD and
Mac.

I've opened issue 127252 to track it.

On Tue, Oct 18, 2016 at 8:41 PM, Damjan Jovanovic  wrote:
> Hi
>
> On FreeBSD, and (according to 1 bug reporter) MacOS X, throwing an exception
> from a method which isn't specified by that method's exception specifier,
> eg. "throw Exception();" when the specifier was "throw(RuntimeException)",
> ends up calling unexpected() and crashing.
>
> I've fixed 2 bugs with this problem (125868 and 127165), but it doesn't
> happen on Linux or Windows. Any ideas why?
>
> Damjan

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